Expose TRPL class
This commit is contained in:
parent
a8930a897a
commit
d5e53a87db
@ -1,7 +1,9 @@
|
||||
from metastable_baselines2.ppo import PPO
|
||||
from metastable_baselines2.sac import SAC
|
||||
from metastable_baselines2.trpl import TRPL
|
||||
|
||||
__all__ = [
|
||||
"PPO",
|
||||
"SAC",
|
||||
"TRPL",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user