Open CarlDegio opened 1 year ago
in planner.py:
self.measure = InformationGain(self.ensemble, scale=expl_scale)
and
expl_bonus = self.measure(delta_means, delta_vars) * self.expl_scale
In fact, multiplied twice of expl_scale
in planner.py:
and
In fact, multiplied twice of expl_scale