We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f58934 commit c4d941bCopy full SHA for c4d941b
models/metabayesian_MH.jl
@@ -25,7 +25,7 @@ end
25
subj_prior_μ ~ Normal(0, 1)
26
subj_prior_σ = 1.0
27
# Inverse temperature for actions
28
- β = 1
+ β ~ Exponential(1)
29
30
### "Perceptual inference": running the inner model ###
31
# Condition the inner model
0 commit comments