5 lines
140 B
Python
5 lines
140 B
Python
from fancy_rl.algos.ppo import PPO
|
|
from fancy_rl.algos.trpl import TRPL
|
|
#from fancy_rl.algos.vlearn import VLEARN
|
|
|
|
__all__ = ['PPO', 'TRPL'] |