mirror of
https://github.com/vale981/ray
synced 2025-03-10 13:26:39 -04:00
3 lines
124 B
Python
3 lines
124 B
Python
from ray.rllib.algorithms.maddpg.maddpg import MADDPGTrainer, DEFAULT_CONFIG
|
|
|
|
__all__ = ["MADDPGTrainer", "DEFAULT_CONFIG"]
|