You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Thank you
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: