1
0
Fork 0
mirror of https://github.com/vale981/ray synced 2025-03-15 23:56:40 -04:00
ray/rllib/agents/ars/__init__.py

7 lines
202 B
Python
Raw Normal View History

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"]