mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
.. | ||
common | ||
__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.