Skip to content

clinfo/VGAE-MCTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

VGAE-MCTS: a New Molecular Generative Model combining Variational Graph Auto-Encoder and Monte Carlo Tree Search

Authors: Hiroaki Iwata, Taichi Nakai, Takuto Koyama, Shigeyuki Matsumoto, Ryosuke Kojima, and Yasushi Okuno

DOI: https://doi.org/10.26434/chemrxiv-2023-q8419

Usage of VGAE-MCTS

VGAE uses a model provided in kGCN. (URL: https://github.com/clinfo/kGCN/tree/master/sample_chem/generative_model )

MCTS uses a model located in a separate repository. (URL: https://github.com/clinfo/GraphGenerativeModel/tree/nakai_ver )

VGAE

The VGAE model uses model_vae.py and model_vae_gen.py found within https://github.com/clinfo/kGCN/tree/master/example_model. model_vae.py is used for VGAE training and reconstruction, and model_vae_gen.py is used for generation.

Training Dataset for VGAE

Within the sample_data directory, datasets from ChEMBL used for GuacaMol benchmarking and from ZINC used for physical property optimization are prepared."

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published