ray/rllib/agents/dqn
2020-09-09 18:55:26 +02:00
..
tests [RLlib] Implement DQN PyTorch distributional head. (#9589) 2020-07-25 09:29:24 +02:00
__init__.py [RLlib] Examples folder restructuring (models) part 1 (#8353) 2020-05-08 08:20:18 +02:00
apex.py [RLlib] Rename rllib.utils.types into typing to match built-in python module's name. (#10114) 2020-08-15 13:24:22 +02:00
distributional_q_tf_model.py ci: Redo format.sh --all script & backfill lint fixes (#9956) 2020-08-07 16:49:49 -07:00
dqn.py [RLlib] Add type annotations for agents/dqn (#10626) 2020-09-09 18:55:26 +02:00
dqn_tf_policy.py [RLlib] Add type annotations for agents/dqn (#10626) 2020-09-09 18:55:26 +02:00
dqn_torch_model.py Fixed num_atoms>1 in pytorch (#10330) 2020-08-25 23:10:20 -07:00
dqn_torch_policy.py [RLlib] Add type annotations for agents/dqn (#10626) 2020-09-09 18:55:26 +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] Add type annotations for agents/dqn (#10626) 2020-09-09 18:55:26 +02:00
simple_q_tf_policy.py [RLlib] Add type annotations for agents/dqn (#10626) 2020-09-09 18:55:26 +02:00
simple_q_torch_policy.py [RLlib] Add type annotations for agents/dqn (#10626) 2020-09-09 18:55:26 +02:00