stable-baselines3/stable_baselines3/td3/__init__.py
Antonin RAFFIN 45f3d57b64 Reformat
2020-07-16 17:51:02 +02:00

2 lines
106 B
Python

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