mirror of
https://github.com/wassname/ray.git
synced 2026-07-13 17:45:08 +08:00
5518a738b3
* Fix erroneous use of LinearSchedule (in DDPG's exploration annealing). Erase schedules_obsoleted.py. * Trigger re-test. * Re-test.
Implementation of deep deterministic policy gradients (https://arxiv.org/abs/1509.02971), including an Ape-X variant.