Skip to content

tonyhieu/TTIC-31260-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Empirical Testing of Algorithms to Find Nash Equilibria

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

About

A testing suite to evaluate Nash equilibria-finding algorithms, the results of which were used in my final paper for TTIC 31260: Algorithmic Game Theory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages