In mols/glfownet.py, I noticed that you include the parents of m in samples list in _get_sample_model() (line 197 and line 203)
However, in the case we sample a null action (action==0), we only add m and not its parents (line 182). Is this a mistake, or am I missing something? Why is this case treated differently?
Hello,
In
mols/glfownet.py
, I noticed that you include the parents ofm
insamples
list in_get_sample_model()
(line 197 and line 203)However, in the case we sample a null action (
action==0
), we only addm
and not its parents (line 182). Is this a mistake, or am I missing something? Why is this case treated differently?Thank you