metastable-baselines2/sbBrix/__init__.py

8 lines
91 B
Python

from sbBrix.ppo import PPO
from sbBrix.sac import SAC
__all__ = [
"PPO",
"SAC",
]