This repository contains the code necessary to reproduce Figure X and Y of the paper Integration of recognition, episodic, and associative memories during complex human behavior. The documentation contains the necessary instructions to understand and use the classes and functions.
To reproduce the paper results:
- Install the necessary libraries. The repository contains the
torch.yml
to create the correct conda environment (use the commandconda env create --file torch.yml
). - Run the
attr_behavioral_metrics.ipynb
to reproduce the results. The notebook will output the correct plots, as well as a file calledmodel_metrics.mat
to plot the results using matlab.