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
Copy file name to clipboardexpand all lines: README.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ By Ryan Smith and Christopher Whyte
6
6
7
7
Step_by_Step_AI_Guide.m:
8
8
9
-
This is the main tutorial script. It illustrates how to build a partially observable Markov decision process (POMDP) model within the active inference framework, using a simple explore-exploit task as an example. It shows how to run single-trial and multi-trial simulations including perception, decision-making, and learning. It also shows how to generate simulated neuronal responses. It further illustrates how to fit task models to empirical data for behavioral studies and do subsequent Bayesian group analyses.
9
+
This is the main tutorial script. It illustrates how to build a partially observable Markov decision process (POMDP) model within the active inference framework, using a simple explore-exploit task as an example. It shows how to run single-trial and multi-trial simulations including perception, decision-making, and learning. It also shows how to generate simulated neuronal responses. It further illustrates how to fit task models to empirical data for behavioral studies and do subsequent Bayesian group analyses.
10
+
NOTE: This code was updated on 8/28/24 to improve the way forgetting rates are implemented. Unlike in the original published tutorial, this updated version specifies that greater omega values promote greater forgetting. Initial values for concentration parameters also now act as a floor, preventing these parameters from evolving toward implausibly low values over time.
10
11
11
12
Step_by_Step_Hierarchical_Model:
12
13
@@ -39,13 +40,15 @@ Solutions to 'pencil and paper' exercises provided in the tutorial paper. These
39
40
spm_MDP_VB_X_tutorial:
40
41
41
42
Tutorial version of the standard routine for running active inference (POMDP) models.
43
+
NOTE: This code was updated on 8/28/24 to improve the way forgetting rates are implemented. Unlike in the original published tutorial, this updated version specifies that greater omega values promote greater forgetting. Initial values for concentration parameters also now act as a floor, preventing these parameters from evolving toward implausibly low values over time.
42
44
43
45
Simplified_simulation_script:
44
46
45
47
Simplified and heavily commented version of the spm_MDB_VB_X_tutorial script. This is provided to make it easier for the reader to understand how the standard simulation routines work.
48
+
NOTE: This code was updated on 8/28/24 to improve the way forgetting rates are implemented. Unlike in the original published tutorial, this updated version specifies that greater omega values promote greater forgetting. Initial values for concentration parameters also now act as a floor, preventing these parameters from evolving toward implausibly low values over time.
46
49
47
50
Estimate_parameters:
48
51
49
52
Script called by the main tutorial script for estimating parameters on (simulated) behavioral data.
50
53
51
-
Note: Additional scripts are secondary functions called by the main scripts for plotting simulation outputs.
54
+
NOTE: Additional scripts are secondary functions called by the main scripts for plotting simulation outputs.
0 commit comments