Logbook Algorithmic Game Theory - Winter 2024/25
Lecture 9 -- 04.11.2024:
Literature:
Correlated equilibrium, definition, swap regret, no-swap-regret learning leads to correlated equilibria, master algorithm, consensus distribution, proof of correctness, recap equilibrium existence and computation.- Slides Learning and Correlated Equilibria, pages 43-60.
- Blum, Mansour. From External to Internal Regret. J. Machine Learning Res. 8:1307-1324, 2007.
- Roughgarden. Twenty Lectures on Algorithmic Game Theory, 2016. (Chapter 18)
Lecture 8 -- 29.10.2024:
Literature:
No-regret learning leads to (approximate) coarse-correlated equilibria. 2-player zero-sum games, proof of Minimax Theorem, convergence on average in hindsight vs. pointwise convergence of actual strategies, adaptive RWM algorithm with convergence time- Slides Learning and Correlated Equilibria, pages 18-42.
- Freund, Schapire. Adaptive Game Playing using Multiplicative Weights. Games Econ. Behav. 29:79–103, 1999.
- Nisan, Roughgarden, Tardos, Vazirani. Algorithmic Game Theory, 2007. (Chapter 4)
- Roughgarden. Twenty Lectures on Algorithmic Game Theory, 2016. (Chapter 17)
Lecture 7 -- 28.10.2024:
Literature:
Recap stable matching, construction of short improvement sequences, convergence in the limit with probability 1. Expert problem, Greedy is bad, definition no-regret algorithm, Randomized Weighted Majority with regret guarantee, application in games leads to (approximate) coarse-correlated equilibra- Slides Pure Nash Equilibria, pages 75-79.
- Slides Learning and Correlated Equilibria, pages 1-18.
- Littlestone, Warmuth. The Weighted Majority Algorithm. Inf. Comput. 108(2):212–261, 1994.
- Nisan, Roughgarden, Tardos, Vazirani. Algorithmic Game Theory, 2007. (Chapter 4)
- Roughgarden. Twenty Lectures on Algorithmic Game Theory, 2016. (Chapter 17)
Lecture 6 -- 22.10.2024:
Literature:
Stable matching, ordinal potential, correlated stable matching is an ordinal potential game; general stable matching has cyclic improvement sequences, Deferred-Acceptance algorithm, construction of short improvement sequences- Slides Pure Nash Equilibria, pages 43-74.
- Abraham, Levavi, Manlove, O'Malley. The Stable Roommates Problem with Globally Ranked Pairs. Internet Math. 5(4):493-515, 2008.
- Mathieu. Self-Stabilization in Preference-Based Systems. Peer-to-Peer Networking and Applications 1(2):104-121, 2008.
- Roth, Vande Vate. Random Paths to Stability. Econometrica 58(6):1475-1480, 1990.
- Ackermann, Goldberg, Mirrokni, Röglin, Vöcking. Uncoordinated Two-Sided Matching Markets. SIAM J. Comput. 40(1):92-106, 2011
Lecture 5 -- 21.10.2024:
Literature:
Convergence time in general congestion games, complexity of computing pure Nash equilibria, max-flow algorithm for symmetric network games, PLS, PLS-reductions, MaxCut, PLS-completeness of computing pure Nash equilibria in general congestion games. Recent developments (finding mixed equilibria in congestion games is complete for PLS ∩ PPAD)- Slides Pure Nash Equilibria, pages 29-42.
- Matroid games are discussed here.
- Johnson, Papadimitriou, Yannakakis. How easy is local search? J. Computer & System Sciences 37(1):79-100, 1988.
- Fabrikant, Papadimitriou, Talwar. The Complexity of Pure Nash Equilibra. STOC 2004.
- Roughgarden. Twenty Lectures on Algorithmic Game Theory, 2016. (Chapter 19)
- Ackermann, Röglin, Vöcking. On the Impact of Combinatorial Structure in Congestion Games. J. ACM 55(6), 2008.
- Fearnley, Goldberg, Hollender, Savani. The Complexity of Gradient Descent: CLS = PPAD ∩ PLS. J. ACM 70(1), 2022.
- Babichenko, Rubinstein. Settling the Complexity of Nash Equilibrium in Congestion Games. STOC 2021.
Lecture 4 -- 15.10.2024:
Literature:
Congestion games, Rosenthal's potential function, exact potential games, singleton congestion games, convergence time of improvement sequences in singleton congestion games.- Slides Pure Nash Equilibria, pages 1-28.
- Monderer, Shapley. Potential Games. Games and Economic Behavior 14:1124-1143, 1996.
- Ieong, McGrew, Nudelman, Shoham, Sun. Fast and Compact: A Simple Class of Congestion Games. AAAI 2005.
Lecture 3 -- 14.10.2024:
Literature:
Recap complexity of Nash equilibrium. 2-player zero-sum games, optimal strategies, value of the game (Minimax Theorem), linear programs and strong duality, efficient computation of mixed Nash equilibria- Slides Strategic Games and Nash Equilibrium, pages 40-65.
- Owen. Game Theory, 2001. (Chapter 1+2).
- Nisan, Roughgarden, Tardos, Vazirani. Algorithmic Game Theory, 2007. (Chapter 1.4)
- von Neumann, Morgenstern. Theory of Games and Economic Behavior, 1944
- More on linear optimization, duality, and algorithms:
Cormen, Leiserson, Rivest, Stein. Introduction to Algorithms, 3rd edition. MIT Press, 2009. (Chapter 29)
Lecture 2 -- 08.10.2024:
Literature:
Pareto-optimality. Existence of mixed Nash equilibria (Nash theorem), proof with Brouwer's fixed point theorem, complexity class PPAD, END-OF-LINE problem, Nash is in PPAD, triangle coloring, Sperner's Lemma.- Slides Strategic Games and Nash Equilibrium, pages 18-40.
- Slides for Sperner's Lemma
- Sperner's Lemma in German: Video from the 80s, general result on Wikipedia.
- Nisan, Roughgarden, Tardos, Vazirani. Algorithmic Game Theory, 2007. (Chapter 2)
- Nash. Non-cooperative Games. Annals of Math. 54:195-259, 1951.
In the lecture we only sketched the proof how to find mixed Nash equilibria by solving an END-OF-LINE problem, thereby showing that the problem is in in PPAD. Finding mixed Nash equilibria has also been shown to be PPAD-complete. Hence, by finding an approximate Nash equilibrium we can also solve END-OF-LINE or arbitrary Brouwer fixed point problems in polynomial time. This holds even for Nash equilibria in games with 2 players.- Goldberg, Daskalakis, Papadimitriou. The Complexity of Computing a Nash Equilibrium. SIAM J. Comput. 39(1):195-259, 2009.
- Chen, Deng, Teng. Settling the Complexity of Computing Two-Player Nash Equilibria. J. ACM 56(3), 2009.
Lecture 1 -- 07.10.2024:
Basic concepts of game theory, strategic games, dominant strategies, dominant strategy equilibrium, best response strategy, pure Nash equilibrium, mixed strategy, mixed best response, mixed Nash equilibrium.The material is standard and can be found in every book on game theory.
Literature:- Slides General Information and Strategic Games and Nash Equilibrium, pages 1-17.
- Owen. Game Theory, 2001. (Chapter 1)
- Nisan, Roughgarden, Tardos, Vazirani. Algorithmic Game Theory, 2007. (Chapter 1)