alec-tschantz / rl-inference

Reinforcement Learning through Active Inference
67 stars 21 forks source link

Multiplication multiple of expl_scale #4

Open CarlDegio opened 1 year ago

CarlDegio commented 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