mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-06-25 02:50:59 +00:00
2 lines
106 B
Python
2 lines
106 B
Python
from stable_baselines3.ppo.policies import CnnPolicy, MlpPolicy
|
|
from stable_baselines3.ppo.ppo import PPO
|