mirror of
https://github.com/wassname/ray.git
synced 2026-07-14 11:17:54 +08:00
8 lines
231 B
Python
8 lines
231 B
Python
from __future__ import absolute_import
|
|
from __future__ import division
|
|
from __future__ import print_function
|
|
|
|
from ray.rllib.contrib.maddpg.maddpg import MADDPGTrainer, DEFAULT_CONFIG
|
|
|
|
__all__ = ["MADDPGTrainer", "DEFAULT_CONFIG"]
|