ray/rllib/agents/ppo/ddppo.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
98 B
Python
Raw Normal View History

from ray.rllib.algorithms.ddppo import ( # noqa
DDPPO as DDPPOTrainer,
DEFAULT_CONFIG,
)