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
Can you point as to why this is happening and how it can be fixed?
pip install roboschool
import roboschool -> error
File "", line 1, in
File "/home/jith/.local/lib/python3.7/site-packages/roboschool/init.py", line 16, in
tags={ "pg_complexity": 1*1000000 },
File "/home/jith/anaconda3/lib/python3.7/site-packages/gym/envs/registration.py", line 139, in register
return registry.register(id, **kwargs)
File "/home/jith/anaconda3/lib/python3.7/site-packages/gym/envs/registration.py", line 133, in register
self.env_specs[id] = EnvSpec(id, **kwargs)
TypeError: init() got an unexpected keyword argument 'tags'
The text was updated successfully, but these errors were encountered:
Can you point as to why this is happening and how it can be fixed?
pip install roboschool
import roboschool -> error
File "", line 1, in
File "/home/jith/.local/lib/python3.7/site-packages/roboschool/init.py", line 16, in
tags={ "pg_complexity": 1*1000000 },
File "/home/jith/anaconda3/lib/python3.7/site-packages/gym/envs/registration.py", line 139, in register
return registry.register(id, **kwargs)
File "/home/jith/anaconda3/lib/python3.7/site-packages/gym/envs/registration.py", line 133, in register
self.env_specs[id] = EnvSpec(id, **kwargs)
TypeError: init() got an unexpected keyword argument 'tags'
The text was updated successfully, but these errors were encountered: