mirror of
https://github.com/vale981/ray
synced 2025-03-08 19:41:38 -05:00
4 lines
98 B
Python
4 lines
98 B
Python
from ray.rllib.algorithms.ddppo import ( # noqa
|
|
DDPPO as DDPPOTrainer,
|
|
DEFAULT_CONFIG,
|
|
)
|