Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Julius Cathalina 580b43ab08
Add original gfn task TODO: Fix multiproc. bug for boost
1 year ago
b61af7f54b
Add paper version
1 year ago
9aee44baac
Add adapted version of recursionpharma's gflownet impl
1 year ago
6fbdb6d5b1
add utils from recursionpharma repo and refactor
1 year ago
b61af7f54b
Add paper version
1 year ago
9aee44baac
Add adapted version of recursionpharma's gflownet impl
1 year ago
b61af7f54b
Add paper version
1 year ago
b61af7f54b
Add paper version
1 year ago
580b43ab08
Add original gfn task TODO: Fix multiproc. bug for boost
1 year ago
2eb408b04f
Add lightning and add utils
1 year ago
9aee44baac
Add adapted version of recursionpharma's gflownet impl
1 year ago
b61af7f54b
Add paper version
1 year ago
9a9545d158
Add recursionpharma's MIT license + update
1 year ago
b61af7f54b
Add paper version
1 year ago
6fbdb6d5b1
add utils from recursionpharma repo and refactor
1 year ago
6fbdb6d5b1
add utils from recursionpharma repo and refactor
1 year ago
6fbdb6d5b1
add utils from recursionpharma repo and refactor
1 year ago
Storage Buckets

README.rst

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
  1. =======
  2. Rxitect
  3. =======
  4. ------------------------------------------------------------------------------------
  5. A de-novo drug design library for creating retrosynthesis-aware reward-driven models
  6. ------------------------------------------------------------------------------------
  7. Introduction
  8. ============
  9. This library was made for my M.Sc. thesis research with the aim of understanding
  10. how computational chemists can incorporate synthesis planning into de-novo drug design
  11. systems. Many molecule generators propose interesting but impractical molecules, which is why we need
  12. to design them with synthesizability in mind. Modern Computer-Assisted Synthesis Planning (CASP) tools are quite powerful
  13. but are of limited use in algorithms that need to call said tools many times (e.g., > 100.000 calls)
  14. due to the time it takes to solve a single molecule on average. This research aims to
  15. create a useful proxy that is cheap to call yet robust, and then using a myriad of techniques
  16. that are known to be effective in searching the vast molecular search space such as Reinforcement Learning (RL),
  17. and Generative Flow Networks (GFlowNets), we can experimentally test if these proxies are useful to propose more
  18. practical and synthesizable molecules.
  19. Quickstart
  20. ----------
  21. Run the following code to get up and running
  22. ```
  23. conda env create -f environment.yml
  24. # alternatively you can use mamba, which I recommend
  25. conda activate rx
  26. poetry install
  27. ```
  28. Examples
  29. --------
  30. Coming Soon!
Tip!

Press p or to see the previous file or, n or to see the next file

About

A deep reinforcement learning-based drug molecule generator focused on generation of molecules using SELFIES.

Collaborators 1

Comments

Loading...