QuantEcon / QuantEcon/lecture-python-intro
A Lecture on Game Theory
@HumphreyYang is already working on this.
Since Mar 21, 2023.
- Dominant language
- Jupyter Notebook
- Stars
- 65
- Forks
- 32
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 6
Description
Hi @jstac,
I think a lecture on game theory can connect our lectures (linear programming and Markov chain) and computational aspects of economics naturally. It is a preliminary idea, but I think the content is enough for a lecture.
We can structure the lecture into the following:
- Introduction: Actions and Payoffs
- Strategic-form games -- Nash equilibrium, dominance, and mixed strategies
- Extensive-form games -- Game tree, backward and forward induction, and subgame-perfect nash equilibrium
- Potential Extensions: Incomplete information (Bayesian game), stochastic game, correlated equilibria, repeated game, and auctions
Within the lecture, we can tie game theory with linear programming. We can use example games in quantecon.py as examples.
Here is a good resource that can help us to structure the lecture and link to the computational side of game theory: https://www.cs.cmu.edu/~sandholm/cs15-892F13/algorithmic-game-theory.pdf
Please kindly let me know if you think it is a good lecture to be added, and if there is anything else that we can add to the discussion. Please feel free to invite other team members to the discussion if you think this lecture is worth adding.
Many thanks in advance.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.