DelayMatchSampleDistractor1D-v0

class neurogym.envs.delaymatchsample.DelayMatchSampleDistractor1D(dt=100, rewards=None, timing=None, sigma=1.0)[source]

Delayed match-to-sample with multiple, potentially repeating distractors.

A sample stimulus is shown during the sample period. The stimulus is characterized by a one-dimensional variable, such as its orientation between 0 and 360 degree. After a delay period, the first test stimulus is shown. The agent needs to determine whether the sample and this test stimuli are equal. If so, it needs to produce the match response. If the first test is not equal to the sample stimulus, another delay period and then a second test stimulus follow, and so on.

Reference paper

Neural Mechanisms of Visual Working Memory in Prefrontal Cortex of the Macaque

Tags

perceptual, working memory, two-alternative, supervised

Supervised learning and analysis of this task

[Open in colab] [Jupyter notebook Source]

Reinforcement learning and analysis of this task

[Open in colab] [Jupyter notebook Source]

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