PerceptualDecisionMakingDelayResponse-v0
- class neurogym.envs.perceptualdecisionmaking.PerceptualDecisionMakingDelayResponse(dt=100, rewards=None, timing=None, stim_scale=1.0, sigma=1.0)[source]
Perceptual decision-making with delayed responses.
Agents have to integrate two stimuli and report which one is larger on average after a delay.
- Parameters:
stim_scale – Controls the difficulty of the experiment. (def: 1., float)
- Reference paper
Discrete attractor dynamics underlies persistent activity in the frontal cortex
- Tags
- Supervised learning and analysis of this task
- Reinforcement learning and analysis of this task
- Sample run