mirror of
https://github.com/vale981/ray
synced 2025-03-11 21:56:39 -04:00
4 lines
173 B
Python
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"]
|