Repeated Games: Selected Extensions
107 words
1 min read
Visual companion
Python
Type and operator map
Python Week 1: the first filter for runtime behavior
View
Revision summary
What this note is really saying
Short form
# Repeated Games: Selected Extensions ## Imperfect Monitoring In many real settings, players don't perfectly observe others' actions. They observe **noisy signals**.

Repeated Games: Selected Extensions
Imperfect Monitoring
In many real settings, players don't perfectly observe others' actions. They observe noisy signals.
Example: Two firms in a cartel — each observes market price (which depends on both demand shock and competitor's output), not the competitor's output directly.
Public Goods Games
A public goods game: each of n players contributes ci to a public fund. Total fund F=∑ci is multiplied by m>1 (where m<n) and split equally.
Nash equilibrium: Contribute 0 (free-riding). Social optimum: Contribute everything (if m>1).
Repeated interaction can sustain cooperation.
Join Discord
PreviousRepeated GamesNextFolk Theorem