Skip to content

Commit

Permalink
Add upper bound for numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Jun 29, 2024
1 parent b65ce87 commit 0b56cb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### Breaking Changes
- Updated defaults hyperparameters for TQC/SAC for Swimmer-v4 (decrease gamma for more consistent results) (@JacobHA) [W&B report](https://wandb.ai/openrlbenchmark/sbx/reports/SAC-MuJoCo-Swimmer-v4--Vmlldzo3NzM5OTk2)
- Upgraded to SB3 >= 2.4.0
- Added upper bound to Numpy (>1.20,<2.0) to prevent failure with `arch` package (from rliable)

### New Features

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ plotly
# panda-gym~=3.0.1
wandb
moviepy
numpy<2.0 # arch fails to build otherwise (required by rliable)

0 comments on commit 0b56cb6

Please sign in to comment.