mirror of
https://github.com/wassname/ray.git
synced 2026-07-07 01:56:47 +08:00
7 lines
202 B
Python
7 lines
202 B
Python
from ray.rllib.agents.ars.ars import (ARSTrainer, DEFAULT_CONFIG)
|
|
from ray.rllib.utils import renamed_agent
|
|
|
|
ARSAgent = renamed_agent(ARSTrainer)
|
|
|
|
__all__ = ["ARSAgent", "ARSTrainer", "DEFAULT_CONFIG"]
|