diff --git a/unit1/unit1.ipynb b/unit1/unit1.ipynb index 0b65b8e..173cc92 100644 --- a/unit1/unit1.ipynb +++ b/unit1/unit1.ipynb @@ -249,6 +249,7 @@ }, "outputs": [], "source": [ + "!pip install importlib-metadata==4.12.0 # To overcome an issue with importlib-metadata https://stackoverflow.com/questions/73929564/entrypoints-object-has-no-attribute-get-digital-ocean\n", "!pip install gym[box2d]\n", "!pip install stable-baselines3[extra]\n", "!pip install huggingface_sb3\n", @@ -1184,11 +1185,18 @@ }, "gpuClass": "standard", "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3.9.7", + "language": "python", "name": "python3" }, "language_info": { - "name": "python" + "name": "python", + "version": "3.9.7" + }, + "vscode": { + "interpreter": { + "hash": "ed7f8024e43d3b8f5ca3c5e1a8151ab4d136b3ecee1e3fd59e0766ccc55e1b10" + } } }, "nbformat": 4,