ray/rllib/agents/dqn/apex.py

5 lines
107 B
Python
Raw Normal View History

from ray.rllib.algorithms.apex_dqn import ( # noqa
ApexDQN as ApexTrainer,
APEX_DEFAULT_CONFIG,
)