ray/rllib/agents/ddpg/td3.py

4 lines
96 B
Python

from ray.rllib.algorithms.td3 import ( # noqa
TD3 as TD3Trainer,
TD3_DEFAULT_CONFIG,
)