ac-93 / tactile_gym

Suite of PyBullet reinforcement learning environments targeted towards using tactile data as the main form of observation.
GNU General Public License v3.0
111 stars 20 forks source link

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

Open yuxwen opened 3 months ago

yuxwen commented 3 months ago

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

yijionglin commented 4 weeks ago

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