Skip to content

Commit

Permalink
Update pettingzoo dependency in .yml files to allow for 1.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisyeh96 committed Dec 7, 2023
1 parent a87fada commit 1e40514
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions env_building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# - officially seems to only supports pettingzoo 1.23.1 (see https://github.com/ray-project/ray/blob/ray-2.7.1/python/requirements/ml/rllib-test-requirements.txt),
# but empirically seems to work with pettingzoo 1.24.*
#
# last updated: November 13, 2023
# last updated: December 7, 2023
name: sustaingym_building
channels:
- pytorch
Expand Down Expand Up @@ -40,6 +40,6 @@ dependencies:

- pip:
- gymnasium==0.28.1
- pettingzoo==1.24.1
- pettingzoo==1.24.*
- ray[rllib]==2.8.*
- stable_baselines3>=2
4 changes: 2 additions & 2 deletions env_cogen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# - officially seems to only supports pettingzoo 1.23.1 (see https://github.com/ray-project/ray/blob/ray-2.8.0/python/requirements/ml/rllib-test-requirements.txt),
# but empirically seems to work with pettingzoo 1.24.*
#
# last updated: November 16, 2023
# last updated: December 7, 2023
name: sustaingym_cogen
channels:
- pytorch # for pytorch
Expand Down Expand Up @@ -42,7 +42,7 @@ dependencies:

- pip:
- gymnasium==0.28.1
- pettingzoo==1.24.1
- pettingzoo==1.24.*
- ray[rllib]==2.8.*
- onnxruntime==1.16.* # the ONNX model for CogenEnv is small and runs sufficiently fast on CPU

Expand Down
4 changes: 2 additions & 2 deletions env_ev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# - officially seems to only supports pettingzoo 1.23.1 (see https://github.com/ray-project/ray/blob/ray-2.8.0/python/requirements/ml/rllib-test-requirements.txt),
# but empirically seems to work with pettingzoo 1.24.*
#
# last updated: November 25, 2023
# last updated: December 7, 2023
name: sustaingym_ev
channels:
- pytorch # for pytorch
Expand Down Expand Up @@ -47,7 +47,7 @@ dependencies:
- pip:
- acnportal>=0.3.3
- gymnasium==0.28.1
- pettingzoo==1.24.1
- pettingzoo==1.24.*
- ray[rllib]==2.8.*
- stable_baselines3>=2

Expand Down

0 comments on commit 1e40514

Please sign in to comment.