from ray.rllib.algorithms.ddpg.ddpg import DDPG, DDPGConfig, DEFAULT_CONFIG
__all__ = [
"DDPG",
"DDPGConfig",
"DEFAULT_CONFIG",
]