Puneet Varma (Editor)

Price of stability

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Price of stability

In game theory, the price of stability (PoS) of a game is the ratio between the best objective function value of one of its equilibria and that of an optimal outcome. The PoS is relevant for games in which there is some objective authority that can influence the players a bit, and maybe help them converge to a good Nash equilibrium. When measuring how efficient a Nash equilibrium is in a specific game we often time also talk about the price of anarchy (PoA).

Contents

Examples

Another way of expressing PoS is:

PoS = value of best Nash equilibrium value of optimal solution ,   PoS 0.

In the following prisoner’s dilemma game, since there is a single equilibrium (B, R) we have PoS = PoA = 1/2.

On this example which is a version of the battle of sexes game, there are two equilibrium points, (T, L) and (B, R), with values 3 and 15, respectively. The optimal value is 15. Thus, PoS = 1 while PoA = 1/5.

Background and milestones

The price of stability was first studied by A. Schulzan and N. Moses and was so-called in the studies of E. Anshelevich. They showed that a pure strategy Nash equilibrium always exists and the price of stability of this game is at most the nth harmonic number in directed graphs. For undirected graphs Anshelevich and others presented a tight bound on the price of stability of 4/3 for a single source and two players case. Jian Li has proved that for undirected graphs with a distinguished destination to which all players must connect the price of stability of the Shapely network design game is O ( log n / log log n ) where n is the number of players. On the other hand, the price of anarchy is about n in this game.

Setup

Network design games have a very natural motivation for the Price of Stability. In these games, the Price of Anarchy can be much worse than the Price of Stability.

Consider the following game.

  • n players;
  • Each player i aims to connect s i to t i on a directed graph G = ( V , E ) ;
  • The strategies P i for a player are all paths from s i to t i in G ;
  • Each edge has a cost c i ;
  • 'Fair cost allocation': When n e players choose edge e , the cost d e ( n e ) = c e n e is split equally among them;
  • The player cost is C i ( S ) = e P i c e n e
  • The social cost is the sum of the player costs: S C ( S ) = i C i ( S ) = e S n e c e n e = e S c e .
  • Price of anarchy

    The price of anarchy can be Ω ( n ) . Consider the following network design game.

    Consider two different equilibria in this game. If everyone shares the 1 + ε edge, the social cost is 1 + ε . This equilibrium is indeed optimal. Note, however, that everyone sharing the n edge is a Nash equilibrium as well. Each agent has cost 1 at equilibrium, and switching to the other edge raises his cost to 1 + ε .

    Lower bound on price of stability

    Here is a pathological game in the same spirit for the Price of Stability, instead. Consider n players, each originating from s i and trying to connect to t . The cost of unlabeled edges is taken to be 0.

    The optimal strategy is for everyone to share the 1 + ε edge, yielding total social cost 1 + ε . However, there is a unique Nash for this game. Note that when at the optimum, each player is paying 1 + ε n , and player 1 can decrease his cost by switching to the 1 n edge. Once this has happened, it will be in player 2's interest to switch to the 1 n 1 edge, and so on. Eventually, the agents will reach the Nash equilibrium of paying for their own edge. This allocation has social cost 1 + 1 2 + + 1 n = H n , where H n is the n th harmonic number, which is Θ ( log n ) . Even though it is unbounded, the price of stability is exponentially better than the price of anarchy in this game.

    Upper bound on price of stability

    Note that by design, network design games are congestion games. Therefore, they admit a potential function Φ = e i = 1 n e c e i .

    Theorem. [Theorem 19.13 from Reference 1] Suppose there exist constants A and B such that for every strategy S ,

    A S C ( S ) Φ ( S ) B S C ( S ) .

    Then the price of stability is less than B / A

    Proof. The global minimum N E of Φ is a Nash equilibrium, so

    S C ( N E ) 1 / A Φ ( N E ) 1 / A Φ ( O P T ) B / A S C ( O P T ) .

    Now recall that the social cost was defined as the sum of costs over edges, so

    Φ ( S ) = e S i = 1 n e c e i = e S c e H n e e S c e H n = H n S C ( S ) .

    We trivially have A = 1 , and the computation above gives B = H n , so we may invoke the theorem for an upper bound on the price of stability.

    References

    Price of stability Wikipedia