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

what is "sandbox" #26

Open
zienn opened this issue Sep 6, 2019 · 2 comments
Open

what is "sandbox" #26

zienn opened this issue Sep 6, 2019 · 2 comments

Comments

@zienn
Copy link

zienn commented Sep 6, 2019

Traceback (most recent call last):
File "/home/xtq/sac/examples/mujoco_all_sac.py", line 15, in
from sac.algos import SAC
File "/home/xtq/sac/sac/algos/init.py", line 2, in
from .diayn import DIAYN
File "/home/xtq/sac/sac/algos/diayn.py", line 10, in
from sac.policies.hierarchical_policy import FixedOptionPolicy
File "/home/xtq/sac/sac/policies/init.py", line 1, in
from .nn_policy import NNPolicy
File "/home/xtq/sac/sac/policies/nn_policy.py", line 6, in
from sandbox.rocky.tf.policies.base import Policy
ImportError: No module named 'sandbox'

@haarnoja
Copy link
Owner

haarnoja commented Sep 9, 2019

Hi Termset,

it's this one: https://github.com/rll/rllab/tree/master/sandbox. Note that this repo is not actively maintained anymore. I recommend you to use softlearning repo instead, which includes the most up-to-date version of SAC.

@zienn
Copy link
Author

zienn commented Sep 9, 2019

Thanks!

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