ray/rllib/algorithms/a3c/__init__.py

3 lines
122 B
Python

from ray.rllib.algorithms.a3c.a3c import A3CConfig, A3C, DEFAULT_CONFIG
__all__ = ["A3CConfig", "A3C", "DEFAULT_CONFIG"]