Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 380 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 380 Bytes

forage2d

Human 2-dimensional foraging task

/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

Code for data processing and analysis