1
0
Fork 0
mirror of https://github.com/vale981/ray synced 2025-03-14 15:16:38 -04:00
ray/rllib/algorithms/crr/torch/__init__.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
125 B
Python
Raw Normal View History

from .crr_torch_model import CRRModel
from .crr_torch_policy import CRRTorchPolicy
__all__ = ["CRRModel", "CRRTorchPolicy"]