ReLeaSE icon indicating copy to clipboard operation
ReLeaSE copied to clipboard

it seems a bug in your reinforcement.py line 114

Open tbwxmu opened this issue 5 years ago • 0 comments

Hi all, A little bit confuse about the deaded while loop, are you want to skip the invalid SMILES? So add "break" next to "reward = 0" can work. However, I think you want to penalize the invalid smiles, so just replace reward to some negative value?

tbwxmu avatar Oct 19 '19 17:10 tbwxmu