The code in this repository is meant to find Nash equilibria for the following model:
We assume that
In a Nash equilibrium, each player
The easiest way to use this code is via the API in scenarios.py
: just run python3 scenarios.py
from this directory to run some example scenarios, or import the Scenario
class and run your own scenarios.