mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-09-06 20:40:56 +00:00
3 lines
121 B
Python
3 lines
121 B
Python
|
|
# DDPG can be view as a special case of TD3
|
||
|
|
from stable_baselines3.td3.policies import MlpPolicy, CnnPolicy # noqa:F401
|