mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05: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"]
|