drbenvincent / darc_toolbox

Run adaptive decision making experiments
MIT License
16 stars 2 forks source link

new model: hyperbolic with bias (used in animal studies) #23

Open drbenvincent opened 5 years ago

drbenvincent commented 5 years ago

Implement a HyperbolicWithBias model for time discounting. It is used in the animal literature to account for biases towards a prospect which is varying.

V = (bias * reward) * (1/(1+k*delay))

where the prior over bias should obviously be entered on 1.

References