deep-rl-class
deep-rl-class copied to clipboard
Fix gymnasium[box2d] install failure on Colab
Fix gymnasium[box2d] install failure on Colab by pinning compatible versions
- Pinned gymnasium[box2d] to 0.29.1 to avoid pulling pygame==2.1.3 (which fails to build on Colab)
- Added explicit pygame==2.5.2 as a known working version
- No functional changes to other dependencies