An open API service indexing awesome lists of open source software.

https://github.com/quantecon/game-theory-notebooks

A collection of game theory notebooks
https://github.com/quantecon/game-theory-notebooks

Last synced: 11 months ago
JSON representation

A collection of game theory notebooks

Awesome Lists containing this project

README

          

# game-theory-notebooks
A collection of game theory notebooks

[View notebooks at nbviewer](https://nbviewer.jupyter.org/github/QuantEcon/game-theory-notebooks/)

## Getting started

* [Tools for Game Theory in QuantEcon.py](https://nbviewer.jupyter.org/github/QuantEcon/game-theory-notebooks/blob/main/game_theory_py.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/QuantEcon/game-theory-notebooks/main?labpath=game_theory_py.ipynb)
* [Tools for Game Theory in GameTheory.jl](https://nbviewer.jupyter.org/github/QuantEcon/game-theory-notebooks/blob/main/game_theory_jl.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/QuantEcon/game-theory-notebooks/main?labpath=game_theory_jl.ipynb)

## Learning/evolutionary dynamics

* Best Response Dynamics
[[Python](https://nbviewer.org/github/QuantEcon/game-theory-notebooks/blob/main/brd_py.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/QuantEcon/game-theory-notebooks/main?labpath=brd_py.ipynb)]
[[Julia](https://nbviewer.org/github/QuantEcon/game-theory-notebooks/blob/main/brd_jl.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/QuantEcon/game-theory-notebooks/main?labpath=brd_jl.ipynb)]
* Fictitous Play
[[Python](https://nbviewer.org/github/QuantEcon/game-theory-notebooks/blob/main/fictplay_py.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/QuantEcon/game-theory-notebooks/main?labpath=fictplay_py.ipynb)]
[[Julia](https://nbviewer.org/github/QuantEcon/game-theory-notebooks/blob/main/fictplay_jl.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/QuantEcon/game-theory-notebooks/main?labpath=fictplay_jl.ipynb)]
* Local Interaction
[[Python](https://nbviewer.org/github/QuantEcon/game-theory-notebooks/blob/main/localint_py.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/QuantEcon/game-theory-notebooks/main?labpath=localint_py.ipynb)]
[[Julia](https://nbviewer.org/github/QuantEcon/game-theory-notebooks/blob/main/localint_jl.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/QuantEcon/game-theory-notebooks/main?labpath=localint_jl.ipynb)]
* Logit Response Dynamics
[[Python](https://nbviewer.org/github/QuantEcon/game-theory-notebooks/blob/main/logitdyn_py.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/QuantEcon/game-theory-notebooks/main?labpath=logitdyn_py.ipynb)]
[[Julia](https://nbviewer.org/github/QuantEcon/game-theory-notebooks/blob/main/logitdyn_jl.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/QuantEcon/game-theory-notebooks/main?labpath=logitdyn_jl.ipynb)]

## Repeated games

* [Abreu-Sannikov Algorithm for Repeated Two-player Games](https://nbviewer.jupyter.org/github/QuantEcon/game-theory-notebooks/blob/main/as_py.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/QuantEcon/game-theory-notebooks/main?labpath=as_py.ipynb)