ray/examples/custom_env
Eric Liang 173f1d629a
[tune] Ray Tune API cleanup (#1454)
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.
2018-01-24 16:55:17 -08:00
..
custom_env.py [tune] Ray Tune API cleanup (#1454) 2018-01-24 16:55:17 -08:00
README [rllib] improve custom env docs (#1447) 2018-01-19 21:36:18 -08:00

Example of using a custom gym env with RLlib.