Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RLlib tutorials (Ray now supports Gymnasium v28) #1051

Merged
merged 11 commits into from
Aug 11, 2023
2 changes: 1 addition & 1 deletion .github/workflows/linux-tutorials-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
tutorial: ['Tianshou', 'EnvironmentCreation', 'CleanRL', 'SB3/kaz', 'SB3/waterworld', 'SB3/connect_four', 'SB3/test'] # TODO: add back RLlib once it is fixed
tutorial: ['Tianshou', 'EnvironmentCreation', 'CleanRL', 'SB3/kaz', 'SB3/waterworld', 'SB3/connect_four', 'SB3/test'] # TODO: add back Ray once next release after 2.6.2
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
6 changes: 3 additions & 3 deletions tutorials/Ray/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PettingZoo[classic, butterfly]>=1.23.1
PettingZoo[classic, butterfly]==1.23.1
Pillow>=9.4.0
ray[rllib]>=2.5.1 # Note: RLlib's PettingZoo wrapper is currently broken, but will be fixed with https://github.com/ray-project/ray/pull/34696
SuperSuit>=3.9.0
ray[rllib]>2.6.2
SuperSuit==3.8.0
torch>=1.13.1
tensorflow-probability>=0.19.0