Equilibria in Finite Games

Total Page:16

File Type:pdf, Size:1020Kb

Equilibria in Finite Games Equilibria in Finite Games Thesis submitted in accordance with the requirements of the University of Liverpool for the degree of Doctor in Philosophy by Anshul Gupta Department of Computer Science November 2015 Supervisory team: Dr. Sven Schewe (Primary) and Prof. Piotr Krysta (Secondary) Examiner committee: Prof. Thomas Brihaye and Prof. Karl Tuyls ii Contents Notations viii Abstract xi Acknowledgements xiii Preface xiv 1 Introduction 1 1.1 Bi-matrix Games . .2 1.2 Finite games of infinite duration . .3 1.3 Equilibrium concepts in game theory . .6 1.3.1 Solution concepts . .7 1.4 Contribution . 10 1.5 Related work . 12 1.6 Outline of this thesis . 14 2 Definitions 15 2.1 Leader strategy profiles . 16 2.2 Incentive strategy profiles . 16 3 Bi-Matrix Games 19 3.1 Abstract . 19 3.2 Introduction . 20 3.3 Motivational examples . 23 3.3.1 Related Work . 25 3.4 Definitions . 27 3.5 Incentive equilibria in bi-matrix games . 28 3.6 Incentive Equilibria . 34 3.6.1 Existence of bribery stable strategy profiles . 34 3.6.2 Optimality of simple bribery stable strategy profiles . 35 3.6.3 Description of simple bribery stable strategy profiles . 35 3.6.4 Computing incentive equilibria . 36 3.6.5 Friendly incentive equilibria . 38 3.6.6 Friendly incentive equilibria in zero-sum games . 40 3.6.7 Monotonicity and relative social optimality . 41 iii 3.7 Secure incentive strategy profiles . 43 3.7.1 "-optimal secure incentive strategy profiles . 43 3.8 Secure incentive equilibria . 44 3.8.1 Constructing secure incentive equilibria { outline . 46 3.8.2 Existence of secure incentive equilibria . 47 3.8.3 Construction of secure incentive equilibria { Given a strategy j and a set Jloss .............................. 51 Extended constraint system LAPG(A;B) ........... 51 j;Jloss 3.8.4 For an unknown set Jloss ........................ 52 Estimating the value of κ ................... 53 Computing a suitable constant K ............... 53 3.9 Evaluation . 54 3.10 Discussion . 58 4 Mean-payoff Games 61 4.1 Abstract . 61 4.2 Introduction . 62 4.2.1 Motivational Examples . 64 4.2.2 Related Work . 68 4.3 Preliminaries . 69 4.4 Leader equilibria . 71 4.4.1 Superiority of leader equilibria . 71 4.4.2 Reward and punish strategy profiles for leader equilibria . 72 Linear programs for well behaved reward and pun- ish strategy profiles .............. 74 From Q, S, and a solution to the linear programs to a well behaved reward and punish strat- egy profile .................... 76 Decision & optimisation procedures .......... 78 4.4.3 Reduction to two-player mean-payoff games . 79 4.5 Incentive Equilibria . 80 4.5.1 Canonical incentive equilibria . 80 4.5.2 Existence and construction of incentive equilibria . 83 4.5.3 Secure " incentive strategy profiles . 85 4.6 NP-hardness . 86 Zero-sum games ....................... 88 4.7 Implementation . 89 4.7.1 Strategy Improvement Algorithm . 89 4.7.2 Quantitative evaluation of mean-payoff games . 92 Solving 2MPGs . 93 Solving multi-player mean-payoff games ............ 93 4.7.3 Linear Programming problem . 94 Constraints on SCCs ........................ 94 4.7.4 Experimental Results . 95 4.8 Discussion . 97 5 Discounted sum games 99 iv 5.1 Abstract . 99 5.2 Introduction . 100 5.2.1 Related Work . 101 5.2.2 Contributions . 102 5.3 Preliminaries . 103 5.4 Leader and Nash equilibria . 104 5.5 Reward and punish strategy profiles in discounted sum games . 108 5.6 Constraints for finite pure reward and punish strategy profiles . 110 5.7 Equilibria with extended observations . 112 5.8 Discussion . 116 6 Summary and conclusions 119 6.1 Summary . 119 6.2 Conclusions and Future work . 121 A Appendix 125 A.1 Leader equilibria . 125 A.1.1 Computing simple leader equilibria . 125 A.1.2 Friendly leader equilibria . 126 Bibliography 129 v Illustrations List of Figures 1.1 A multi-player mean-payoff game. .5 1 1.2 A discounted-payoff game with discount factor 2 ................5 3.1 Prisoner's Dilemma in Extensive-form. 22 3.2 Incentive strategy profiles ⊇ Leader strategy profiles ⊇ Nash strategy profiles. ... 30 4.1 σ1 = :(ra _ rb), σ2 = :(ra _ rb _ ga _ gb): .................... 65 0 0 0 0 4.2 g = ga _ gb _ ga _ gb, r = ra _ rb _ ra _ rb _ ": ................. 65 0 0 0 0 4.3 σ1 = ra _ rb _ ga _ gb _ ", σ2 = σ1 _ ga _ gb: .................... 66 4.4 The rational environments (Figure 4.3) and the system (Figure 4.4), shown as automata that coordinate on joint actions. 66 4.5 The multi-player mean-payoff game from the properties from Figures 4.1,4.2 and 4.3,4.4. 67 4.6 Incentive equilibrium beats leader equilibrium beats Nash equilibrium. 67 4.7 Incentive equilibrium gives much better system utilisation. 68 4.8 An MMPG, where the leader equilibrium is strictly better than all Nash equilibria. 72 4.9 Secure equilibria. 85 4.10 Token-ring example. 96 4.11 Results for randomly generated MMPGs. 97 5.1 A discounted sum game with no memoryless Nash or leader equilibrium. ...... 100 1 5.2 A discounted sum game with discount factor 2 . ................... 104 5.3 General strategy profiles ⊇ Leader strategy profiles ⊇ Nash strategy profiles. .... 105 5.4 Increasing the memory helps. 105 5.5 Leader benefits from infinite memory. ........................ 107 5.6 Leader benefits from infinite memory in Nash equilibria. .............. 108 5.7 More memory states ) more strategies. ....................... 108 0 0 0 0 5.8 C1;C2::::::Cm are m conjuncts each with n variables and there are intermediate leader 0L0 nodes. A path through the satisfying assignment is shown here. ..... 111 5.9 Unobservability of deviation in mixed strategy with discount factor λ. ....... 113 5.10 Leader benefits from memory in mixed strategies. .................. 114 5.11 Use of incentives in discounted sum game. ...................... 117 List of Tables 1.1 A bi-matrix example. .2 1.2 Summary of the complexity results for different equilibria. ............. 12 vii 3.1 Equilibria in a bi-matrix game. 28 3.2 Prisoners' Dilemma. 29 3.3 An example where follower does not benefit from incentive eqilibrium. 30 3.4 Leader behaves friendly when her follower is also friendly. 30 3.5 An unfriendly follower suffers in a secure equilibria. 31 3.6 A variant of the prisoner's dilemma. 32 3.7 A Battle-of-Sexes game. 32 3.8 Increasing the payoff matrix for the follower by ................ 42 3.9 A simple bi-matrix game without a secure incentive equilibrium. 44 3.10 A variant of Battle-of-Sexes game . 50 3.11 Values using continuous payoffs in the range 0 to 1. 56 3.12 Values using integer payoffs in the range -10 to 10. 56 3.13 Average leader return and follower return in different equilibria. .......... 57 3.14 "Prisoners dilemma" payoff matrix. 57 3.15 Loss of inconsiderate follower. 59 viii Notations The following abbreviations and notations are found throughout this thesis: MPG Mean-payoff game 2MPG Two-player mean-payoff games MMPG Multi-player mean-payoff games DSG Discounted sum game 2DSG Two-player discounted sum games MDSG Multi-player discounted sum game DBA Deterministic B¨uchi automata SP Strategy profiles LSP Leader strategy profiles ISP Incentive strategy profiles PISP Perfectly incentivised strategy profiles SCC Strongly Connected Component Nash SP Nash strategy profiles NE Nash equilibria LE Leader equilibria IE Incentive equilibria ix FIE Friendly incentive equilibria SIE Secure incentive equilibria fpayoff Follower payoff in a strategy profile lpayoff Leader payoff in a strategy profile x Abstract This thesis studies various equilibrium concepts in the context of finite games of infinite duration and in the context of bi-matrix games. We considered the game settings where a special player { the leader { assigns the strategy profile to herself and to every other player in the game alike. The leader is given the leeway to benefit from deviation in a strategy profile whereas no other player is allowed to do so. These leader strategy profiles are asymmetric but stable as the stability of strategy profiles is considered w.r.t. all other players. The leader can further incentivise the strategy choices of other players by transferring a share of her own payoff to them that results in incentive strategy pro- files. Among these class of strategy profiles, an 'optimal' leader resp. incentive strategy profile would give maximal reward to the leader and is a leader resp. incentive equilib- rium. We note that computing leader and incentive equilibrium is no more expensive than computing Nash equilibrium. For multi-player non-terminating games, their com- plexity is NP complete in general and equals the complexity of computing two-player games when the number of players is kept fixed. We establish the use of memory and study the effect of increasing the memory size in leader strategy profiles in the context of discounted sum games. We discuss various follower behavioural models in bi-matrix games assuming both friendly follower and an adversarial follower. This leads to friendly incentive equilibrium and secure incentive equilibrium for the resp. follower behaviour. While the construction of friendly incentive equilibrium is tractable and straight forward the secure incentive equilibrium needs a constructive approach to establish their exis- tence and tractability. Our overall observation is that the leader return in an.
Recommended publications
  • CSC304 Lecture 4 Game Theory
    CSC304 Lecture 4 Game Theory (Cost sharing & congestion games, Potential function, Braess’ paradox) CSC304 - Nisarg Shah 1 Recap • Nash equilibria (NE) ➢ No agent wants to change their strategy ➢ Guaranteed to exist if mixed strategies are allowed ➢ Could be multiple • Pure NE through best-response diagrams • Mixed NE through the indifference principle CSC304 - Nisarg Shah 2 Worst and Best Nash Equilibria • What can we say after we identify all Nash equilibria? ➢ Compute how “good” they are in the best/worst case • How do we measure “social good”? ➢ Game with only rewards? Higher total reward of players = more social good ➢ Game with only penalties? Lower total penalty to players = more social good ➢ Game with rewards and penalties? No clear consensus… CSC304 - Nisarg Shah 3 Price of Anarchy and Stability • Price of Anarchy (PoA) • Price of Stability (PoS) “Worst NE vs optimum” “Best NE vs optimum” Max total reward Max total reward Min total reward in any NE Max total reward in any NE or or Max total cost in any NE Min total cost in any NE Min total cost Min total cost PoA ≥ PoS ≥ 1 CSC304 - Nisarg Shah 4 Revisiting Stag-Hunt Hunter 2 Stag Hare Hunter 1 Stag (4 , 4) (0 , 2) Hare (2 , 0) (1 , 1) • Max total reward = 4 + 4 = 8 • Three equilibria ➢ (Stag, Stag) : Total reward = 8 ➢ (Hare, Hare) : Total reward = 2 1 2 1 2 ➢ ( Τ3 Stag – Τ3 Hare, Τ3 Stag – Τ3 Hare) 1 1 1 1 o Total reward = ∗ ∗ 8 + 1 − ∗ ∗ 2 ∈ (2,8) 3 3 3 3 • Price of stability? Price of anarchy? CSC304 - Nisarg Shah 5 Revisiting Prisoner’s Dilemma John Stay Silent Betray Sam
    [Show full text]
  • Potential Games. Congestion Games. Price of Anarchy and Price of Stability
    8803 Connections between Learning, Game Theory, and Optimization Maria-Florina Balcan Lecture 13: October 5, 2010 Reading: Algorithmic Game Theory book, Chapters 17, 18 and 19. Price of Anarchy and Price of Staility We assume a (finite) game with n players, where player i's set of possible strategies is Si. We let s = (s1; : : : ; sn) denote the (joint) vector of strategies selected by players in the space S = S1 × · · · × Sn of joint actions. The game assigns utilities ui : S ! R or costs ui : S ! R to any player i at any joint action s 2 S: any player maximizes his utility ui(s) or minimizes his cost ci(s). As we recall from the introductory lectures, any finite game has a mixed Nash equilibrium (NE), but a finite game may or may not have pure Nash equilibria. Today we focus on games with pure NE. Some NE are \better" than others, which we formalize via a social objective function f : S ! R. Two classic social objectives are: P sum social welfare f(s) = i ui(s) measures social welfare { we make sure that the av- erage satisfaction of the population is high maxmin social utility f(s) = mini ui(s) measures the satisfaction of the most unsatisfied player A social objective function quantifies the efficiency of each strategy profile. We can now measure how efficient a Nash equilibrium is in a specific game. Since a game may have many NE we have at least two natural measures, corresponding to the best and the worst NE. We first define the best possible solution in a game Definition 1.
    [Show full text]
  • Lecture Notes
    GRADUATE GAME THEORY LECTURE NOTES BY OMER TAMUZ California Institute of Technology 2018 Acknowledgments These lecture notes are partially adapted from Osborne and Rubinstein [29], Maschler, Solan and Zamir [23], lecture notes by Federico Echenique, and slides by Daron Acemoglu and Asu Ozdaglar. I am indebted to Seo Young (Silvia) Kim and Zhuofang Li for their help in finding and correcting many errors. Any comments or suggestions are welcome. 2 Contents 1 Extensive form games with perfect information 7 1.1 Tic-Tac-Toe ........................................ 7 1.2 The Sweet Fifteen Game ................................ 7 1.3 Chess ............................................ 7 1.4 Definition of extensive form games with perfect information ........... 10 1.5 The ultimatum game .................................. 10 1.6 Equilibria ......................................... 11 1.7 The centipede game ................................... 11 1.8 Subgames and subgame perfect equilibria ...................... 13 1.9 The dollar auction .................................... 14 1.10 Backward induction, Kuhn’s Theorem and a proof of Zermelo’s Theorem ... 15 2 Strategic form games 17 2.1 Definition ......................................... 17 2.2 Nash equilibria ...................................... 17 2.3 Classical examples .................................... 17 2.4 Dominated strategies .................................. 22 2.5 Repeated elimination of dominated strategies ................... 22 2.6 Dominant strategies ..................................
    [Show full text]
  • Potential Games and Competition in the Supply of Natural Resources By
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by ASU Digital Repository Potential Games and Competition in the Supply of Natural Resources by Robert H. Mamada A Dissertation Presented in Partial Fulfillment of the Requirements for the Degree Doctor of Philosophy Approved March 2017 by the Graduate Supervisory Committee: Carlos Castillo-Chavez, Co-Chair Charles Perrings, Co-Chair Adam Lampert ARIZONA STATE UNIVERSITY May 2017 ABSTRACT This dissertation discusses the Cournot competition and competitions in the exploita- tion of common pool resources and its extension to the tragedy of the commons. I address these models by using potential games and inquire how these models reflect the real competitions for provisions of environmental resources. The Cournot models are dependent upon how many firms there are so that the resultant Cournot-Nash equilibrium is dependent upon the number of firms in oligopoly. But many studies do not take into account how the resultant Cournot-Nash equilibrium is sensitive to the change of the number of firms. Potential games can find out the outcome when the number of firms changes in addition to providing the \traditional" Cournot-Nash equilibrium when the number of firms is fixed. Hence, I use potential games to fill the gaps that exist in the studies of competitions in oligopoly and common pool resources and extend our knowledge in these topics. In specific, one of the rational conclusions from the Cournot model is that a firm’s best policy is to split into separate firms. In real life, we usually witness the other way around; i.e., several firms attempt to merge and enjoy the monopoly profit by restricting the amount of output and raising the price.
    [Show full text]
  • Online Learning and Game Theory
    Online Learning and Game Theory Your guide: Avrim Blum Carnegie Mellon University [Algorithmic Economics Summer School 2012] Itinerary • Stop 1: Minimizing regret and combining advice. – Randomized Wtd Majority / Multiplicative Weights alg – Connections to minimax-optimality in zero-sum games • Stop 2: Bandits and Pricing – Online learning from limited feedback (bandit algs) – Use for online pricing/auction problems • Stop 3: Internal regret & Correlated equil – Internal regret minimization – Connections to correlated equilib. in general-sum games • Stop 4: Guiding dynamics to higher-quality equilibria – Helpful “nudging” of simple dynamics in potential games Stop 1: Minimizing regret and combining expert advice Consider the following setting… Each morning, you need to pick one of N possible routes to drive to work. Robots But traffic is different each day. R Us 32 min Not clear a priori which will be best. When you get there you find out how long your route took. (And maybe others too or maybe not.) Is there a strategy for picking routes so that in the long run, whatever the sequence of traffic patterns has been, you’ve done nearly as well as the best fixed route in hindsight? (In expectation, over internal randomness in the algorithm) Yes. “No-regret” algorithms for repeated decisions A bit more generally: Algorithm has N options. World chooses cost vector. Can view as matrix like this (maybe infinite # cols) World – life - fate Algorithm At each time step, algorithm picks row, life picks column. Alg pays cost for action chosen. Alg gets column as feedback (or just its own cost in the “bandit” model). Need to assume some bound on max cost.
    [Show full text]
  • Potential Games with Continuous Player Sets
    Potential Games with Continuous Player Sets William H. Sandholm* Department of Economics University of Wisconsin 1180 Observatory Drive Madison, WI 53706 [email protected] www.ssc.wisc.edu/~whs First Version: April 30, 1997 This Version: May 20, 2000 * This paper is based on Chapter 4 of my doctoral dissertation (Sandholm [29]). I thank an anonymous referee and Associate Editor, Josef Hofbauer, and seminar audiences at Caltech, Chicago, Columbia, Harvard (Kennedy), Michigan, Northwestern, Rochester, Washington University, and Wisconsin for their comments. I especially thank Eddie Dekel and Jeroen Swinkels for their advice and encouragement. Financial support from a State Farm Companies Foundation Dissertation Fellowship is gratefully acknowledged. Abstract We study potential games with continuous player sets, a class of games characterized by an externality symmetry condition. Examples of these games include random matching games with common payoffs and congestion games. We offer a simple description of equilibria which are locally stable under a broad class of evolutionary dynamics, and prove that behavior converges to Nash equilibrium from all initial conditions. W e consider a subclass of potential games in which evolution leads to efficient play. Finally, we show that the games studied here are the limits of convergent sequences of the finite player potential games studied by Monderer and Shapley [22]. JEL Classification Numbers: C72, C73, D62, R41. 1. Introduction Nash equilibrium is the cornerstone of non-cooperative game theory, providing a necessary condition for stable behavior among rational agents. Still, to justify the prediction of Nash equilibrium play, one must explain how players arrive at a Nash equilibrium; if equilibrium is not reached, the fact that it is self-sustaining becomes moot.
    [Show full text]
  • Noisy Directional Learning and the Logit Equilibrium*
    CSE: AR SJOE 011 Scand. J. of Economics 106(*), *–*, 2004 DOI: 10.1111/j.1467-9442.2004.000376.x Noisy Directional Learning and the Logit Equilibrium* Simon P. Anderson University of Virginia, Charlottesville, VA 22903-3328, USA [email protected] Jacob K. Goeree California Institute of Technology, Pasadena, CA 91125, USA [email protected] Charles A. Holt University of Virginia, Charlottesville, VA 22903-3328, USA [email protected] PROOF Abstract We specify a dynamic model in which agents adjust their decisions toward higher payoffs, subject to normal error. This process generates a probability distribution of players’ decisions that evolves over time according to the Fokker–Planck equation. The dynamic process is stable for all potential games, a class of payoff structures that includes several widely studied games. In equilibrium, the distributions that determine expected payoffs correspond to the distributions that arise from the logit function applied to those expected payoffs. This ‘‘logit equilibrium’’ forms a stochastic generalization of the Nash equilibrium and provides a possible explanation of anomalous laboratory data. ECTED Keywords: Bounded rationality; noisy directional learning; Fokker–Planck equation; potential games; logit equilibrium JEL classification: C62; C73 I. Introduction Small errors and shocks may have offsetting effects in some economic con- texts, in which case there is not much to be gained from an explicit analysis of stochasticNCORR elements. In other contexts, a small amount of randomness can * We gratefully acknowledge financial support from the National Science Foundation (SBR- 9818683U and SBR-0094800), the Alfred P. Sloan Foundation and the Dutch National Science Foundation (NWO-VICI 453.03.606).
    [Show full text]
  • Strong Nash Equilibria in Games with the Lexicographical Improvement
    Strong Nash Equilibria in Games with the Lexicographical Improvement Property Tobias Harks, Max Klimm, and Rolf H. M¨ohring Preprint 15/07/2009 Institut f¨ur Mathematik, Technische Universit¨at Berlin harks,klimm,moehring @math.tu-berlin.de { } Abstract. We introduce a class of finite strategic games with the property that every deviation of a coalition of players that is profitable to each of its members strictly decreases the lexicographical order of a certain function defined on the set of strategy profiles. We call this property the Lexicographical Improvement Property (LIP) and show that it implies the existence of a generalized strong ordinal potential function. We use this characterization to derive existence, efficiency and fairness properties of strong Nash equilibria. We then study a class of games that generalizes congestion games with bottleneck objectives that we call bot- tleneck congestion games. We show that these games possess the LIP and thus the above mentioned properties. For bottleneck congestion games in networks, we identify cases in which the potential function associated with the LIP leads to polynomial time algorithms computing a strong Nash equilibrium. Finally, we investigate the LIP for infinite games. We show that the LIP does not imply the existence of a generalized strong ordinal potential, thus, the existence of SNE does not follow. Assuming that the function associated with the LIP is continuous, however, we prove existence of SNE. As a consequence, we prove that bottleneck congestion games with infinite strategy spaces and continuous cost functions possess a strong Nash equilibrium. 1 Introduction The theory of non-cooperative games is used to study situations that involve rational and selfish agents who are motivated by optimizing their own utilities rather than reaching some social optimum.
    [Show full text]
  • Dynamics of Profit-Sharing Games
    Proceedings of the Twenty-Second International Joint Conference on Artificial Intelligence Dynamics of Profit-Sharing Games John Augustine, Ning Chen, Edith Elkind, Angelo Fanelli, Nick Gravin, Dmitry Shiryaev School of Physical and Mathematical Sciences Nanyang Technological University, Singapore Abstract information about other players. Such agents may simply re- spond to their current environment without worrying about An important task in the analysis of multiagent sys- the subsequent reaction of other agents; such behavior is said tems is to understand how groups of selfish players to be myopic. Now, coalition formation by computationally can form coalitions, i.e., work together in teams. In limited agents has been studied by a number of researchers in this paper, we study the dynamics of coalition for- multi-agent systems, starting with the work of [Shehory and mation under bounded rationality. We consider set- Kraus, 1999] and [Sandholm and Lesser, 1997]. However, tings where each team’s profit is given by a concave myopic behavior in coalition formation received relatively lit- function, and propose three profit-sharing schemes, tle attention in the literature (for some exceptions, see [Dieck- each of which is based on the concept of marginal mann and Schwalbe, 2002; Chalkiadakis and Boutilier, 2004; utility. The agents are assumed to be myopic, i.e., Airiau and Sen, 2009]). In contrast, myopic dynamics of they keep changing teams as long as they can in- non-cooperative games is the subject of a growing body of crease their payoff by doing so. We study the prop- research (see, e.g. [Fabrikant et al., 2004; Awerbuch et al., erties (such as closeness to Nash equilibrium or to- 2008; Fanelli et al., 2008]).
    [Show full text]
  • The Price of Stability for Network Design with Fair Cost Allocation∗
    THE PRICE OF STABILITY FOR NETWORK DESIGN WITH FAIR COST ALLOCATION¤ ELLIOT ANSHELEVICHy , ANIRBAN DASGUPTAz , JON KLEINBERG x , EVA¶ TARDOS{, TOM WEXLERk, AND TIM ROUGHGARDEN¤¤ Abstract. Network design is a fundamental problem for which it is important to understand the e®ects of strategic behavior. Given a collection of self-interested agents who want to form a network connecting certain endpoints, the set of stable solutions | the Nash equilibria | may look quite di®erent from the centrally enforced optimum. We study the quality of the best Nash equilibrium, and refer to the ratio of its cost to the optimum network cost as the price of stability. The best Nash equilibrium solution has a natural meaning of stability in this context | it is the optimal solution that can be proposed from which no user will defect. We consider the price of stability for network design with respect to one of the most widely-studied protocols for network cost allocation, in which the cost of each edge is divided equally between users whose connections make use of it; this fair-division scheme can be derived from the Shapley value, and has a number of basic economic motivations. We show that the price of stability for network design with respect to this fair cost allocation is O(log k), where k is the number of users, and that a good Nash equilibrium can be achieved via best-response dynamics in which users iteratively defect from a starting solution. This establishes that the fair cost allocation protocol is in fact a useful mechanism for inducing strategic behavior to form near-optimal equilibria.
    [Show full text]
  • Algorithms for Generalized Potential Games with Mixed-Integer Variables
    Noname manuscript No. (will be inserted by the editor) Algorithms for generalized potential games with mixed-integer variables Simone Sagratella Received: date / Accepted: date Abstract We consider generalized potential games, that constitute a funda- mental subclass of generalized Nash equilibrium problems. We propose differ- ent methods to compute solutions of generalized potential games with mixed- integer variables, i.e., games in which some variable are continuous while the others are discrete. We investigate which types of equilibria of the game can be computed by minimizing a potential function over the common feasible set. In particular, for a wide class of generalized potential games, we characterize those equilibria that can be computed by minimizing potential functions as Pareto solutions of a particular multi-objective problem, and we show how dif- ferent potential functions can be used to select equilibria. We propose a new Gauss-Southwell algorithm to compute approximate equilibria of any general- ized potential game with mixed-integer variables. We show that this method converges in a finite number of steps and we also give an upper bound on this number of steps. Moreover, we make a thorough analysis on the behaviour of approximate equilibria with respect to exact ones. Finally, we make many numerical experiments to show the viability of the proposed approaches. Keywords Generalized Nash equilibrium problem · Generalized potential game · Mixed-integer nonlinear problem · Parametric optimization 1 Introduction Generalized Nash equilibrium problems (GNEPs) are widely used tools to model multi agent systems in many fields [16]. In the past two decades, sev- The work of the author has been partially supported by Avvio alla Ricerca 2015 Sapienza University of Rome, under grant 488.
    [Show full text]
  • Learning with Bandit Feedback in Potential Games
    Learning with Bandit Feedback in Potential Games Johanne Cohen LRI-CNRS, Université Paris-Sud,Université Paris-Saclay, France [email protected] Amélie Héliou LIX, Ecole Polytechnique, CNRS, AMIBio, Inria, Université Paris-Saclay [email protected] Panayotis Mertikopoulos Univ. Grenoble Alpes, CNRS, Inria, LIG, F-38000, Grenoble, France [email protected] Abstract This paper examines the equilibrium convergence properties of no-regret learning with exponential weights in potential games. To establish convergence with mini- mal information requirements on the players’ side, we focus on two frameworks: the semi-bandit case (where players have access to a noisy estimate of their payoff vectors, including strategies they did not play), and the bandit case (where players are only able to observe their in-game, realized payoffs). In the semi-bandit case, we show that the induced sequence of play converges almost surely to a Nash equilibrium at a quasi-exponential rate. In the bandit case, the same result holds for "-approximations of Nash equilibria if we introduce an exploration factor " > 0 that guarantees that action choice probabilities never fall below ". In particular, if the algorithm is run with a suitably decreasing exploration factor, the sequence of play converges to a bona fide Nash equilibrium with probability 1. 1 Introduction Given the manifest complexity of computing Nash equilibria, a central question that arises is whether such outcomes could result from a dynamic process in which players act on empirical information on their strategies’ performance over time. This question becomes particularly important when the players’ view of the game is obstructed by situational uncertainty and the “fog of war”: for instance, when deciding which route to take to work each morning, a commuter is typically unaware of how many other commuters there are at any given moment, what their possible strategies are, how to best respond to their choices, etc.
    [Show full text]