From f086e7e749b72e36791dcd79207e832f3bcfc437 Mon Sep 17 00:00:00 2001 From: Bryon Tjanaka Date: Sun, 10 Sep 2023 06:40:49 -0700 Subject: [PATCH] Revert "upgrade to latest version of gymnasium" This reverts commit 1179e9543bda39a299ed28ebea02f7d0638df094. --- tutorials/lunar_lander.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/lunar_lander.ipynb b/tutorials/lunar_lander.ipynb index db9bfb915..e5b3fc1e2 100644 --- a/tutorials/lunar_lander.ipynb +++ b/tutorials/lunar_lander.ipynb @@ -152,7 +152,7 @@ "outputs": [], "source": [ "%pip install swig # Must be installed before box2d\n", - "%pip install ribs[visualize] gymnasium[box2d]==0.29.1 \"moviepy>=1.0.0\" dask distributed\n", + "%pip install ribs[visualize] gymnasium[box2d]==0.27.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",