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
I believe that the state_posterior need policy index in this line, like so: lnAs = md_dot((lnA), state_posterior{fj}(:, tau, policy), fj);.
Currently, the first policy at t=1 gets a higher free energy than the others. (F(1,1) > F(2~5,1))
Thank you!
The text was updated successfully, but these errors were encountered:
Active-Inference-Tutorial-Scripts/Simplified_simulation_script.m
Line 256 in 2e7bd86
Hello!
I believe that the
state_posterior
need policy index in this line, like so:lnAs = md_dot((lnA), state_posterior{fj}(:, tau, policy), fj);
.Currently, the first policy at t=1 gets a higher free energy than the others. (F(1,1) > F(2~5,1))
Thank you!
The text was updated successfully, but these errors were encountered: