Welcome! This repository contains interactive Jupyter notebooks used in the IC2S2 2025 tutorial on Evolutionary Game Theory and Reinforcement Learning.
You can explore the tutorial directly in your browser using Google Colab:
- Index.ipynb: Contains links to all tutorial notebooks.
- notebooks/: Contains all example notebooks, including:
- Hawk-Dove dynamics
- Evolution of trust
- Asymmetric games
- Reinforcement learning in strategic environments
Click the "Open in Colab" button above to launch the tutorial in Google Colab.
If you're running notebooks individually, ensure required packages are installed by running:
!pip install -r https://raw.githubusercontent.com/Socrats/ic2s2-tutorial/main/requirements.txt