From 9763d8045b64e4a1ab2a6d8ca02bb75a69430364 Mon Sep 17 00:00:00 2001 From: Elliot Tower Date: Wed, 29 Nov 2023 10:35:12 -0500 Subject: [PATCH 1/2] Remove Ray tutorials from CI --- .github/workflows/linux-tutorials-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-tutorials-test.yml b/.github/workflows/linux-tutorials-test.yml index 01089f6ad..858203d13 100644 --- a/.github/workflows/linux-tutorials-test.yml +++ b/.github/workflows/linux-tutorials-test.yml @@ -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 }} From ba94b7281540bf053075579ab44143494dfec082 Mon Sep 17 00:00:00 2001 From: Elliot Tower Date: Wed, 29 Nov 2023 10:39:37 -0500 Subject: [PATCH 2/2] Update docuemntation links --- docs/tutorials/rllib/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/tutorials/rllib/index.md b/docs/tutorials/rllib/index.md index 0f9d47597..401c4040e 100644 --- a/docs/tutorials/rllib/index.md +++ b/docs/tutorials/rllib/index.md @@ -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) @@ -48,3 +48,7 @@ See the [documentation](https://docs.ray.io/en/latest/rllib/index.html) for more pistonball holdem ``` + +pistonball +holdem +```