psychopy.VisualSearch-v0

class neurogym.envs.psychopy.visualsearch.VisualSearch(dt=16, win_kwargs={'size': (100, 100)}, rewards=None, timing=None, target_centers=None, length=0.3, delta_angle=None, delta_color=None, line_width=3)[source]

Visual search task.

Parameters:
  • target_centers – list of tuples, centers of target stimuli

  • length – float, length of target stimuli

  • delta_angle – float, diff. between sample and distractor angles

  • delta_color – 3-tuple, diff. between sample and distractor RGB color

  • line_width – float, line width

Reference paper

Top-down versus bottom-up control of attention in the prefrontal and posterior parietal cortices

Tags

perceptual, supervised

Sample run