GoNogo-v0

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

Go/No-go task.

A stimulus is shown during the stimulus period. The stimulus period is followed by a delay period, and then a decision period. If the stimulus is a Go stimulus, then the subject should choose the action Go during the decision period, otherwise, the subject should remain fixation.

Reference paper

Active information maintenance in working memory by a sensory cortex

Tags

delayed response, go-no-go, 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/GoNogo-v0_examplerun.png