Molecule Design using Monte Carlo Tree Search with Neural Rollout. ChemTS can design novel materials with desired HOMO-LUMO gap and interal energy. Combining with rDock, ChemTS can design molecules active to target proteins. The ChemTS paper is available at https://arxiv.org/abs/1710.00616 .
- Python>=2.7
- Keras (version 2.0.5) If you installed the newest version of keras, some errors will show up. Please change it back to keras 2.0.5 by pip install keras=2.0.5.
- rdkit
- rDock
For usage, please refer the following instructions.
- cd train_RNN
- Run python train_RNN.py to train the RNN model. GPU is highly recommended for reducing the training time.
- cd ligand_design
- Run python mcts_ligand.py
There are two versions of chemts for logP optimization. The old version considered all possible smiles symbols adding to the tree. The new version chemts only adds with high predictive probabilities to the tree.
- cd mcts_logp_improved_version
- Run python mcts_logp.py