Skip to content
3 changes: 2 additions & 1 deletion rsl_rl/algorithms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@

from .distillation import Distillation
from .ppo import PPO
from .rl2_ppo import RL2PPO

__all__ = ["PPO", "Distillation"]
__all__ = ["PPO", "Distillation", "RL2PPO"]
Loading