mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
[RLlib; docs] Re-organize algorithms so TOC matches README. (#26339)
This commit is contained in:
parent
8ca5584b9f
commit
7c925fe99f
2 changed files with 447 additions and 455 deletions
File diff suppressed because it is too large
Load diff
|
@ -66,7 +66,7 @@ Offline RL:
|
|||
- `Importance Sampling and Weighted Importance Sampling (OPE) <https://docs.ray.io/en/latest/rllib/rllib-offline.html#is>`__
|
||||
- `Monotonic Advantage Re-Weighted Imitation Learning (MARWIL) <https://docs.ray.io/en/master/rllib/rllib-algorithms.html#marwil>`__
|
||||
|
||||
Model-free On-policy RL (for Games):
|
||||
Model-free On-policy RL:
|
||||
|
||||
- `Synchronous Proximal Policy Optimization (APPO) <https://docs.ray.io/en/master/rllib/rllib-algorithms.html#appo>`__
|
||||
- `Decentralized Distributed Proximal Policy Optimization (DD-PPO) <https://docs.ray.io/en/master/rllib/rllib-algorithms.html#ddppo>`__
|
||||
|
@ -105,7 +105,6 @@ Bandits:
|
|||
|
||||
Multi-agent:
|
||||
|
||||
- `Single-Player Alpha Zero (AlphaZero) <https://docs.ray.io/en/master/rllib/rllib-algorithms.html#alphazero>`__
|
||||
- `Parameter Sharing <https://docs.ray.io/en/master/rllib/rllib-algorithms.html#parameter>`__
|
||||
- `QMIX Monotonic Value Factorisation (QMIX, VDN, IQN)) <https://docs.ray.io/en/master/rllib/rllib-algorithms.html#qmix>`__
|
||||
- `Multi-Agent Deep Deterministic Policy Gradient (MADDPG) <https://docs.ray.io/en/master/rllib/rllib-algorithms.html#maddpg>`__
|
||||
|
@ -113,6 +112,7 @@ Multi-agent:
|
|||
|
||||
Others:
|
||||
|
||||
- `Single-Player Alpha Zero (AlphaZero) <https://docs.ray.io/en/master/rllib/rllib-algorithms.html#alphazero>`__
|
||||
- `Curiosity (ICM: Intrinsic Curiosity Module) <https://docs.ray.io/en/master/rllib/rllib-algorithms.html#curiosity>`__
|
||||
- `Random encoders (contrib/RE3) <https://docs.ray.io/en/master/rllib/rllib-algorithms.html#re3>`__
|
||||
- `Fully Independent Learning <https://docs.ray.io/en/master/rllib/rllib-algorithms.html#fil>`__
|
||||
|
|
Loading…
Add table
Reference in a new issue