nikhilbarhate99 / PPO-PyTorch

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

roboschool is deprecated #54

Closed rahatsantosh closed 2 years ago

rahatsantosh commented 2 years ago

Openai has deprecated roboschool. I think it pybullet gym is to be used.

nikhilbarhate99 commented 2 years ago

Yes I am aware of the roboschool deprecation, But I have ran all the experiments with that env with that specific version. Not a good idea to change lib versions (especially in RL) without testing