psychopy.RandomDotMotion-v0

class neurogym.envs.psychopy.perceptualdecisionmaking.RandomDotMotion(dt=16, win_kwargs={'size': (100, 100)}, rewards=None, timing=None, stim_scale=1.0, dim_ring=2)[source]

Two-alternative forced choice task in which the subject has to integrate two stimuli to decide which one is higher on average.

Parameters:
  • stim_scale – Controls the difficulty of the experiment. (def: 1., float)

  • dim_ring – int, dimension of ring input and output

Reference paper

The analysis of visual motion: a comparison of neuronal and psychophysical performance

Tags

perceptual, two-alternative, supervised

Sample run