nikhilbarhate99 / PPO-PyTorch

Minimal implementation of clipped objective Proximal Policy Optimization (PPO) in PyTorch
MIT License
1.57k stars 332 forks source link

error #56

Open deperado007 opened 2 years ago

deperado007 commented 2 years ago

problem:init() got an unexpected keyword argument 'tags'. how can i solve it?

Merak2 commented 2 years ago

F:\Anaconda3\envs\ppo\python.exe C:/Users/Admin/Desktop/PPO/test.py Traceback (most recent call last): File "C:/Users/Admin/Desktop/PPO/test.py", line 10, in import roboschool File "F:\Anaconda3\envs\ppo\lib\site-packages\roboschool__init.py", line 71, in tags={ "pg_complexity": 1*1000000 }, File "F:\Anaconda3\envs\ppo\lib\site-packages\gym\envs\registration.py", line 514, in register spec = EnvSpec(id=full_id, **kwargs) TypeError: init__() got an unexpected keyword argument 'tags'

Process finished with exit code 1

I also have this problem, Could you help me?

thisisbaiy commented 1 year ago

I have encountered the same problem. Do you know how to solve it?I think that's because of the roc=boschool edition, but I'm not sure.

Merak2 commented 1 year ago

I did not solve it , and gave up .

jean123456789-china commented 1 year ago

Me too

keerthanss commented 1 year ago

Maybe relevant: https://github.com/openai/roboschool/issues/210?ref=pythonrepo.com The library roboschool seems like it has certain issues on specific machines. However, the fix suggested there did not work for me.