mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-22 22:10:16 +00:00
4 lines
102 B
Python
4 lines
102 B
Python
from torchy_baselines.td3 import TD3
|
|
from torchy_baselines.cem_rl import CEMRL
|
|
|
|
__version__ = "0.0.1"
|