Skip to content

Commit c049fd8

Browse files
committed
removed inverse temperature paramter from metabayesian MH model
1 parent 8bc8c5e commit c049fd8

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
@@ -24,7 +24,7 @@ end
2424
subj_prior_σ = 1.0
2525

2626
# #Inverse temperature for actions
27-
β ~ Exponential(1)
27+
β ~ 1
2828

2929
### "Perceptual inference": running the inner model ###
3030

0 commit comments

Comments
 (0)