Repository for storing data and analysis scripts for the helping behaviors project
e1 data
contains the raw gameplay data from 100 dyads (N = 200)e1 demo
contains the demographic information
- There are 4 key .py files:
utils.py
contains base functions to create goalspace, compute utilities, etc.agents.py
contains the functions for the helper and demonstrator/architect modelsprocess_data.py
contains functions to obtain move sequences, ranks, etc. from the raw dataoptimizer.py
contains functions to obtain the best-fitting parameter values for different agent models
-
There is also a notebook
assistance_demo.ipynb
that contains a demonstration of how to look at the data and obtain outputs from different agents/functions. -
Finally, there is a
.Rmd
file that contains the analyses based on results obtained from the python files.