Skip to content

bagnalla/nash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nash

Compute mixed nash equilibria of RPS-style games via regret minimization.

CMake is required.

To build Debug:

  • mkdir Debug
  • cd Debug
  • cmake -D CMAKE_BUILD_TYPE=Debug ..
  • make

To build Release:

  • mkdir Release
  • cd Release
  • cmake -D CMAKE_BUILD_TYPE=Release ..
  • make

When running the executable, make sure the working directory is the project root directory. e.g., from the project root, type Debug/src/nash.

About

Mixed nash equilibrium solver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published