mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
10 lines
276 B
Python
10 lines
276 B
Python
from ray.rllib.algorithms.maml.maml import MAMLTrainer, DEFAULT_CONFIG
|
|
|
|
__all__ = [
|
|
"MAMLTrainer",
|
|
"DEFAULT_CONFIG",
|
|
]
|
|
|
|
from ray.rllib.utils.deprecation import deprecation_warning
|
|
|
|
deprecation_warning("ray.rllib.agents.maml", "ray.rllib.algorithms.maml", error=False)
|