1 gamut-gambit

PrithvirajRajDasgupt 420 views 5 slides Jun 16, 2014
Slide 1
Slide 1 of 5
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5

About This Presentation

Gamut and Gambit - software tools for game theory


Slide Content

GAMUT AND GAMBIT GAMUT AND GAMBIT Workshop on Game Theory
Day 1
ECSU, Indian Statistical Institute, Kolkata
Prithviraj(Raj) Dasgupta
Computer Science Department
University of Nebraska, Omaha

GAMUT

A software for generating games ▫ Can generate both normal (strategic) form and
extensive (tree) form games extensive (tree) form games

Available as a jar file

Basic command (from command line):
java –jar gamut.jar –g <Name of Game Class> •
Example (Battle of Sexes)
java –jar gamut.jar –g BattleOfTheSexes

Command Line Options in GAMUT

-g: which game class or classes to use

-random_seed: uses system time by default; user
supplied seed can be used to regenerate same
instance of game instance of game

-f: output file name

-output: format of output file (default to
SystemOutput; GambitOutputcan also be used) •
-normalize: normalize the output within range -
min_payoffand-max_payoff •
-int_payoffs: generates payoffs as integers

-int_mult: multiplier to use to generate integers
from real values while using 3 int_payoffs

Game Classes Supported by GAMUT

BattleOfTheSexes

Chicken

NPlayerChicken

Coordination Game

Coordination Game

HawkAndDove

LocationGame (MeetingGame)

MatchingPennies

PrisonersDilemma

NPlayerPrisonersDilemma

RockPaperScissors

35 game classes supported in all

GAMBIT

Library of algorithms for solving games ▫ Nash equilibrium, dominated strategies ▫
Supports both strategic (normal) and extensive

Supports both strategic (normal) and extensive form games

Supports graphical user interface for creating
and solving games

http://www.gambit3project.org