You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just realized that it removed the SB3 dependence but introduces the dependence on from cleanrl_utils.buffers import ReplayBuffer.
Is this by design? It could be more helpful if I could pip install cleanrl to install this package. For example, if people hope run CleanRL on Google Colab for a free GPU, they do not need to clone this repo and install every dependencies again.