ray/rllib/algorithms/ddppo/__init__.py

8 lines
149 B
Python
Raw Normal View History

from ray.rllib.algorithms.ddppo.ddppo import DDPPOConfig, DDPPO, DEFAULT_CONFIG
__all__ = [
"DDPPOConfig",
"DDPPO",
"DEFAULT_CONFIG",
]