ray/rllib/agents/dqn/simple_q.py

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

5 lines
105 B
Python
Raw Normal View History

from ray.rllib.algorithms.simple_q import ( # noqa
SimpleQ as SimpleQTrainer,
DEFAULT_CONFIG,
)