mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
11 lines
292 B
Python
11 lines
292 B
Python
from ray.rllib.algorithms.mbmpo.mbmpo import MBMPO as MBMPOTrainer, DEFAULT_CONFIG
|
|
|
|
__all__ = [
|
|
"MBMPOTrainer",
|
|
"DEFAULT_CONFIG",
|
|
]
|
|
|
|
|
|
from ray.rllib.utils.deprecation import deprecation_warning
|
|
|
|
deprecation_warning("ray.rllib.agents.mbmpo", "ray.rllib.algorithms.mbmpo", error=False)
|