Max van Dijck 232c331ce3 [RLlib] Rename all np.product usage to np.prod (#46317) 3 月之前
..
a2c 232c331ce3 [RLlib] Rename all np.product usage to np.prod (#46317) 3 月之前
a3c 232c331ce3 [RLlib] Rename all np.product usage to np.prod (#46317) 3 月之前
alpha_star 232c331ce3 [RLlib] Rename all np.product usage to np.prod (#46317) 3 月之前
alpha_zero 232c331ce3 [RLlib] Rename all np.product usage to np.prod (#46317) 3 月之前
apex_ddpg 232c331ce3 [RLlib] Rename all np.product usage to np.prod (#46317) 3 月之前
apex_dqn 232c331ce3 [RLlib] Rename all np.product usage to np.prod (#46317) 3 月之前
ars 232c331ce3 [RLlib] Rename all np.product usage to np.prod (#46317) 3 月之前
bandit 918d7387d8 [RLlib, rllib_contrib] Issue errors (instead of warnings) when using `rllib_contrib` algos. (#40789) 11 月之前
crr 232c331ce3 [RLlib] Rename all np.product usage to np.prod (#46317) 3 月之前
ddpg 232c331ce3 [RLlib] Rename all np.product usage to np.prod (#46317) 3 月之前
ddppo 232c331ce3 [RLlib] Rename all np.product usage to np.prod (#46317) 3 月之前
dt 232c331ce3 [RLlib] Rename all np.product usage to np.prod (#46317) 3 月之前
es 232c331ce3 [RLlib] Rename all np.product usage to np.prod (#46317) 3 月之前
leela_chess_zero 232c331ce3 [RLlib] Rename all np.product usage to np.prod (#46317) 3 月之前
maddpg 232c331ce3 [RLlib] Rename all np.product usage to np.prod (#46317) 3 月之前
maml 232c331ce3 [RLlib] Rename all np.product usage to np.prod (#46317) 3 月之前
mbmpo 232c331ce3 [RLlib] Rename all np.product usage to np.prod (#46317) 3 月之前
pg 232c331ce3 [RLlib] Rename all np.product usage to np.prod (#46317) 3 月之前
qmix 232c331ce3 [RLlib] Rename all np.product usage to np.prod (#46317) 3 月之前
r2d2 232c331ce3 [RLlib] Rename all np.product usage to np.prod (#46317) 3 月之前
simple_q 232c331ce3 [RLlib] Rename all np.product usage to np.prod (#46317) 3 月之前
slate_q 232c331ce3 [RLlib] Rename all np.product usage to np.prod (#46317) 3 月之前
td3 232c331ce3 [RLlib] Rename all np.product usage to np.prod (#46317) 3 月之前
README.md 3275be3d9e [RLlib contrib] Added Table of content to list all externally contributed algorithm and examples in one centralized place (#35516) 1 年之前
TOC.md 3b56729de9 [RLlib-contrib] ARS. (#36607) 1 年之前
contributing.md db97dda812 [RLlib contrib] add contributing.md to RLlib contrib (#35346) 1 年之前

README.md

RLlib-Contrib

RLlib-Contrib is a directory for more experimental community contributions to RLlib including contributed algorithms. This directory has a more relaxed bar for contributions than Ray or RLlib. If you are interested in contributing to RLlib-Contrib, please see the contributing guide.

Getting Started and Installation

Navigate to the algorithm sub-directory you are interested in and see the README.md for installation instructions and example scripts to help you get started!

List of Algorithms and Examples

Go to List of examples and algorithms to checkout the examples that our open source contributors have created with RLlib.

Maintenance

Any issues that are filed in rllib_contrib will be solved best-effort by the community and there is no expectation of maintenance by the RLlib team.

The API surface between algorithms in rllib_contrib and current versions of Ray / RLlib is not guaranteed. This means that any APIs that are used in rllib_contrib could potentially become modified/removed in newer version of Ray/RLlib.

We will generally accept contributions to this directory that meet any of the following criteria:

  1. Updating dependencies.
  2. Submitting community contributed algorithms that have been tested and are ready for use.
  3. Enabling algorithms to be run in different environments (ex. adding support for a new type of gymnasium environment).
  4. Updating algorithms for use with the newer RLlib APIs.
  5. General bug fixes.

We will not accept contributions that generally add a significant maintenance burden. In this case users should instead make their own repo with their contribution, using the same guidelines as this directory, and the RLlib team can help to market/promote it in the Ray docs.

Getting Involved

Platform Purpose Support Level
Discuss Forum For discussions about development and questions about usage. Community
GitHub Issues For reporting bugs and filing feature requests. Community
Slack For collaborating with other Ray users. Community