ray/rllib/contrib
Balaji Veeramani 7f1bacc7dc
[CI] Format Python code with Black (#21975)
See #21316 and #21311 for the motivation behind these changes.
2022-01-29 18:41:57 -08:00
..
alpha_zero [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
bandits [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
maddpg [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
random_agent [RLlib] Sub-class Trainer (instead of build_trainer()): All remaining classes; soft-deprecate build_trainer. (#20725) 2021-12-04 22:05:26 +01:00
sumo [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
__init__.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
README.rst [docs] Move all /latest links to /master (#11897) 2020-11-10 10:53:28 -08:00
registry.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00

Contributed algorithms, which can be run via ``rllib train --run=contrib/<alg_name>``

See https://docs.ray.io/en/master/rllib-dev.html for guidelines.