Prototype

Game theory tournament simulator

A Python simulator for repeated prisoner's dilemma strategy tournaments.

This simulator explores repeated prisoner’s dilemma tournaments. Instead of arguing about which strategy is best in the abstract, the code lets strategies play repeatedly and exposes the score dynamics.

PieceRoleSignal
StrategyDefines behaviorEncodes incentives as code.
TournamentRuns repeated matchesProduces comparable outcomes.
ScoresSummarize performanceMakes long-run behavior inspectable.

It is a good Lab entry because it turns a theoretical model into an executable experiment.

Repository: GameTheorySim.

Built with

PythonSimulationGame theory