mirror of
https://github.com/vale981/ray
synced 2025-03-10 05:16:49 -04:00
4 lines
107 B
Python
4 lines
107 B
Python
from ray.rllib.algorithms.apex_dqn import ( # noqa
|
|
ApexDQN as ApexTrainer,
|
|
APEX_DEFAULT_CONFIG,
|
|
)
|