mirror of
https://github.com/vale981/ray
synced 2025-03-09 21:06:39 -04:00
6 lines
202 B
Python
6 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"]
|