ray/rllib/agents/dqn
2020-11-19 19:01:14 +01:00
..
tests [RLlib] Fix inconsistency wrt batch size in SampleCollector (traj. view API). Makes DD-PPO work with traj. view API. (#12063) 2020-11-19 19:01:14 +01:00
__init__.py [RLlib] Examples folder restructuring (models) part 1 (#8353) 2020-05-08 08:20:18 +02:00
apex.py Use master for links to docs in source (#10866) 2020-09-19 00:30:45 -07:00
distributional_q_tf_model.py [RLlib] SAC algo cleanup. (#10825) 2020-09-20 11:27:02 +02:00
dqn.py [RLlib] Trajectory view API: enable by default for SAC, DDPG, DQN, SimpleQ (#11827) 2020-11-16 10:54:35 -08:00
dqn_tf_policy.py [RLlib] Add docstrings for agents/dqn (#10710) 2020-09-15 12:37:07 +02:00
dqn_torch_model.py [RLlib] Minor fixes (torch GPU bugs + some cleanup). (#11609) 2020-10-27 10:00:24 +01:00
dqn_torch_policy.py [RLlib] Make sure, DQN torch actions are of type=long before torch.nn.functional.one_hot() op. (#11800) 2020-11-04 18:04:03 +01:00
learner_thread.py [RLlib] Add docstrings for agents/dqn (#10710) 2020-09-15 12:37:07 +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] Trajectory view API: enable by default for SAC, DDPG, DQN, SimpleQ (#11827) 2020-11-16 10:54:35 -08:00
simple_q_tf_policy.py [RLlib] Add docstrings for agents/dqn (#10710) 2020-09-15 12:37:07 +02:00
simple_q_torch_policy.py [RLlib] Add docstrings for agents/dqn (#10710) 2020-09-15 12:37:07 +02:00