mirror of
https://github.com/vale981/ray
synced 2025-03-10 13:26:39 -04:00
7 lines
138 B
Python
7 lines
138 B
Python
![]() |
from ray.rllib.algorithms.ddpg import ( # noqa
|
||
|
ddpg_tf_policy,
|
||
|
ddpg_torch_policy,
|
||
|
DDPG as DDPGTrainer,
|
||
|
DEFAULT_CONFIG,
|
||
|
)
|