ray/rllib/agents/ddpg/td3.py

5 lines
96 B
Python
Raw Normal View History

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