Game Theory Note - week 1

Game Theory Note - week 1

Oct 12, 2014 ·
2 分钟阅读

This week’s game theory was dedicated to introduction, overview, uses of game theory, some applications and examples, and formal definitions of: the normal form, payoffs, strategies, pure strategy Nash equilibrium, dominant strategies..

Define a Game

  1. Normal form: List what payoffs get as a function of their actions.
  2. Extensive form: Includes timing of moves, players moves sequentially, represented as a tree.

Finite, n-person normal form game: <n,a,=""u=""><n, a,="" u="">:</n,>

Type of Games

Type of GamePropertiesExamples
Pure Competition1. Exactly two players of opposed interests; Zero sum special case when u_1(a)+u_2(a)=0u\_1(a)+u\_2(a)=0Matching Pennies, Rock-Paper-Scissors
CoordinationPlayers have same interests: aA,i,j,u_i(a)=u_j(a)\forall a \in A, \forall i,j, u\_i(a)=u\_j(a)side of road
Coordination and CompetitionBattle of the Sexes

Nash Equilibrium

In game theory, the Nash equilibrium is a solution concept of a non-cooperative game involving two or more players, in which each player is assumed to know the equilibrium strategies of the other players, and no player has anything to gain by changing only their own strategy. If each player has chosen a strategy and no player can benefit by changing strategies while the other players keep theirs unchanged, then the current set of strategy choices and the corresponding payoffs constitute a Nash equilibrium.1

Someone has an incentive to deviate from a profile of actions that do not form an equilibrium.

Best Resopnse : If you knew what everyone else was going to do, it would be easy to pick your own action. : Nash equilibrium looks for stable action profiles.

Dominant Strategies

Strategy (currently) is choosing an action (“pure strategy”)

Denote s_is\_i and s_is\_i' as two strategies for player i, and S_iS\_{-i} be the set of all possible strategy profiles for the other players.

s_is\_i strictly dominates s_is\_i' if s_iS_i,u_i(s_i,s_i)>u_i(s_i,s_i) \forall s\_{-i} \in S\_{-i}, u\_{i}(s\_i, s\_{-i}) \gt u\_{i}(s\_i', s\_{-i}) s_is\_i very weakly dominates s_is\_i' if s_iS_i,u_i(s_i,s_i)u_i(s_i,s_i) \forall s\_{-i} \in S\_{-i}, u\_{i}(s\_i, s\_{-i} ) \ge u\_{i}(s\_i', s\_{-i}) Please pay attention to the difference between best response, which lies in the definition of strategy.

A strategy profile consisting of dominant strategies for every player must be a Nash equilibrium! An equilibrium in strictly dominant strategies must be unique.

Pareto Optimality

Some times, one outcome oo is at least as good for every agent as another outcome oo', and there’s some agent who strictly prefers oo to oo'.

An outcome oo^* is Pareto-optimal if there is no other outcome that Pareto-dominates it.

Footnotes

  1. Nash equilibrium, https://en.wikipedia.org/wiki/Real_number

编辑于 Aug 07