Skip to content

zkengz/nashconv_descent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains the code for the paper Computing Approximate Nash Equilibrium in Two-team Zero-sum Games by NashConv Descent.

Usage

  1. Install packages (some may be unnecessary).

    pip install -r requirements.txt
  2. Run NashConv Descent and baseline algorithms.

    python run_kuhn_2v1.py
    python run_leduc_2v1.py
    python run_kuhn_2v2.py
  3. Plot the results. Note the results from the paper are already stored in /results.

    python plot.py

Citation

Citation information for this project will be added once the related paper is published.

Acknowledgement

The code is built on https://github.com/tansey/pycfr. We have great appreciation for Wesley Tansey's work.

Contact

If you have any question about this repo or paper, feel free to leave an issue or email [email protected].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages