Files
ray/rllib/agents/ppo/__init__.py
T

5 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"]