ray/rllib/agents/ppo/appo.py

4 lines
95 B
Python

from ray.rllib.algorithms.appo import ( # noqa
APPO as APPOTrainer,
DEFAULT_CONFIG,
)