Help with developing a HGF model for foraging task #269
Unanswered
kshtjkumar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm new to HGF and wondering if it can work for my task.
I have an 8-armed bandit setup:
4 arms are rewarding, 4 are non-rewarding (participants don't know this).
Rewards are deterministic, not probabilistic.
Reward reduction:
current_reward - 5
(on continuous harvest).Replenishment:
current_reward + 5
(when switching to another bandit).Data includes:
Bandit choices.
Received reward.
Rewards available in other bandits at the time of choice.
Can HGF handle deterministic rewards like this? Any guidance on setting it up would be super helpful!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions