ray/rllib/algorithms/apex_ddpg/__init__.py

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

12 lines
206 B
Python
Raw Normal View History

from ray.rllib.algorithms.apex_ddpg.apex_ddpg import (
ApexDDPG,
ApexDDPGConfig,
APEX_DDPG_DEFAULT_CONFIG,
)
__all__ = [
"ApexDDPG",
"ApexDDPGConfig",
"APEX_DDPG_DEFAULT_CONFIG",
]