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