Commit e33d1811 by GuoJeff

Added information in README on DockStream REINVENT tutorial notebook

parent 079a039c
...@@ -37,6 +37,11 @@ The templates are organized as follows: ...@@ -37,6 +37,11 @@ The templates are organized as follows:
* `docking`: Docking ligands * `docking`: Docking ligands
* `integration`: Combining different ligand embedders and docking backends into a single input `JSON` to run successively * `integration`: Combining different ligand embedders and docking backends into a single input `JSON` to run successively
## Using DockStream in REINVENT
DockStream provides a flexible implementation of molecular docking as a scoring function component in REINVENT. The generative
agent is able to gradually generate compounds that satisfy the DockStream component, i.e, achieve favourable docking scores.
A [tutorial notebook](https://github.com/MolecularAI/ReinventCommunity/blob/master/notebooks/Reinforcement_Learning_Demo_DockStream.ipynb) is provided.
## Requirements ## Requirements
Two Conda environments are provided: `DockStream` via `environment.yml` and `DockStreamFull` via `environment_full.yml`. Two Conda environments are provided: `DockStream` via `environment.yml` and `DockStreamFull` via `environment_full.yml`.
`DockStream` suffices for all use cases except when `CCDC GOLD` software is used, in which case `DockStreamFull` is required. `DockStream` suffices for all use cases except when `CCDC GOLD` software is used, in which case `DockStreamFull` is required.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment