Closed KelvinYang0320 closed 1 year ago
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.
agents
try ... except ...
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.
requests
The
agents
folder has been deprecated in favor of algorithms on ray 2.x version. To be backward compatible, we can usetry ... except ...
to import ppo.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.