mirror of
https://github.com/vale981/ray
synced 2025-03-10 13:26:39 -04:00
5 lines
96 B
Python
5 lines
96 B
Python
![]() |
from ray.rllib.algorithms.td3 import ( # noqa
|
||
|
TD3 as TD3Trainer,
|
||
|
TD3_DEFAULT_CONFIG,
|
||
|
)
|