mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 05:17:38 +08:00
cf0894d396
* 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>
7 lines
123 B
Python
7 lines
123 B
Python
from ray.rllib.agents.maml.maml import MAMLTrainer, DEFAULT_CONFIG
|
|
|
|
__all__ = [
|
|
"MAMLTrainer",
|
|
"DEFAULT_CONFIG",
|
|
]
|