stable-baselines3/stable_baselines3/ppo/__init__.py
Antonin RAFFIN 3cdf14c1c0 Reformat
2020-07-20 10:37:16 +02:00

2 lines
106 B
Python

from stable_baselines3.ppo.policies import CnnPolicy, MlpPolicy
from stable_baselines3.ppo.ppo import PPO