ray/rllib/agents/dqn/tests
Sven Mika d6cb7d865e
[RLlib] Torch DQN (APEX) TD-Error/prio. replay fixes. (#8082)
PyTorch APEX_DQN with Prioritized Replay enabled would not work properly due to the td_error not being retrievable by the AsyncReplayOptimizer.
2020-04-20 10:03:25 +02:00
..
test_apex.py [RLlib] Torch DQN (APEX) TD-Error/prio. replay fixes. (#8082) 2020-04-20 10:03:25 +02:00
test_dqn.py [RLlib] DDPG re-factor to fit into RLlib's functional algorithm builder API. (#7934) 2020-04-09 14:04:21 -07:00
test_simple_q.py [RLlib] SAC Torch (incl. Atari learning) (#7984) 2020-04-15 13:25:16 +02:00