This repository is implementations of algorithms to calculate Nash equilibria (NE). I implement them in Python. It is not efficient, but easy to read.
This is a fundamental algorithm to seek for a correlated equilibrium which is a weaker concept of NE in a normal-form game.
Move to regret_in_games/src
, then just run python main.py game_name
, where game_name is one you want to simulate.
The requirement is python3.7 and some basic packages such as numpy, and pandas.
- Neller, Todd W. and Marc Lanctot. “An Introduction to Counterfactual Regret Minimization.” (2013).
- Hart, Sergiu and Andreu Mas-Colell. “A Simple Adaptive Procedure Leading to Correlated Equilibrium.” (1997).