mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
4 lines
118 B
Python
4 lines
118 B
Python
from ray.rllib.algorithms.apex_ddpg import ( # noqa
|
|
ApexDDPG as ApexDDPGTrainer,
|
|
APEX_DDPG_DEFAULT_CONFIG,
|
|
)
|