mirror of
https://github.com/vale981/ray
synced 2025-03-09 12:56:46 -04:00
6 lines
193 B
Python
6 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"]
|