mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 08:18:49 +08:00
7 lines
193 B
Python
7 lines
193 B
Python
from ray.rllib.agents.pg.pg import PGTrainer, DEFAULT_CONFIG
|
|
from ray.rllib.utils import renamed_agent
|
|
|
|
PGAgent = renamed_agent(PGTrainer)
|
|
|
|
__all__ = ["PGAgent", "PGTrainer", "DEFAULT_CONFIG"]
|