mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
7 lines
145 B
Python
7 lines
145 B
Python
from ray.rllib.algorithms.td3.td3 import TD3, TD3Config, TD3_DEFAULT_CONFIG
|
|
|
|
__all__ = [
|
|
"TD3",
|
|
"TD3Config",
|
|
"TD3_DEFAULT_CONFIG",
|
|
]
|