ray/rllib/contrib
Balaji Veeramani abad268549
Comment fmt: off annotations (#21984)
Code formatting is disabled in several modules with the explanation
> [The module] ignores yapf because yapf doesn't allow comments right after code blocks,
but we put comments right after code blocks to prevent large white spaces
in the documentation.

Since we no longer use YAPF, it may be possible to re-enable code formatting on 
these modules. I've added "FIXME" comments requesting developers to check
whether code formatter appeasements are still necessary.
2022-02-09 22:12:11 -08:00
..
alpha_zero [CI] Replace YAPF disables with Black disables (#21982) 2022-02-08 16:29:25 -08:00
bandits [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
maddpg [CI] Replace YAPF disables with Black disables (#21982) 2022-02-08 16:29:25 -08:00
random_agent Comment fmt: off annotations (#21984) 2022-02-09 22:12:11 -08: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.