mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 02:00:12 +08:00
5 lines
173 B
Python
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"]
|