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