ray/rllib/agents/dqn
Zhongxia Yan 98689bd263 Changed foreach_policy to foreach_trainable_policy (#6564)
Changed foreach_policy to foreach_trainable_policy in DQN when disabling exploration. This makes it consistent with the rest of the file
2019-12-26 19:50:48 -08:00
..
common [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
__init__.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
apex.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
distributional_q_model.py [rllib] Fix TF2 import of EagerVariableStore (#5625) 2019-09-07 12:10:03 -07:00
dqn.py Changed foreach_policy to foreach_trainable_policy (#6564) 2019-12-26 19:50:48 -08:00
dqn_policy.py [rllib] Fix APEX priorities returning zero all the time (#5980) 2019-10-26 13:23:42 -07:00
README.md [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
simple_q_model.py [rllib] Adds eager support with a generic TFEagerPolicy class (#5436) 2019-08-23 14:21:11 +08:00
simple_q_policy.py [rllib] Don't use flat weights in non-eager mode (#6001) 2019-10-31 15:16:02 -07:00