/egt-tutorial

simple tutorial on evolutionary game theory

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

Binder

egt-tutorial

Simple tutorial on evolutionary game theory

Requirements

You need to install EGTtools and Jupyter, for that you need to have Python 3.7 or higher. If you are using Mac with and M1 processor you should install everything in an Anaconda environment, since the only Scipy version which supports this processor is available there.

To install all required packages, you can run:

python -m venv egtenv
source cgtenv/bin/activate
pip install -r requirements.txt

Or with anaconda:

conda create --name cgtenv
conda activate egtenv
pip install -r requirements.txt

You should also have Jupyter installed to be able to run the notebooks.

Citation

This tutorial uses EGTtools, please check it out also on Github