Skip to content

Commit

Permalink
gym version
Browse files Browse the repository at this point in the history
  • Loading branch information
Theohhhu committed Jul 31, 2023
1 parent 9cd787f commit adf046f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ $ pip install -r requirements.txt
Please follow [this guide](https://marllib.readthedocs.io/en/latest/handbook/env.html).

> __Note__:
> We recommend the gym version between 0.20.0~0.22.0.
> We recommend the gym version around 0.20.0.
```bash
pip install "gym>=0.20.0,<0.22.0"
pip install "gym==0.20.0"
```

#### 3. install patches (basic)
Expand Down
2 changes: 1 addition & 1 deletion marllib.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"outputs": [],
"source": [
"!/usr/local/bin/pip install protobuf==3.20.0 marllib==1.0.3 ray[rllib] gym==0.22.0"
"!/usr/local/bin/pip install protobuf==3.20.0 marllib==1.0.3 ray[rllib] gym==0.20.0"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ pettingzoo[mpe]==1.12.0
supersuit==3.2.0
numpy==1.20.3
importlib-metadata==4.13.0
gym==0.22.0
gym==0.20.0
PyYAML

0 comments on commit adf046f

Please sign in to comment.