ray/rllib/agents/ddpg/ddpg.py

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

7 lines
138 B
Python
Raw Normal View History

from ray.rllib.algorithms.ddpg import ( # noqa
ddpg_tf_policy,
ddpg_torch_policy,
DDPG as DDPGTrainer,
DEFAULT_CONFIG,
)