Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: cannot import name 'RAD_SAC' from 'sb3_contrib' #14

Open
yuxwen opened this issue Mar 30, 2024 · 1 comment
Open

ImportError: cannot import name 'RAD_SAC' from 'sb3_contrib' #14

yuxwen opened this issue Mar 30, 2024 · 1 comment

Comments

@yuxwen
Copy link

yuxwen commented Mar 30, 2024

I still encounter errors when following this procedure.https://github.com/ac-93/stable-baselines3-contrib/blob/RAD_aug_buffers/README.md

@yijionglin
Copy link
Contributor

yijionglin commented Jun 8, 2024

Hi @yuxwen ,

Thanks for your interest in our work.

To use the RAD_SAC or the RAD_PPO modules (though we only recommend the latter), you'll need to install them by:

$ git clone https://github.com/ac-93/stable-baselines3-contrib.git
$ cd stable-baselines3-contrib
$ git pull origin RAD_aug_buffers && git checkout RAD_aug_buffers
$ pip install -e .

Hope this helps!

Best,
Yijiong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants