Libinvent reaction filter, getting zero scores in reinvent 4.5.11 version #236
Replies: 5 comments 6 replies
-
Hi, Many thanks for your interest in REINVENT and welcome to the community! Can you please provide your input config file? Cheers, |
Beta Was this translation helpful? Give feedback.
-
Below is the toml config file content. [parameters] prior_file = "priors/libinvent.prior" batch_size = 10 # network unique_sequences = true # if true remove all duplicates raw sequences in each step [learning_strategy] type = "dap" # dap: only one supported [diversity_filter] # optional, comment section out or remove if unneeded type = "IdenticalMurckoScaffold" # IdenticalTopologicalScaffold, [inception] # optional, comment sectionout or remove if unneeded smiles_file = "sampled.smi" # "good" SMILES for guidance [[stage]] chkpt_file = 'test1.chkpt' # name of the checkpoint file, can be reused as agent termination = "simple" # termination criterion fot this stage [stage.scoring] [[stage.scoring.component]] [[stage.scoring.component]] transform.type = "double_sigmoid" [[stage.scoring.component]] params.reaction_smarts = [['C:2(=[O:3])[#6:4]>>[#7:1][].C,$(C=O):2([])[#6:4]']] |
Beta Was this translation helpful? Give feedback.
-
Just attaching logs of run:- |
Beta Was this translation helpful? Give feedback.
-
Hi @halx , And in learning.py under "reinvent/runmodes/RL/learning.py" Will above things affect anythings in reinvent 4.5.11? By doing this changes, my code is working fine. Can you please suggest.. Any scientific issue could raise? |
Beta Was this translation helpful? Give feedback.
-
It is not particulary helpful to send screen shots as it makes it rather difficult to make changes. The conventional way is to issue a pull request for any code changes. A quick look suggests however that we would not go ahead with this as it changes the logic of the code which may be a backward compatibility problem and, in any case, would require careful validation. I still have not seen your reaction SMILES which I suspect was garbled. You would need to use proper quoting using the "<>" icon from the icon list above. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We upgraded version from reinvent 4.2.6 to reinvent 4.5.11 version. We are using libinvent reaction filter scoring component. Libinvent without reaction filter is fine, but when using reaction filter its giving zero scores.
Can anybody please help, any possible fix?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions