Human 2-dimensional foraging task
Code for creating task environment and running task script.
Environment specified in environment.yml. Generate conda enviroment with following:
$ conda env create -n psychopy -f environment.yml
Implementation of task:
$ python ./forage2d.py
Code for data processing and analysis