Cargando…

Conformer‐RL: A deep reinforcement learning library for conformer generation

Conformer‐RL is an open‐source Python package for applying deep reinforcement learning (RL) to the task of generating a diverse set of low‐energy conformations for a single molecule. The library features a simple interface to train a deep RL conformer generation model on any covalently bonded molecu...

Descripción completa

Detalles Bibliográficos
Autores principales: Jiang, Runxuan, Gogineni, Tarun, Kammeraad, Joshua, He, Yifei, Tewari, Ambuj, Zimmerman, Paul M.
Formato: Online Artículo Texto
Lenguaje:English
Publicado: John Wiley & Sons, Inc. 2022
Materias:
Acceso en línea:https://www.ncbi.nlm.nih.gov/pmc/articles/PMC9542157/
https://www.ncbi.nlm.nih.gov/pubmed/36000759
http://dx.doi.org/10.1002/jcc.26984
Descripción
Sumario:Conformer‐RL is an open‐source Python package for applying deep reinforcement learning (RL) to the task of generating a diverse set of low‐energy conformations for a single molecule. The library features a simple interface to train a deep RL conformer generation model on any covalently bonded molecule or polymer, including most drug‐like molecules. Under the hood, it implements state‐of‐the‐art RL algorithms and graph neural network architectures tuned specifically for molecular structures. Conformer‐RL is also a platform for researching new algorithms and neural network architectures for conformer generation, as the library contains modular class interfaces for RL environments and agents, allowing users to easily swap components with their own implementations. Additionally, it comes with tools to visualize and save generated conformers for further analysis. Conformer‐RL is well‐tested and thoroughly documented with tutorials for each of the functionalities mentioned above, and is available on PyPi and Github: https://github.com/ZimmermanGroup/conformer-rl.