This repository contains the code used for the paper Empirical Testing of Algorithms to Find Nash Equilibria, written by Anthony Vo for TTIC 31260 at the University of Chicago. To run this repository, clone it and then do:
python -m venv venv
pip install -r requirements.txt
python main.py # Gather metrics and results
python -m pytest tests/ # Test the code for correctness