mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 01:31:08 +08:00
173f1d629a
Remove rllib dep: trainable is now a standalone abstract class that can be easily subclassed. Clean up hyperband: fix debug string and add an example. Remove YAML api / ScriptRunner: this was never really used. Move ray.init() out of run_experiments(): This provides greater flexibility and should be less confusing since there isn't an implicit init() done there. Note that this is a breaking API change for tune.
Example of using a custom gym env with RLlib.