mirror of
https://github.com/vale981/ray
synced 2025-03-10 05:16:49 -04:00
6 lines
138 B
Python
6 lines
138 B
Python
from ray.rllib.algorithms.ddpg import ( # noqa
|
|
ddpg_tf_policy,
|
|
ddpg_torch_policy,
|
|
DDPG as DDPGTrainer,
|
|
DEFAULT_CONFIG,
|
|
)
|