ray/rllib/contrib
Sven Mika d2b5c171cb
[RLlib] Add pytorch sigils to toc and add links to algo overview table. (#7950)
* Add torch sigils to toc-tree for DQN/APEX.

* WIP.
2020-04-09 10:40:18 -07:00
..
alpha_zero [RLlib] Add pytorch sigils to toc and add links to algo overview table. (#7950) 2020-04-09 10:40:18 -07:00
bandits [RLlib] Add pytorch sigils to toc and add links to algo overview table. (#7950) 2020-04-09 10:40:18 -07:00
maddpg [RLlib] DQN torch version. (#7597) 2020-04-06 11:56:16 -07:00
random_agent Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
__init__.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
README.rst [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07: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://ray.readthedocs.io/en/latest/rllib-dev.html for guidelines.