gablg1 / ORGAN

Objective-Reinforced Generative Adversarial Networks (ORGAN) for Sequence Generation Models
GNU General Public License v2.0
237 stars 83 forks source link

Added a (.) in vocab to represent disconnected structures #16

Closed meghpatel closed 1 year ago

meghpatel commented 5 years ago

I was running the code by running example.py and then I encountered an error which said

KeyError: '.'

I found that in char_dict, a (.) was missing and checking on SMILES documentation it represented "disconnected structures".

Reading SMILES 3.7