stable-baselines3/stable_baselines3/ppo/__init__.py
Antonin RAFFIN d17f29c8ad Add base doc
2020-05-07 10:10:51 +02:00

2 lines
106 B
Python

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