Skip to content

Commit

Permalink
fix first cell
Browse files Browse the repository at this point in the history
  • Loading branch information
DHDev0 authored Jan 17, 2023
1 parent 18def8b commit 0d591a5
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,15 @@
"# !pip3 install torch torchvision torchaudio\n",
"\n",
"# # # unQuote to install dependency\n",
"# # # Gym env for game simulation\n",
"# # # gymnasium env for game simulation\n",
"# # install for windows Microsoft C++ Build Tools 14+ (require for Box2D lib):\n",
"# # https://visualstudio.microsoft.com/downloads/\n",
"# !pip3 install gym[all]\n",
"# !pip3 install gym[atari]\n",
"# !pip install gym[accept-rom-license]\n",
"# # or\n",
"# conda install -c conda-forge gym-all\n",
"# !pip install gymnasium[all]\n",
"# !pip install gymnasium[atari]\n",
"# !pip install gymnasium[accept-rom-license]\n",
"# if you can't install Box2D, try :\n",
"# for windows: conda install -c anaconda swig\n",
"# or else try the docker.\n",
"# or else try the dockerfile.\n",
"\n",
"# # # Ray install\n",
"# pip install -U \"ray[default]\"\n",
Expand Down Expand Up @@ -314,7 +312,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.13"
"version": "3.9.13 (main, Oct 13 2022, 21:23:06) [MSC v.1916 64 bit (AMD64)]"
},
"orig_nbformat": 4,
"vscode": {
Expand Down

0 comments on commit 0d591a5

Please sign in to comment.