Skip to content

Commit

Permalink
Update docuemntation links
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottower authored Nov 29, 2023
1 parent 9763d80 commit ba94b72
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/tutorials/rllib/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ See the [documentation](https://docs.ray.io/en/latest/rllib/index.html) for more
## Examples using PettingZoo:

### Training:
* [supersuit preprocessing: pistonball](https://github.com/ray-project/ray/blob/master/rllib/examples/env/greyscale_env.py)
* [simple multi-agent: rock-paper-scissors](https://github.com/ray-project/ray/blob/master/rllib/examples/rock_paper_scissors_multiagent.py)
* [multi-agent parameter sharing: waterworld](https://github.com/ray-project/ray/blob/master/rllib/examples/multi_agent_parameter_sharing.py)
* [multi-agent independent learning: waterworld](https://github.com/ray-project/ray/blob/master/rllib/examples/multi_agent_independent_learning.py)
* [multi-agent leela chess zero](https://github.com/ray-project/ray/blob/master/rllib/examples/multi-agent-leela-chess-zero.py)
* [PR: connect four self-play with pettingzoo](https://github.com/ray-project/ray/pull/33481)

[//]: # (TODO: test waterworld, leela chess zero, add PR to pettingzoo if it isn't merged)

Expand All @@ -48,3 +48,7 @@ See the [documentation](https://docs.ray.io/en/latest/rllib/index.html) for more
pistonball
holdem
```

pistonball
holdem
```

0 comments on commit ba94b72

Please sign in to comment.