ray/rllib/agents/alpha_star/__init__.py

7 lines
145 B
Python
Raw Normal View History

from ray.rllib.agents.alpha_star.alpha_star import DEFAULT_CONFIG, AlphaStarTrainer
__all__ = [
"DEFAULT_CONFIG",
"AlphaStarTrainer",
]