HGM icon indicating copy to clipboard operation
HGM copied to clipboard

attempt to get argmax of an empty sequence

Open knight126 opened this issue 5 months ago • 1 comments

hgm_outer.log In the last step, run.sh reports the error log as above.

knight126 avatar Nov 07 '25 07:11 knight126

I tried to modify the 'if np.isfinite(node.mean_utility) and node.mean_utility > 0' in hgm.py into 'if np.isfinite(node.mean_utility) and node.mean_utility >= 0', the program is running, but I'm not sure if it's theoretically right...

MomoIsNotCoding avatar Nov 12 '25 10:11 MomoIsNotCoding