osudrl / apex

A continuous deep reinforcement learning framework for robotics
MIT License
60 stars 31 forks source link

Add distributed td3 to master #1

Closed yeshg closed 5 years ago

yeshg commented 5 years ago

Adds distributed td3 algo to rest of apex. Code is not yet fully modular (policies not interchangeable, run_experiment can't be used to launch distributed td3), but it's in working condition.