mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-18 21:30:19 +00:00
2 lines
93 B
Python
2 lines
93 B
Python
from torchy_baselines.a2c.a2c import A2C
|
|
from torchy_baselines.ppo.policies import MlpPolicy
|