AntiReach-v0

class neurogym.envs.antireach.AntiReach(dt=100, anti=True, rewards=None, timing=None, dim_ring=32)[source]

Anti-response task.

During the fixation period, the agent fixates on a fixation point. During the following stimulus period, the agent is then shown a stimulus away from the fixation point. Finally, the agent needs to respond in the opposite direction of the stimulus during the decision period.

Parameters:

anti – bool, if True, requires an anti-response. If False, requires a pro-response, i.e. response towards the stimulus.

Reference paper

Look away: the anti-saccade task and the voluntary control of eye movement

Tags

perceptual, steps action space

Reinforcement learning and analysis of this task

[Open in colab] [Jupyter notebook Source]

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