mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-28 20:11:31 +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
|