Skip to content

Commit 21e4383

Browse files
authored
Update README.md
1 parent 17f9527 commit 21e4383

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ By Ryan Smith and Christopher Whyte
66

77
Step_by_Step_AI_Guide.m:
88

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.
1011

1112
Step_by_Step_Hierarchical_Model:
1213

@@ -39,13 +40,15 @@ Solutions to 'pencil and paper' exercises provided in the tutorial paper. These
3940
spm_MDP_VB_X_tutorial:
4041

4142
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.
4244

4345
Simplified_simulation_script:
4446

4547
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.
4649

4750
Estimate_parameters:
4851

4952
Script called by the main tutorial script for estimating parameters on (simulated) behavioral data.
5053

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

Comments
 (0)