Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 425 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 425 Bytes

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.