Skip to content

Commit

Permalink
Downgrade numpy for pybullet and add a notice
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Nov 19, 2024
1 parent de1daa7 commit e92ab55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/trained_agents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
# Use headless version
uv pip install --system opencv-python-headless
uv pip install --system -e .[plots,tests]
# Downgrade numpy to run pybullet agents
# See https://github.com/bulletphysics/bullet3/issues/4649
uv pip install --system "numpy<2"
- name: Install specific version of gym
run: |
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Goals of this repository:

This is the SB3 version of the original SB2 [rl-zoo](https://github.com/araffin/rl-baselines-zoo).

Note: although SB3 and the RL Zoo are compatible with Numpy>=2.0, you will need Numpy<2 to run agents on pybullet envs (see [issue](https://github.com/bulletphysics/bullet3/issues/4649)).

## Documentation

Documentation is available online: [https://rl-baselines3-zoo.readthedocs.io/](https://rl-baselines3-zoo.readthedocs.io)
Expand Down

0 comments on commit e92ab55

Please sign in to comment.