diff gym_molecule/envs/env_utils_graph.py
17,18c17,18
< # FRAG_VOCAB = open('gym_molecule/dataset/motifs_91.txt','r').readlines() # n=91
< FRAG_VOCAB = open('gym_molecule/dataset/motifs_66.txt','r').readlines() # n=66
---
> FRAG_VOCAB = open('gym_molecule/dataset/motifs_91.txt','r').readlines() # n=91
> # FRAG_VOCAB = open('gym_molecule/dataset/motifs_66.txt','r').readlines() # n=66
