mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
5 lines
98 B
Python
5 lines
98 B
Python
![]() |
from ray.rllib.algorithms.ddppo import ( # noqa
|
||
|
DDPPO as DDPPOTrainer,
|
||
|
DEFAULT_CONFIG,
|
||
|
)
|