ray/rllib/contrib
Sven Mika 57544b1ff9
[RLlib] Examples folder restructuring (Model examples; final part). (#8278)
- This PR completes any previously missing PyTorch Model counterparts to TFModels in examples/models.
- It also makes sure, all example scripts in the rllib/examples folder are tested for both frameworks and learn the given task (this is often currently not checked) using a --as-test flag in connection with a --stop-reward.
2020-05-12 08:23:10 +02:00
..
alpha_zero [RLlib] rllib/examples folder restructuring (#8250) 2020-05-01 22:59:34 +02:00
bandits [RLlib] Examples folder restructuring (Model examples; final part). (#8278) 2020-05-12 08:23:10 +02:00
maddpg Fixed: contrib/MADDPG MADDPGTFPolicy missing self.config assignment (#8343) 2020-05-08 12:05:06 -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 Replace all instances of ray.readthedocs.io with ray.io (#7994) 2020-04-13 16:17:05 -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://docs.ray.io/en/latest/rllib-dev.html for guidelines.