Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Commit 0c923c2

Browse files
committed
fixed some path strings in the notebooks
1 parent 766e664 commit 0c923c2

3 files changed

+48
-51
lines changed

Diff for: notebooks/Automated_Curriculum_Learning_Demo.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@
476476
"name": "python",
477477
"nbconvert_exporter": "python",
478478
"pygments_lexer": "ipython3",
479-
"version": "3.7.7"
479+
"version": "3.7.6"
480480
}
481481
},
482482
"nbformat": 4,

Diff for: notebooks/Link-INVENT_RL.ipynb

+44-44
Large diffs are not rendered by default.

Diff for: notebooks/Reinforcement_Learning_Demo_Icolos.ipynb

+3-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"4. Copy the link to a browser\n",
1515
"\n",
1616
"\n",
17-
"# `REINVENT 3.0`: reinforcement learning with `Icolos` (docking)\n",
17+
"# `REINVENT 3.2`: reinforcement learning with `Icolos` (docking)\n",
1818
"\n",
1919
"\n",
2020
"This is a simple example of running `Reinvent` with only 1 score component (`Icolos`). To execute this notebook, make sure you have cloned the [Icolos](https://github.com/MolecularAI/Icolos) repository from GitHub and installed it into a `conda` environment (see instructions in the `README.md`).\n",
@@ -260,9 +260,10 @@
260260
"# initialize the dictionary\n",
261261
"configuration = {\n",
262262
" \"version\": 3, # we are going to use REINVENT's newest release\n",
263-
" \"run_type\": \"reinforcement_learning\" # other run types: \"sampling\", \"validation\",\n",
263+
" \"run_type\": \"reinforcement_learning\", # other run types: \"sampling\", \"validation\",\n",
264264
" # \"transfer_learning\",\n",
265265
" # \"scoring\" and \"create_model\"\n",
266+
" \"model_type\": \"default\"\n",
266267
"}"
267268
]
268269
},
@@ -660,8 +661,4 @@
660661
},
661662
"nbformat": 4,
662663
"nbformat_minor": 2
663-
<<<<<<< HEAD
664664
}
665-
=======
666-
}
667-
>>>>>>> 6d79b2c715058e19ac118a41ca1ee7086d8e5eb4

0 commit comments

Comments
 (0)