Skip to content

A Python implementation of game theory algorithms.

Notifications You must be signed in to change notification settings

carlosgoe/game-theory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

game-theory

A Python implementation of game theory algorithms, such as best responses and iterated elimination of strictly dominated strategies, to determine pure strategy and mixed strategy Nash equilibria.

Additionally, for learning purposes there is the option to print the calculation steps of each algorithm, similar to William Spaniel's Game Theory 101: The Complete Textbook.

Payoff matrices can be imported and exported as .csv files. Some example games are provided in the "games" folder and can easily be used in the Jupyter notebook.

About

A Python implementation of game theory algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published