Normal-form game
From Theory
Notes for CS 8803 - Game Theory and Computer Science. Spring 2008
A normal-form game
consists of an integer number of players
, action sets Ai (not necessarily finite), the set of action profiles
, and a payoff function (also called utility function)
, where,
This is meant to model a game in which each of N players simultaneously picks an action
from their respective set of actions. The payoff to player
is then ui(a), where the action profile is the vector of actions
Mixed strategies
A mixed strategy is a randomized strategy for playing the game.
Let Δi denote the set of probability distributions over Ai. Let
. Each
is called a mixed strategy, and reflects a randomized choice of actions. A pure strategy is a probability distribution that assigns probability 1 to one action. Given mixed strategy profile
, the payoff function u is extended to Δ by expected value,
Here, each ai is drawn independently from its respective probability distribution.
Note that in the case where Ai is infinite, to be formally correct one would need to use Measure theory, but I'm not going to get into that. Deal with it!
The production of this material was supported in part by NSF award SES-0734780.
