ray/rllib/agents/ddpg/td3.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
96 B
Python
Raw Normal View History

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