The generated molecules are evaluated at each step and the results are stored in runs/RUN_DIR (runs/debug by default). Please refer to tensorboard files for the evaluation results and mols.txt for all the molecules generated during sampling.
The experiment results we listed in the paper are obtained by averaging the outcomes of 10 independent sampling paths. For each sampling path, we record the evaluation results of the step that produces the highest PM score.
Citation
@inproceedings{
xie2021mars,
title={MARS: Markov Molecular Sampling for Multi-objective Drug Discovery},
author={Yutong Xie and Chence Shi and Hao Zhou and Yuwei Yang and Weinan Zhang and Yong Yu and Lei Li},
booktitle={International Conference on Learning Representations},
year={2021},
url={https://openreview.net/forum?id=kHSu4ebxFXY}
}
MARS: Markov Molecular Sampling for Multi-objective Drug Discovery
Thanks for your interest! This is the code repository for our ICLR 2021 paper MARS: Markov Molecular Sampling for Multi-objective Drug Discovery.
Dependencies
The
condaenvironment is exported asenvironment.yml. You can also manually install these packages:Run
To extract molecular fragments from a database:
To sample molecules:
Evaluation and Generated Molecules
The generated molecules are evaluated at each step and the results are stored in
runs/RUN_DIR(runs/debugby default). Please refer to tensorboard files for the evaluation results andmols.txtfor all the molecules generated during sampling.The experiment results we listed in the paper are obtained by averaging the outcomes of 10 independent sampling paths. For each sampling path, we record the evaluation results of the step that produces the highest PM score.
Citation