Files
ray/rllib/agents/ddpg
Sven Mika 5518a738b3 [RLlib] Fix erroneous use of LinearSchedule (in DDPG's exploration annealing). (#7125)
* Fix erroneous use of LinearSchedule (in DDPG's exploration annealing).
Erase schedules_obsoleted.py.

* Trigger re-test.

* Re-test.
2020-02-12 23:46:49 -08:00
..
2020-01-09 00:15:48 -08:00
2020-01-09 00:15:48 -08:00
2020-01-09 00:15:48 -08:00
2020-01-09 00:15:48 -08:00

Implementation of deep deterministic policy gradients (https://arxiv.org/abs/1509.02971), including an Ape-X variant.