On Game Player

Game Player is a Python package for analyzing finite games, written and provided as a part of classroom material on Artificial Intelligence (A.I.) applied to Decision Making with Python.

The main file is gamep.py, the example files show applications of the game analyzer for different games.

The gamep.py file implements two A.I. models one for finding pure strategies' Nash Equilibria (class file gameAI.py) and another for game tree analysis applied to sequential games (class file sequential.py).

Author

Carlos Pedro Gonçalves (@cpgoncalves), PhD, Professor at Instituto Superior de Ciências Sociais e Políticas (ISCSP) - University of Lisbon.

Additional Information

A user manual is provided at the website https://sites.google.com/site/autonomouscomputingsystems/game-player.