mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-09-04 20:23:54 +00:00
4 lines
148 B
Python
4 lines
148 B
Python
|
|
from stable_baselines3.dqn.dqn import DQN
|
||
|
|
from stable_baselines3.dqn.policies import MlpPolicy
|
||
|
|
from stable_baselines3.dqn.policies import CnnPolicy
|