ray/rllib/agents/ppo/appo.py

5 lines
95 B
Python
Raw Normal View History

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