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

Commit a323d27

Browse files
committed
Merge branch 'reinvent.3.0'
2 parents 7099144 + e4c1b19 commit a323d27

36 files changed

+660
-1910
lines changed

.idea/ReinventCommunity.iml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

notebooks/Complete_Use-Case-DRD2_Demo.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@
380380
"outputs": [],
381381
"source": [
382382
"configuration[\"parameters\"][\"reinforcement_learning\"] = {\n",
383-
" \"prior\": os.path.join(reinvent_dir, \"data/augmented.prior\"),\n",
384-
" \"agent\": os.path.join(reinvent_dir, \"data/augmented.prior\"),\n",
383+
" \"prior\": os.path.join(ipynb_path, \"models/augmented.prior\"),\n",
384+
" \"agent\": os.path.join(ipynb_path, \"models/augmented.prior\"),\n",
385385
" \"n_steps\": 300,\n",
386386
" \"sigma\": 128,\n",
387387
" \"learning_rate\": 0.0001,\n",

notebooks/Create_Model_Demo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"# provide your input dataset that will be used for training \n",
107107
"#we use a purged dataset provided with this repo\n",
108108
"\n",
109-
"input_SMILES_path = os.path.join(reinvent_dir, \"data/chembl.filtered.smi\") \n",
109+
"input_SMILES_path = os.path.join(ipynb_path, \"data/chembl.filtered.smi\") \n",
110110
"output_model_path = os.path.join(output_dir, \"empty_model.ckpt\")\n",
111111
"\n",
112112
"# add the \"parameters\" block\n",

notebooks/Data_Preparation.ipynb

0 Bytes
Binary file not shown.
827 KB
Binary file not shown.
699 KB
Binary file not shown.

0 commit comments

Comments
 (0)