mirror of
https://github.com/vale981/ray
synced 2025-03-08 19:41:38 -05:00
![]() Changed foreach_policy to foreach_trainable_policy in DQN when disabling exploration. This makes it consistent with the rest of the file |
||
---|---|---|
.. | ||
common | ||
__init__.py | ||
apex.py | ||
distributional_q_model.py | ||
dqn.py | ||
dqn_policy.py | ||
README.md | ||
simple_q_model.py | ||
simple_q_policy.py |
Code in this package is adapted from https://github.com/openai/baselines/tree/master/baselines/deepq.