stable-baselines3/stable_baselines3/td3/__init__.py
Antonin RAFFIN 3cdf14c1c0 Reformat
2020-07-20 10:37:16 +02:00

2 lines
106 B
Python

from stable_baselines3.td3.policies import CnnPolicy, MlpPolicy
from stable_baselines3.td3.td3 import TD3