mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
![]() * WIP. * WIP. * WIP. * WIP. * WIP. * Fix * WIP. * Add TD3 quick Pendulum regresison. * Cleanup. * Fix. * LINT. * Fix. * Sort quick_learning test cases, add TD3. * Sort quick_learning test cases, add TD3. * Revert test_checkpoint_restore.py (debugging) changes. * Fix old soft_q settings in documentation and test configs. * More doc fixes. * Fix test case. * Fix test case. * Lower test load. * WIP. |
||
---|---|---|
.. | ||
common | ||
tests | ||
__init__.py | ||
apex.py | ||
distributional_q_model.py | ||
dqn.py | ||
dqn_policy.py | ||
README.md | ||
simple_q_model.py | ||
simple_q_policy.py |
Code in this package is adapted from https://github.com/openai/baselines/tree/master/baselines/deepq.