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
在dockerhddm模型中,我想使用RLDDM模型对概率选择任务进行建模,但是参考最近相关文章(Ben-Artzi I, Kessler Y, Nicenboim B, Shahar N (2023) Computational mechanisms underlying latent value updating of unchosen actions. Sci Adv 9: eadi2704.),对于Q值更新,除了传统的RW更新算法之外,还可以使用反事实算法更新,并且这个算法拟合数据更好,想咨询老师,我是否可以对该模型进行更改Q值更新的代码,如果可以在哪里可以修改