Skip to content

Commit b47b452

Browse files
committed
fixing links for vista traces
1 parent 32d4f8a commit b47b452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lab3/solutions/RL_Solution.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@
719719
"outputs": [],
720720
"source": [
721721
"# Download and extract the data for vista (auto-skip if already downloaded)\n",
722-
"!wget -nc -q --show-progress https://www.dropbox.com/s/3qogfzuugi852du/vista_traces.zip\n",
722+
"!wget -nc -q --show-progress https://www.dropbox.com/s/62pao4mipyzk3xu/vista_traces.zip\n",
723723
"print(\"Unzipping data...\")\n",
724724
"!unzip -o -q vista_traces.zip\n",
725725
"print(\"Done downloading and unzipping data!\")\n",
@@ -1416,7 +1416,7 @@
14161416
"* **text description and/or visual diagram** of the architecture, settings, algorithm, hyperparameters, etc you used to generate your result -- if there are any additional or interesting modifications you made to the template code, please include these in your description;\n",
14171417
"* finally, **separate `.py` script** containing the code for your model, as well as **a function call to load your model and the final trained weights**. This will mean you will have to access and load the weights of your trained model in this script;\n",
14181418
"\n",
1419-
"We will evaluate your entries based on the above components, as well as potential real-time evaluation of top candidates in new VISTA environments with snow / winter traces. The link for these traces is [here](https://www.dropbox.com/s/dhoekxljrix5ooh/vista_traces_snow.zip). You are welcome to download this data and evaluate your models on it as well. \n",
1419+
"We will evaluate your entries based on the above components, as well as potential real-time evaluation of top candidates in new VISTA environments with snow / winter traces. The link for these traces is [here](https://www.dropbox.com/s/3wxyvjfquloonqc/vista_traces_snow.zip). You are welcome to download this data and evaluate your models on it as well. \n",
14201420
"\n",
14211421
"Good luck!\n",
14221422
"\n",

0 commit comments

Comments
 (0)