aidudezzz / deepworlds

Examples and use cases using the deepbots framework (https://github.com/aidudezzz/deepbots) with the Webots robot simulator.
GNU General Public License v3.0
50 stars 23 forks source link

Fixed PPO ImportError and removed requests==2.28.0 #95

Closed KelvinYang0320 closed 1 year ago

KelvinYang0320 commented 1 year ago
  1. The agents folder has been deprecated in favor of algorithms on ray 2.x version. To be backward compatible, we can use try ... except ... to import ppo.

  2. Removed requests==2.28.0 It seems that requests is already listed in the requirements.txt of ray, so I think we can remove it.