mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
![]() * bulk rename * deprecation warn * update doc * update fig * line length * rename * make pytest comptaible * fix test * fi sys * rename * wip * fix more * lint * update svg * comments * lint * fix use of batch steps |
||
---|---|---|
.. | ||
common | ||
tests | ||
__init__.py | ||
apex.py | ||
ddpg.py | ||
ddpg_policy.py | ||
noop_model.py | ||
README.md | ||
td3.py |
Implementation of deep deterministic policy gradients (https://arxiv.org/abs/1509.02971), including an Ape-X variant.