ray/rllib/agents/ddpg/apex.py

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

5 lines
118 B
Python
Raw Normal View History

from ray.rllib.algorithms.apex_ddpg import ( # noqa
ApexDDPG as ApexDDPGTrainer,
APEX_DDPG_DEFAULT_CONFIG,
)