A version edited from https://github.com/tsudalab/ChemTS
- 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
- cd train_RNN
- Run python train_RNN.py to train the RNN model. GPU is highly recommended for reducing the training time.
- cd mcts_logp_improved_version
- Run python mcts_logp.py