diff --git a/README.md b/README.md index e8a4518..f10b9cd 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,11 @@ Simulations are implemented with [Mesa](https://mesa.readthedocs.io/en/stable/), The code for **Hawk/Dove with risk attitudes** and **Hawk/Dove with multiple risk attitudes** in this codebase was [reviewed](https://github.com/DHCodeReview/simulating-risk/pull/1) in June 2024 by [Scott Foster](https://github.com/sgfost) and [Malte Vogl](https://github.com/maltevogl) (Senior Research Fellow, Max Planck Institute of Geoanthropology) via [DHTech Community Code Review](https://dhcodereview.github.io/); review was faciliated by [Cole Crawford](https://github.com/ColeDCrawford) (Senior Software Engineer, Harvard Arts and Humanities Research Computing). + View an interactive version of the [Hawk/Dove with multiple risk attitudes](https://py.cafe/rlskoeser/simulatingrisk-hawk-dove-multirisk) simulation online. +The simulation can also be run in a Jupyter notebook: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Princeton-CDH/simulating-risk.git?urlpath=%2Fdoc%2Ftree%2Fsimulatingrisk%2Fhawkdovemulti%2Frun_simulation.ipynb) + ## Simulations with risky choices (environment) - [Risky Food](simulatingrisk/risky_food) diff --git a/postBuild b/postBuild new file mode 100644 index 0000000..9bbd8d7 --- /dev/null +++ b/postBuild @@ -0,0 +1 @@ +pip install . \ No newline at end of file