Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 437 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 437 Bytes

Signaling Bandits

This repository contains simulation code to support the paper Extending rational models of communication from beliefs to actions.

Requirements

Install the environment via Conda:

$ conda env create -f environment.yml

Run tests:

$ python -m unittest

Run simulations:

The Jupyter notebook cogsci-2021-simulations.ipynb runs the simulations in the paper.

To run it:

$ jupyter lab