Price of stability

From HandWiki

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 also talk about the price of anarchy (PoA), which is the ratio between the worst objective function value of one of its equilibria and that of an optimal outcome.

Examples

Another way of expressing PoS is:

[math]\displaystyle{ \text{PoS} = \frac {\text{value of best Nash equilibrium}} {\text{value of optimal solution}},\ \text{PoS} \geq 0. }[/math]

In particular, if the optimal solution is a Nash equilibrium, then the PoS is 1.

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

Prisoner's Dilemma
Left Right
Top (2,2) (0,3)
Bottom (3,0) (1,1)

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

Left Right
Top (2,1) (0,0)
Bottom (0,0) (5,10)

Background and milestones

The price of stability was first studied by A. Schulz and N. Stier-Moses while the term was coined by E. Anshelevich et al. Schulz and Stier-Moses focused on equilibria in a selfish routing game in which edges have capacities. Anshelevich et al. studied network design games and 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 [math]\displaystyle{ O(\log n/\log\log n) }[/math] where [math]\displaystyle{ n }[/math] is the number of players. On the other hand, the price of anarchy is about [math]\displaystyle{ n }[/math] in this game.

Network design games

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.

  • [math]\displaystyle{ n }[/math] players;
  • Each player [math]\displaystyle{ i }[/math] aims to connect [math]\displaystyle{ s_i }[/math] to [math]\displaystyle{ t_i }[/math] on a directed graph [math]\displaystyle{ G = (V, E) }[/math];
  • The strategies [math]\displaystyle{ P_i }[/math] for a player are all paths from [math]\displaystyle{ s_i }[/math] to [math]\displaystyle{ t_i }[/math] in [math]\displaystyle{ G }[/math];
  • Each edge has a cost [math]\displaystyle{ c_i }[/math];
  • 'Fair cost allocation': When [math]\displaystyle{ n_e }[/math] players choose edge [math]\displaystyle{ e }[/math], the cost [math]\displaystyle{ \textstyle d_e(n_e) = \frac{c_e}{n_e} }[/math] is split equally among them;
  • The player cost is [math]\displaystyle{ \textstyle C_i(S) = \sum_{e \in P_i} \frac{c_e}{n_e} }[/math]
  • The social cost is the sum of the player costs: [math]\displaystyle{ \textstyle SC(S) = \sum_i C_i(S) = \sum_{e \in S} n_e \frac{c_e}{n_e} = \sum_{e \in S} c_e }[/math].
A network design game with [math]\displaystyle{ \Omega(n) }[/math] Price of Anarchy

Price of anarchy

The price of anarchy can be [math]\displaystyle{ \Omega(n) }[/math]. Consider the following network design game.

Pathological Price of Stability game

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

Lower bound on price of stability

Here is a pathological game in the same spirit for the Price of Stability, instead. Consider [math]\displaystyle{ n }[/math] players, each originating from [math]\displaystyle{ s_i }[/math] and trying to connect to [math]\displaystyle{ t }[/math]. The cost of unlabeled edges is taken to be 0.

The optimal strategy is for everyone to share the [math]\displaystyle{ 1+\varepsilon }[/math] edge, yielding total social cost [math]\displaystyle{ 1+ \varepsilon }[/math]. However, there is a unique Nash for this game. Note that when at the optimum, each player is paying [math]\displaystyle{ \textstyle \frac{1 + \varepsilon}{n} }[/math], and player 1 can decrease his cost by switching to the [math]\displaystyle{ \textstyle \frac{1}{n} }[/math] edge. Once this has happened, it will be in player 2's interest to switch to the [math]\displaystyle{ \textstyle \frac{1}{n-1} }[/math] edge, and so on. Eventually, the agents will reach the Nash equilibrium of paying for their own edge. This allocation has social cost [math]\displaystyle{ \textstyle 1 + \frac{1}{2} + \cdots + \frac{1}{n} = H_n }[/math], where [math]\displaystyle{ H_n }[/math] is the [math]\displaystyle{ n }[/math]th harmonic number, which is [math]\displaystyle{ \Theta(\log n) }[/math]. 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 [math]\displaystyle{ \textstyle \Phi = \sum_e \sum_{i=1}^{n_e} \frac{c_e}{i} }[/math].

Theorem. [Theorem 19.13 from Reference 1] Suppose there exist constants [math]\displaystyle{ A }[/math] and [math]\displaystyle{ B }[/math] such that for every strategy [math]\displaystyle{ S }[/math],

[math]\displaystyle{ A \cdot SC(S) \leq \Phi(S) \leq B \cdot SC(S). }[/math]

Then the price of stability is less than [math]\displaystyle{ B/A }[/math]

Proof. The global minimum [math]\displaystyle{ NE }[/math] of [math]\displaystyle{ \Phi }[/math] is a Nash equilibrium, so

[math]\displaystyle{ SC(NE) \leq 1/A \cdot \Phi(NE) \leq 1/A \cdot \Phi(OPT) \leq B/A \cdot SC(OPT). }[/math]

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

[math]\displaystyle{ \Phi(S) = \sum_{e \in S} \sum_{i=1}^{n_e} \frac{c_e}{i} = \sum_{e \in S} c_e H_{n_e} \leq \sum_{e \in S} c_e H_n = H_n \cdot SC(S). }[/math]

We trivially have [math]\displaystyle{ A = 1 }[/math], and the computation above gives [math]\displaystyle{ B = H_n }[/math], so we may invoke the theorem for an upper bound on the price of stability.

See also

  • Price of anarchy
  • Competitive facility location game - a game with no price-of-stability.

References

  1. A.S. Schulz, N.E. Stier-Moses. On the performance of user equilibria in traffic networks. Proceedings of the 14th Annual ACM-SIAM Symposium on Discrete Algorithms (SODA), 2003.
  2. E. Anshelevich, E. Dasgupta, J. Kleinberg, E. Tardos, T. Wexler, T. Roughgarden. The Price of Stability for Network Design with Fair Cost Allocation. SIAM Journal on Computing, 38:4, 1602-1623, 2008. Conference version appeared in FOCS 2004.
  3. Vazirani, Vijay V.; Nisan, Noam; Roughgarden, Tim; Tardos, Éva (2007). Algorithmic Game Theory. Cambridge, UK: Cambridge University Press. ISBN 0-521-87282-0. http://www.cs.cmu.edu/~sandholm/cs15-892F13/algorithmic-game-theory.pdf. 
  4. L. Agussurja and H. C. Lau. The Price of Stability in Selfish Scheduling Games. Web Intelligence and Agent Systems: An International Journal, 9:4, 2009.
  5. Jian Li. An [math]\displaystyle{ O(\log n/\log\log n) }[/math] upper bound on the price of stability for undirected Shapely network design games. Information Processing Letters 109 (15), 876-878, 2009.