Past Winning Strategies
- Spring, 2024: GOB (submitted by Gracelynn Osei-Bosompem, Sociology)
- Spring, 2025: Vincent (submitted by James Mars, Economics & Sociology)
Rules of the Game
The rules of the iterated prisoner’s dilemma are as follows:
- Each player plays against each other as well as a copy of themselves in a
n_rounds = 50
move iterated prisoners dilemma - The whole tournament is run
n_iter = 5
times to reduce stochastic variability - The payoff structure is:
- mutual cooperation: 3 points
- mutual defection: 1 point,
- temptation payoff: 5 points,
- sucker’s payoff: 0
- Three strategies are added by default:
TITFORTAT
,RANDOM
, andTHEPROF
. If no strategy is able to win againstTHEPROF
,TITFORTAT
, orRANDOM
, these strategies are iteratively excluded and the tournament rerun. (Unfortunately, no strategy was able to achieve a higher score thanTHEPROF
so far.)