ray/rllib/algorithms/crr/__init__.py

7 lines
99 B
Python
Raw Normal View History

2022-06-08 19:18:55 +02:00
from ray.rllib.algorithms.crr.crr import CRR, CRRConfig
__all__ = [
"CRR",
"CRRConfig",
]