Other Python Game theory libraries ================================== - `Axelrod `_: a research library aimed at the study of the Iterated Prisoners dilemma [Knight2016]_. - `Gambit `_: a C library with a Python interface for the computation of equilibria [McKelvey2016]_. :ref:`relation-to-gambit`. - `Game theory explorer `_ a web interface to gambit useful for teaching. [Savani2015]_ - `PyNFG `_: PyNFG is a Python package for modeling and solving Network Form Games. - `lrslib `_: A C implementation of a reverse search algorithm with modules for Nash equilibria computation. - `sagemath `_: The mathematical software package Sage has various algorithms for the computation of Nash equilibria.