1
0
Fork 0
mirror of https://github.com/vale981/ray synced 2025-03-14 15:16:38 -04:00
ray/rllib/algorithms/maddpg/__init__.py

8 lines
157 B
Python
Raw Normal View History

from ray.rllib.algorithms.maddpg.maddpg import (
MADDPG,
MADDPGConfig,
DEFAULT_CONFIG,
)
__all__ = ["MADDPGConfig", "MADDPG", "DEFAULT_CONFIG"]