mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00

* Halfway done with transferring MAML to new Ray * MAML Beta Out * Debugging MAML atm * Distributed Execution * Pendulum Mass Working * All experiments complete * Cleaned up codebase * Travis CI * Travis CI * Tests * Merged conflicts * Fixed variance bug conflict * Comment resolved * Apply suggestions from code review fixed test_maml * Update rllib/agents/maml/tests/test_maml.py * asdf * Fix testing Co-authored-by: Sven Mika <sven@anyscale.io>
6 lines
123 B
Python
6 lines
123 B
Python
from ray.rllib.agents.maml.maml import MAMLTrainer, DEFAULT_CONFIG
|
|
|
|
__all__ = [
|
|
"MAMLTrainer",
|
|
"DEFAULT_CONFIG",
|
|
]
|