Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Commit

Permalink
Update links to setup_colab.sh (yandexdataschool#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
dniku authored Apr 12, 2020
1 parent a18ace4 commit a91f8a1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion week01_intro/crossentropy_method.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"source": [
"import sys\n",
"if 'google.colab' in sys.modules:\n",
" !wget https://bit.ly/2FMJP5K -O setup.py && bash setup.py\n",
" !wget -q https://raw.githubusercontent.com/yandexdataschool/Practical_RL/spring20/setup_colab.sh -O- | bash\n",
"\n",
"# XVFB will be launched if you run on a server\n",
"import os\n",
Expand Down
2 changes: 1 addition & 1 deletion week01_intro/deep_crossentropy_method.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"source": [
"import sys\n",
"if 'google.colab' in sys.modules:\n",
" !wget https://bit.ly/2FMJP5K -O setup.py && bash setup.py\n",
" !wget -q https://raw.githubusercontent.com/yandexdataschool/Practical_RL/spring20/setup_colab.sh -O- | bash\n",
"\n",
"# XVFB will be launched if you run on a server\n",
"import os\n",
Expand Down
2 changes: 1 addition & 1 deletion week01_intro/seminar_gym_interface.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"source": [
"import sys\n",
"if 'google.colab' in sys.modules:\n",
" !wget https://bit.ly/2FMJP5K -O setup.py && bash setup.py\n",
" !wget -q https://raw.githubusercontent.com/yandexdataschool/Practical_RL/spring20/setup_colab.sh -O- | bash\n",
"\n",
"# This code creates a virtual display to draw game images on.\n",
"# If you are running locally, just ignore it\n",
Expand Down
3 changes: 1 addition & 2 deletions week03_model_free/homework.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"source": [
"import sys\n",
"if 'google.colab' in sys.modules:\n",
" !wget https://bit.ly/2FMJP5K -q -O setup.py\n",
" !bash setup.py 2>&1 1>stdout.log | tee stderr.log\n",
" !wget -q https://raw.githubusercontent.com/yandexdataschool/Practical_RL/spring20/setup_colab.sh -O- | bash\n",
"\n",
"# This code creates a virtual display to draw game images on.\n",
"# If you are running locally, just ignore it\n",
Expand Down
3 changes: 1 addition & 2 deletions week03_model_free/seminar_qlearning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"source": [
"import sys\n",
"if 'google.colab' in sys.modules:\n",
" !wget https://bit.ly/2FMJP5K -q -O setup.py\n",
" !bash setup.py 2>&1 1>stdout.log | tee stderr.log\n",
" !wget -q https://raw.githubusercontent.com/yandexdataschool/Practical_RL/spring20/setup_colab.sh -O- | bash\n",
"\n",
"# This code creates a virtual display to draw game images on.\n",
"# If you are running locally, just ignore it\n",
Expand Down
3 changes: 1 addition & 2 deletions week10_planning/seminar_MCTS.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"source": [
"import sys\n",
"if 'google.colab' in sys.modules:\n",
" !wget https://bit.ly/2FMJP5K -q -O setup.py\n",
" !bash setup.py 2>&1 1>stdout.log | tee stderr.log\n",
" !wget -q https://raw.githubusercontent.com/yandexdataschool/Practical_RL/spring20/setup_colab.sh -O- | bash\n",
"\n",
"# This code creates a virtual display to draw game images on.\n",
"# If you are running locally, just ignore it\n",
Expand Down

0 comments on commit a91f8a1

Please sign in to comment.