mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-06-23 02:38:41 +00:00
2 lines
95 B
Python
2 lines
95 B
Python
from stable_baselines3.td3.td3 import TD3
|
|
from stable_baselines3.td3.policies import MlpPolicy
|