Skip to content

vfarinhaluz/Julia-games

Repository files navigation

Normal form analysis

This code analyzes finite normal form games.

Author: Vitor Farinha Luz
Email: vitor.farinhaluz@ubc.ca

The files contained here are the following:

  1. "Feasible sets.ipynb": Jupyter notebook generating plots for feasible payoff sets
  2. "Correlated equilibria.ipynb": Jupyter notebook generating plots for correlated equilibria
  3. Manifest and Project.toml: auxiliary files needed to run Julia code
  4. README.md: you are reading it
  5. src folder: contains actual code doing calculations and plots:
    1. Games_src.jl: contains the main code doing the work in the background
    2. CorrelatedEqPolytopes.jl: adds to module calculation of correlated equilibria using linear algebra.
  6. .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

Binder

If you find any bugs, please create an issue entry explaining the problem and the code leading to it, or submit a pull request.