This repository contains the materials for my seminar presentation in the course Seminar: Learning in Games at the Technical University of Munich.
The seminar focuses on the connection between evolutionary game theory, replicator dynamics, and the multiplicative weights update method. It explains how natural selection can be modeled as a continuous-time dynamical process, and how the same relative-performance principle appears in discrete-time learning algorithms such as MWU.
.
├── README.md
├── handout/
│ ├── handout.tex
│ └── output/
│ └── handout.pdf
├── presentation/
│ ├── main.tex
│ ├── beamerthemeTUMclean.sty
│ ├── Slides/
│ ├── Figures/
│ ├── logos/
│ └── output/
│ └── presentation.pdf
├── quiz/
│ ├── quiz.tex
│ └── output/
│ └── quiz.pdf
└── references/
├── README.md
└── bib/
└── references.bib
presentation/contains the Beamer source files, custom theme, figures, logos, and the final presentation PDF.handout/contains the LaTeX source and compiled PDF for the seminar handout.quiz/contains the LaTeX source and compiled PDF for the audience mini quiz.references/contains the BibTeX bibliography and reference information.
The seminar covers the following main ideas:
- Evolutionary game theory reinterprets strategies as inherited traits and payoffs as fitness.
- Replicator dynamics describe how types with above-average fitness increase in frequency.
- The unilateral form of replicator dynamics has a logit representation.
- This logit representation connects continuous-time replicator dynamics to exponential weights.
- Multiplicative weights update can be viewed as a discrete-time analogue of replicator dynamics.
- No-regret guarantees control average performance, but actual trajectories may still cycle.
- Evolutionarily stable strategies strengthen the notion of stability by testing resistance against rare mutants.
The seminar mainly relies on the following references:
-
K. Sigmund and M. A. Nowak,
“Evolutionary game theory,”
Current Biology, 9(14): R503–R505, 1999. -
P. Schuster and K. Sigmund,
“Replicator dynamics,”
Journal of Theoretical Biology, 100(3): 533–538, 1983. -
S. Sorin,
“Replicator dynamics: Old and new,”
Journal of Dynamics and Games, 7(4): 365–386, 2020.
The BibTeX entries are available in
references/bib/references.bib.
Generated PDFs are included for convenience. The LaTeX source files are kept in the corresponding directories so that the presentation, handout, and quiz can be modified and rebuilt if needed.