This repository contains the code for the paper Computing Approximate Nash Equilibrium in Two-team Zero-sum Games by NashConv Descent.
-
Install packages (some may be unnecessary).
pip install -r requirements.txt
-
Run NashConv Descent and baseline algorithms.
python run_kuhn_2v1.py python run_leduc_2v1.py python run_kuhn_2v2.py
-
Plot the results. Note the results from the paper are already stored in
/results
.python plot.py
Citation information for this project will be added once the related paper is published.
The code is built on https://github.com/tansey/pycfr. We have great appreciation for Wesley Tansey's work.
If you have any question about this repo or paper, feel free to leave an issue or email [email protected].