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 was properly able to get the conda enviornment to work and the necessary libraries installed, but I get this error when I run the training command that is in the README file:
File "train.py", line 318, in <module>
main()
File "train.py", line 200, in main
frame_skip=args.action_repeat
File "/home/anavani/anaconda3/envs/rad/lib/python3.7/site-packages/dmc2gym/__init__.py", line 28, in make
if not env_id in gym.envs.registry.env_specs:
AttributeError: 'dict' object has no attribute 'env_specs'
I'm not sure why this is, so I would really appreciate it if anyone could take a look and let me know whats wrong. @MishaLaskin
The text was updated successfully, but these errors were encountered:
Hello,
I was properly able to get the conda enviornment to work and the necessary libraries installed, but I get this error when I run the training command that is in the README file:
I'm not sure why this is, so I would really appreciate it if anyone could take a look and let me know whats wrong. @MishaLaskin
The text was updated successfully, but these errors were encountered: