Succinct_game

Succinct game

Succinct game

Game in algorithmic game theory


In algorithmic game theory, a succinct game or a succinctly representable game is a game which may be represented in a size much smaller than its normal form representation. Without placing constraints on player utilities, describing a game of players, each facing strategies, requires listing utility values. Even trivial algorithms are capable of finding a Nash equilibrium in a time polynomial in the length of such a large input. A succinct game is of polynomial type if in a game represented by a string of length n the number of players, as well as the number of strategies of each player, is bounded by a polynomial in n[1] (a formal definition, describing succinct games as a computational problem, is given by Papadimitriou & Roughgarden 2008[2]).

More information L, l, L, r ...

Types of succinct games

Graphical games

More information L, R ...

Graphical games are games in which the utilities of each player depends on the actions of very few other players. If is the greatest number of players by whose actions any single player is affected (that is, it is the indegree of the game graph), the number of utility values needed to describe the game is , which, for a small is a considerable improvement.

It has been shown that any normal form game is reducible to a graphical game with all degrees bounded by three and with two strategies for each player.[3] Unlike normal form games, the problem of finding a pure Nash equilibrium in graphical games (if one exists) is NP-complete.[4] The problem of finding a (possibly mixed) Nash equilibrium in a graphical game is PPAD-complete.[5] Finding a correlated equilibrium of a graphical game can be done in polynomial time, and for a graph with a bounded treewidth, this is also true for finding an optimal correlated equilibrium.[2]

Sparse games

More information L, l, L, r ...

Sparse games are those where most of the utilities are zero. Graphical games may be seen as a special case of sparse games.

For a two player game, a sparse game may be defined as a game in which each row and column of the two payoff (utility) matrices has at most a constant number of non-zero entries. It has been shown that finding a Nash equilibrium in such a sparse game is PPAD-hard, and that there does not exist a fully polynomial-time approximation scheme unless PPAD is in P.[6]

Symmetric games

More information #TP=2 #BP=0, #TP=1 #BP=1 ...

In symmetric games all players are identical, so in evaluating the utility of a combination of strategies, all that matters is how many of the players play each of the strategies. Thus, describing such a game requires giving only utility values.

In a symmetric game with 2 strategies there always exists a pure Nash equilibrium – although a symmetric pure Nash equilibrium may not exist.[7] The problem of finding a pure Nash equilibrium in a symmetric game (with possibly more than two players) with a constant number of actions is in AC0; however, when the number of actions grows with the number of players (even linearly) the problem is NP-complete.[8] In any symmetric game there exists a symmetric equilibrium. Given a symmetric game of n players facing k strategies, a symmetric equilibrium may be found in polynomial time if k=.[9] Finding a correlated equilibrium in symmetric games may be done in polynomial time.[2]

Anonymous games

More information #TP=2 #BP=0, #TP=1 #BP=1 ...

In anonymous games, players have different utilities but do not distinguish between other players (for instance, having to choose between "go to cinema" and "go to bar" while caring only how crowded will each place be, not who'll they meet there). In such a game a player's utility again depends on how many of his peers choose which strategy, and his own, so utility values are required.

If the number of actions grows with the number of players, finding a pure Nash equilibrium in an anonymous game is NP-hard.[8] An optimal correlated equilibrium of an anonymous game may be found in polynomial time.[2] When the number of strategies is 2, there is a known PTAS for finding an ε-approximate Nash equilibrium.[10]

Polymatrix games

More information L, R ...

In a polymatrix game (also known as a multimatrix game), there is a utility matrix for every pair of players (i,j), denoting a component of player i's utility. Player i's final utility is the sum of all such components. The number of utilities values required to represent such a game is .

Polymatrix games always have at least one mixed Nash equilibrium.[11] The problem of finding a Nash equilibrium in a polymatrix game is PPAD-complete.[5] Moreover, the problem of finding a constant approximate Nash equilibrium in a polymatrix game is also PPAD-complete.[12] Finding a correlated equilibrium of a polymatrix game can be done in polynomial time.[2] Note that even if pairwise games played between players have pure Nash equilibria, the global interaction does not necessarily admit a pure Nash equilibrium (although a mixed Nash equilibrium must exist). Checking if a pure Nash equilibrium exists is a strongly NP-complete problem.[13]

Competitive polymatrix games with only zero-sum interactions between players are a generalization of two-player zero-sum games. The Minimax theorem originally formulated for two-player games by von Neumann generalizes to zero-sum polymatrix games.[14] Same as two-player zero-sum games, polymatrix zero-sum games have mixed Nash equilibria that can be computed in polynomial time and those equilibria coincide with correlated equilibria. But some other properties of two-player zero-sum games do not generalize. Notably, players need not have a unique value of the game and equilibrium strategies are not max-min strategies in a sense that worst-case payoffs of players are not maximized when using an equilibrium strategy. There exists an open source Python library[15] for simulating competitive polymatrix games.

Polymatrix games which have coordination games on their edges are potential games [16] and can be solved using a potential function method.

Circuit games

More information 0, 0, 0, 1 ...

The most flexible of way of representing a succinct game is by representing each player by a polynomial-time bounded Turing machine, which takes as its input the actions of all players and outputs the player's utility. Such a Turing machine is equivalent to a Boolean circuit, and it is this representation, known as circuit games, that we will consider.

Computing the value of a 2-player zero-sum circuit game is an EXP-complete problem,[17] and approximating the value of such a game up to a multiplicative factor is known to be in PSPACE.[18] Determining whether a pure Nash equilibrium exists is a -complete problem (see Polynomial hierarchy).[19]

Other representations

Many other types of succinct game exist (many having to do with allocation of resources). Examples include congestion games, network congestion games, scheduling games, local effect games, facility location games, action-graph games, hypergraphical games and more.

Summary of complexities of finding equilibria

Below is a table of some known complexity results for finding certain classes of equilibria in several game representations. "NE" stands for "Nash equilibrium", and "CE" for "correlated equilibrium". n is the number of players and s is the number of strategies each player faces (we're assuming all players face the same number of strategies). In graphical games, d is the maximum indegree of the game graph. For references, see main article text.

More information , ...



Notes

  1. Papadimitriou, Christos H. (2007). "The Complexity of Finding Nash Equilibria". In Nisan, Noam; Roughgarden, Tim; Tardos, Éva; et al. (eds.). Algorithmic Game Theory. Cambridge University Press. pp. 29–52. ISBN 978-0-521-87282-9.
  2. Papadimitriou, Christos H.; Roughgarden, Tim (2008). "Computing Correlated Equilibria in Multi-Player Games". J. ACM. 55 (3): 1–29. CiteSeerX 10.1.1.335.2634. doi:10.1145/1379759.1379762. S2CID 53224027.
  3. Goldberg, Paul W.; Papadimitriou, Christos H. (2006). "Reducibility Among Equilibrium Problems". Proceedings of the thirty-eighth annual ACM symposium on Theory of computing. Seattle, WA, USA: ACM. pp. 61–70. doi:10.1145/1132516.1132526. ISBN 1-59593-134-1. Retrieved 2010-01-25.
  4. Gottlob, G.; Greco, G.; Scarcello, F. (2005). "Pure Nash Equilibria: Hard and Easy Games". Journal of Artificial Intelligence Research. 24 (195–220): 26–37. arXiv:1109.2152. doi:10.1613/jair.1683.
  5. Daskalakis, Constantinos; Fabrikant, Alex; Papadimitriou, Christos H. (2006). "The Game World Is Flat: The Complexity of Nash Equilibria in Succinct Games". Automata, Languages and Programming. Lecture Notes in Computer Science. Vol. 4051. pp. 513–524. CiteSeerX 10.1.1.111.8075. doi:10.1007/11786986_45. ISBN 978-3-540-35904-3.
  6. Chen, Xi; Deng, Xiaotie; Teng, Shang-Hua (2006). "Sparse Games Are Hard". Internet and Network Economics. pp. 262–273. doi:10.1007/11944874_24. ISBN 978-3-540-68138-0.
  7. Cheng, Shih-Fen; Reeves, Daniel M.; Vorobeychik, Yevgeniy; Wellman, Michael P. (2004). Notes on Equilibria in Symmetric Games. AAMAS-04 Workshop on Game Theory and Decision Theory.
  8. Brandt, Felix; Fischer, Felix; Holzer, Markus (2009). "Symmetries and the Complexity of Pure Nash Equilibrium". J. Comput. Syst. Sci. 75 (3): 163–177. doi:10.1016/j.jcss.2008.09.001.
  9. Papadimitriou, Christos H.; Roughgarden, Tim (2005). "Computing equilibria in multi-player games". Proceedings of the sixteenth annual ACM-SIAM symposium on Discrete algorithms. Vancouver, British Columbia: Society for Industrial and Applied Mathematics. pp. 82–91. ISBN 0-89871-585-7. Retrieved 2010-01-25.
  10. Daskalakis, Constantinos; Papadimitriou, Christos H. (2007). "Computing Equilibria in Anonymous Games". arXiv:0710.5582v1 [cs].
  11. Howson, Joseph T. (January 1972). "Equilibria of Polymatrix Games". Management Science. 18 (5): 312–318. doi:10.1287/mnsc.18.5.312. ISSN 0025-1909. JSTOR 2634798.
  12. Rubinstein, Aviad (2015-01-01). "Inapproximability of Nash Equilibrium". Proceedings of the forty-seventh annual ACM symposium on Theory of Computing. STOC '15. New York, NY, USA: ACM. pp. 409–418. arXiv:1405.3322. doi:10.1145/2746539.2746578. ISBN 9781450335362. S2CID 14633920.
  13. Apt, Krzysztof; Simon, Sunil; Wojtczak, Dominik (4 October 2021). "Coordination Games on Weighted Directed Graphs". Mathematics of Operations Research. 47 (2): 995–1025. arXiv:1910.02693. doi:10.1287/moor.2021.1159. S2CID 203836087.
  14. Cai, Y., Candogan, O., Daskalakis, C., & Papadimitriou, C. (2016). Zero-sum Polymatrix Games: A generalization of Minimax.https://people.csail.mit.edu/costis/zerosum_final3.pdf
  15. Rahn, Mona and Schafer, Guido (2015) Efficient Equilibria in Polymatrix Coordination Games https://arxiv.org/pdf/1504.07518.pdf
  16. Feigenbaum, Joan; Koller, Daphne; Shor, Peter (1995). A Game-Theoretic Classification of Interactive Complexity Classes. Certer for Discrete Mathematics \& Theoretical Computer Science. Retrieved 2010-01-25.
  17. Fortnow, Lance; Impagliazzo, Russell; Kabanets, Valentine; Umans, Christopher (2005). "On the Complexity of Succinct Zero-Sum Games". Proceedings of the 20th Annual IEEE Conference on Computational Complexity. IEEE Computer Society. pp. 323–332. ISBN 0-7695-2364-1. Retrieved 2010-01-23.
  18. Schoenebeck, Grant; Vadhan, Salil (2006). "The computational complexity of nash equilibria in concisely represented games". Proceedings of the 7th ACM conference on Electronic commerce. Ann Arbor, Michigan, USA: ACM. pp. 270–279. doi:10.1145/1134707.1134737. ISBN 1-59593-236-4. Retrieved 2010-01-25.

Share this article:

This article uses material from the Wikipedia article Succinct_game, and is written by contributors. Text is available under a CC BY-SA 4.0 International License; additional terms may apply. Images, videos and audio are available under their respective licenses.