mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
|
||
---|---|---|
.. | ||
tests | ||
__init__.py | ||
apex.py | ||
distributional_q_tf_model.py | ||
dqn.py | ||
dqn_tf_policy.py | ||
dqn_torch_model.py | ||
dqn_torch_policy.py | ||
learner_thread.py | ||
README.md | ||
simple_q.py | ||
simple_q_tf_policy.py | ||
simple_q_torch_policy.py |
Code in this package is adapted from https://github.com/openai/baselines/tree/master/baselines/deepq.