Skip to content

Commit

Permalink
Update RLlib tutorials (Ray now supports Gymnasium v28) (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottower authored Aug 11, 2023
1 parent a3c096d commit 756ce85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@ -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

0 comments on commit 756ce85

Please sign in to comment.