Skip to content

Commit

Permalink
Remove Ray tutorials from CI (currently broken) (#1142)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottower authored Nov 29, 2023
1 parent 79de877 commit 2cb7596
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-tutorials-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
tutorial: [Tianshou, CustomEnvironment, CleanRL, SB3/kaz, SB3/waterworld, SB3/connect_four, SB3/test, AgileRL, Ray]
tutorial: [Tianshou, CustomEnvironment, CleanRL, SB3/kaz, SB3/waterworld, SB3/connect_four, SB3/test, AgileRL] # TODO: fix tutorials and add back Ray
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
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 2cb7596

Please sign in to comment.