Skip to content

Commit c4d941b

Browse files
committed
Revert beta to Exponential(1)
1 parent 7f58934 commit c4d941b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/metabayesian_MH.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ end
2525
subj_prior_μ ~ Normal(0, 1)
2626
subj_prior_σ = 1.0
2727
# Inverse temperature for actions
28-
β = 1
28+
β ~ Exponential(1)
2929

3030
### "Perceptual inference": running the inner model ###
3131
# Condition the inner model

0 commit comments

Comments
 (0)