ray/rllib/agents/dqn/dqn.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
133 B
Python
Raw Normal View History

from ray.rllib.algorithms.dqn import ( # noqa
dqn_tf_policy,
dqn_torch_policy,
DQN as DQNTrainer,
DEFAULT_CONFIG,
)