ray/rllib/agents/dqn
2020-07-11 22:06:35 +02:00
..
tests [RLlib] Tf2.x native. (#8752) 2020-07-11 22:06:35 +02:00
__init__.py [RLlib] Examples folder restructuring (models) part 1 (#8353) 2020-05-08 08:20:18 +02:00
apex.py Clarify training intensity configuration docstring (#9244) (#9306) 2020-07-05 20:07:27 -07:00
distributional_q_tf_model.py [RLlib] DQN rainbow eager-mode (keras style NoisyLayer) (preparation for native tf2.x support). (#9304) 2020-07-09 10:44:10 +02:00
dqn.py Clarify training intensity configuration docstring (#9244) (#9306) 2020-07-05 20:07:27 -07:00
dqn_tf_policy.py [RLlib] Tf2.x native. (#8752) 2020-07-11 22:06:35 +02:00
dqn_torch_model.py [RLlib] Issue #9366 (DQN w/o dueling produces invalid actions). (#9386) 2020-07-10 12:43:03 +02:00
dqn_torch_policy.py [RLlib] Minor rllib.utils cleanup. (#8932) 2020-06-16 08:52:20 +02:00
learner_thread.py [RLlib] Tf2.x native. (#8752) 2020-07-11 22:06:35 +02:00
README.md [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
simple_q.py [rllib] Flexible multi-agent replay modes and replay_sequence_length (#8893) 2020-06-12 20:17:27 -07:00
simple_q_model.py [RLlib] Tf2x preparation; part 2 (upgrading try_import_tf()). (#9136) 2020-06-30 10:13:20 +02:00
simple_q_tf_policy.py [RLlib] Tf2x preparation; part 2 (upgrading try_import_tf()). (#9136) 2020-06-30 10:13:20 +02:00
simple_q_torch_policy.py [RLlib] Minor cleanup in preparation to tf2.x support. (#9130) 2020-06-25 19:01:32 +02:00