deep-rl-class icon indicating copy to clipboard operation
deep-rl-class copied to clipboard

Fix gymnasium[box2d] install failure on Colab

Open abbas-rz opened this issue 5 months ago • 0 comments

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

abbas-rz avatar Nov 10 '25 14:11 abbas-rz