Skip to content

Commit

Permalink
Correct gymnasium
Browse files Browse the repository at this point in the history
  • Loading branch information
btjanaka committed Dec 19, 2024
1 parent bf4aa23 commit 30795f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/lunar_lander.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"source": [
"%pip install swig # Must be installed before box2d.\n",
"import swig\n",
"%pip install ribs[visualize] gymnasium[box2d]==0.29.1 \"moviepy>=1.0.0\" dask distributed\n",
"%pip install ribs[visualize] gymnasium[box2d]==1.0.0 \"moviepy>=1.0.0\" dask distributed\n",
"\n",
"# An uninstalled version of decorator is occasionally loaded. This loads the\n",
"# newly installed version of decorator so that moviepy works properly -- see\n",
Expand Down

0 comments on commit 30795f3

Please sign in to comment.