mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-16 21:10:08 +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
110 B
Python
2 lines
110 B
Python
from stable_baselines3.ddpg.ddpg import DDPG
|
|
from stable_baselines3.ddpg.policies import CnnPolicy, MlpPolicy
|