mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
8 lines
144 B
Python
8 lines
144 B
Python
from ray.rllib.algorithms.ddpg.ddpg import DDPG, DDPGConfig, DEFAULT_CONFIG
|
|
|
|
|
|
__all__ = [
|
|
"DDPG",
|
|
"DDPGConfig",
|
|
"DEFAULT_CONFIG",
|
|
]
|