mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-17 21:20:11 +00:00
* Add auto formatting with black and isort * Reformat code * Ignore typing errors * Add note about line length * Add minimum version for isort * Add commit-checks * Update docker image * Fixed lost import (during last merge) * Fix opencv dependency
2 lines
106 B
Python
2 lines
106 B
Python
from stable_baselines3.a2c.a2c import A2C
|
|
from stable_baselines3.a2c.policies import CnnPolicy, MlpPolicy
|