Skip to content

Commit

Permalink
Fix gym install error (#13)
Browse files Browse the repository at this point in the history
Fixes error in google colab, see
openai/gym#3200
  • Loading branch information
francisduvivier authored Mar 29, 2023
1 parent 07f4e60 commit 43b442e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rl-baselines-zoo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"outputs": [],
"source": [
"!apt-get update && apt-get install swig cmake ffmpeg freeglut3-dev xvfb\n",
"!pip install setuptools==66",
"!pip install pyglet==1.5.27"
]
},
Expand Down Expand Up @@ -338,4 +339,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit 43b442e

Please sign in to comment.