Skip to content

sruju333/BraessParadox20Players

Repository files navigation

Braess Paradox Game for 20 Players

A program to compute the utility for all 20 players, all dominant strategies and equilibrium, nash equilibrium and minmax maxmin values and strategies for Braess Paradox Game.

Original Problem Statement

Game Theory and Mechanism Design Book by Y Narahari
Page 90, Problem (22) Programming Assignment

Given a finite n-player strategic form game, develop a program that outputs:

  • all strongly dominant strategies;
  • all weakly dominant strategies;
  • all very weakly dominant strategies;
  • a strongly dominant strategy equilibrium, if one exists;
  • all weakly dominant strategy equilibria, if they exist;
  • all very weakly dominant strategy equilibria, if they exist; and
  • all pure strategy Nash equilibria, if they exist.
  • maxmin values of all players and all their maxmin strategies
  • minmax values of all players and all minmax strategy profiles against each player.

About

Game Theory Programming Assignment for n=20

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages