mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
![]() 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. |
||
---|---|---|
.. | ||
custom_env.py | ||
README |
Example of using a custom gym env with RLlib.