mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
4 lines
96 B
Python
4 lines
96 B
Python
from ray.rllib.algorithms.td3 import ( # noqa
|
|
TD3 as TD3Trainer,
|
|
TD3_DEFAULT_CONFIG,
|
|
)
|