This repository contains simulation code to support the paper Extending rational models of communication from beliefs to actions
.
Install the environment via Conda:
$ conda env create -f environment.yml
Run tests:
$ python -m unittest
The Jupyter notebook cogsci-2021-simulations.ipynb
runs the simulations in the paper.
To run it:
$ jupyter lab