Results 3 comments of Sumanth Donapati

inst_com = list(measurements.center_of_mass(inst_map)) inst_com = [x if math.isnan(x) == False else 0 for x in inst_com ] #added new line inst_com[0] = int(inst_com[0] + 0.5) the above modification in targets.py...