ray/rllib/agents/ppo/__init__.py
2020-01-20 23:06:50 -08:00

4 lines
173 B
Python

from ray.rllib.agents.ppo.ppo import PPOTrainer, DEFAULT_CONFIG
from ray.rllib.agents.ppo.appo import APPOTrainer
__all__ = ["APPOTrainer", "PPOTrainer", "DEFAULT_CONFIG"]