EconomicDecisionMaking-v0

class neurogym.envs.economicdecisionmaking.EconomicDecisionMaking(dt=100, rewards=None, timing=None)[source]

Economic decision making task.

A agent chooses between two options. Each option offers a certain amount of juice. Its amount is indicated by the stimulus. The two options offer different types of juice, and the agent prefers one over another.

Reference paper

Neurons in the orbitofrontal cortex encode economic value

Tags

perceptual, value-based

Reinforcement learning and analysis of this task

[Open in colab] [Jupyter notebook Source]

Sample run
../_images/EconomicDecisionMaking-v0_examplerun.png