This code analyzes finite normal form games.
Author: Vitor Farinha Luz
Email: vitor.farinhaluz@ubc.ca
The files contained here are the following:
- "Feasible sets.ipynb": Jupyter notebook generating plots for feasible payoff sets
- "Correlated equilibria.ipynb": Jupyter notebook generating plots for correlated equilibria
- Manifest and Project.toml: auxiliary files needed to run Julia code
- README.md: you are reading it
- src folder: contains actual code doing calculations and plots:
- Games_src.jl: contains the main code doing the work in the background
- CorrelatedEqPolytopes.jl: adds to module calculation of correlated equilibria using linear algebra.
- .gitignore: ignore it
The code can be run on a virtual machine using the following link: https://mybinder.org/v2/gh/vfarinhaluz/Julia-games/HEAD
If you find any bugs, please create an issue entry explaining the problem and the code leading to it, or submit a pull request.