Skip to content

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

-11
This file was deleted.

.idea/inspectionProfiles/profiles_settings.xml

-6
This file was deleted.

.idea/misc.xml

-4
This file was deleted.

.idea/modules.xml

-8
This file was deleted.

.idea/vcs.xml

-6
This file was deleted.

notebooks/Complete_Use-Case-DRD2_Demo.ipynb

+2-2
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

+1-1
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.

notebooks/Lib-INVENT_RL1_QSAR.ipynb

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

0 commit comments

Comments
 (0)