ray/rllib/contrib
2020-12-08 16:41:45 -08:00
..
alpha_zero [RLlib] Batch-size for truncate_episode batch_mode should be confgurable in agent-steps (rather than env-steps), if needed. (#12420) 2020-12-08 16:41:45 -08:00
bandits [RLlib] Deprecate old classes, methods, functions, config keys (in prep for RLlib 1.0). (#10544) 2020-09-06 10:58:00 +02:00
maddpg [RLlib] Attention Net prep PR #3. (#12450) 2020-12-07 13:08:17 +01:00
random_agent [tune] Use public methods for trainable (#9184) 2020-07-01 11:00:00 -07:00
sumo [RLlib] Integration with SUMO Simulator (#11710) 2020-11-03 09:45:03 +01: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 Contextual Bandit algorithms (WIP) (#7642) 2020-03-26 13:41:16 -07: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.