nikhilbarhate99 / PPO-PyTorch

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

About environment configuration #50

Closed BIT-KaiYu closed 2 years ago

BIT-KaiYu commented 2 years ago

Hello, I am very interested in your work. I would like to ask about your specific environment configuration, such as python, gym, roboschool, etc.

nikhilbarhate99 commented 2 years ago

Environment configuration (setup in colab notebook): roboschool 1.0.48 gym 0.15.4

Jose-Escamilla commented 1 year ago

apparently that version of roboscool is not available, do you know how to fix it?