Generic Decision Model
Every decision faces the same abstract shape: a decision maker with a handful of available actions, a system that might be in one of several possible states, and an outcome that depends on both. The generic decision model strips this to its skeleton — one player, a finite set of actions, a finite set of states, and a number for every (action, state) pair telling the player what they get.
What changes between problems is not the shape but the information climate — how much does the player know about which state will materialize? The answer splits the world into three sharply different cases.
Three classes of decision situations
A decision under certainty is one where every rule, action, and consequence is fully known — including which state the system is in. The decision maker has complete information about the situation they’re choosing in.
Chess is a clean illustration. At any board position you know the full state, the legal moves available to you, and the exact resulting position for any move you make — there are no hidden variables, no dice rolls, no surprise from the system. The certainty breaks the moment something unknown enters the picture: simultaneous play (where both players commit before seeing each other’s move), opponents who occasionally throw in a random move, or incomplete-information variants where pieces are hidden.
A decision under risk is one where the state is not known in advance, but a probability distribution over the possible states is known. The decision maker knows how likely each state is, even though they cannot pin down which one will actually occur.
Insurance pricing and casino games live here — the actuary doesn’t know which policyholders will file claims this year, and the gambler doesn’t know which face the die will land on, but the probabilities are calibrated well enough to compute expected values and act on them.
A decision under uncertainty is one where the state is not known in advance and no probability distribution over the states is available. The decision maker faces a set of possibilities they can enumerate but cannot weight.
Launching a product into a brand-new market or planning around a one-off event are classic uncertainty problems — you can list the scenarios that might unfold, but there’s no track record to attach probabilities to.
Notice the gradient. Certainty fixes exactly which state occurs; risk fixes the full probability distribution over the states; uncertainty fixes only the list of states that are possible, with no information about how likely each is. The three climates call for genuinely different strategies, which is the entire point of the rest of this chapter.
The model
The generic decision model consists of:
- one decision maker (or player) , choosing against a passive system;
- alternative actions (also called strategies) available to the player;
- possible initial states the system may be in;
- a payoff (or rating) for each pair — the value the player receives when they take action in state ;
- the payoff matrix , collecting every action-state combination into one table.
There’s only one player here — the system is treated as a passive thing, not as a second strategic agent. That choice is what makes this a decision model rather than a game; multi-player extensions, where the “system” is itself a strategic chooser, follow in later sections.
The payoff is the reward the player walks away with for a given (action, state) pair. It can be anything that admits a real-valued scale — profit in euros, score in a game, utility in some abstract unit, or a negative cost. Bigger is better.
Read the payoff matrix as a lookup table — rows index actions, columns index states, and the entry is what the player gets in the cell where row meets column .
Strategy under certainty
When the state is known, the decision becomes mechanical. Say the realized state is — that pins the player to the -th column of the payoff matrix, and the only thing left is to choose which row. The best row is the one with the largest entry in that column:
The optimal action is the index that attains that maximum. There’s nothing subtle here — perfect information collapses the decision to plain lookup.
The strategies that follow in this chapter all live downstream of that’s no longer true. Once the state is uncertain, the column-picking trick fails — which column do you even read? — and every strategy from here on has to wrestle with the missing information in its own way.
Strategies under risk
When the state is no longer known, the column-picking trick fails because there is no single column to read. Each of the three strategies below sidesteps that by collapsing the entire payoff matrix to one number per row, then picking the row with the best resulting number. None of them needs probabilities — they work off the payoff matrix alone, which is why the same rules apply equally well when no distribution over states is available either.
Throughout this section, denotes the index of the chosen action — the hat marks “this is what the decision maker picks.” The state index carries no hat, because the player doesn’t choose the state; the symbol just names the state that the inner or singles out for the chosen action . The expression is then the payoff matrix entry at row , column — the payoff value the chosen strategy is built around.
Caution (max-min payoff)
The caution strategy (also called max-min payoff) picks an action whose worst possible payoff is as good as possible:
For each candidate action , take the smallest entry across its row — the payoff if the worst-case state for that action materializes. Then pick the action whose worst case is highest.
Read it as a hedge against bad luck. You assume the system is out to get you, look at the floor each action guarantees, and pick the action with the highest floor. Whichever state actually materializes, the chosen action’s payoff cannot drop below that floor. That’s also why the strategy is nicknamed the payoff-maximizer — it maximizes the guaranteed floor, not the best-case ceiling.
Full risk (max-max payoff)
The full-risk strategy (also called max-max payoff) picks an action whose best possible payoff is as good as possible:
For each candidate action , take the largest entry across its row — the payoff if the most favorable state for that action materializes. Then pick the action whose best case is highest.
This is the gambler’s pick: assume luck is on your side, look at the ceiling of each action, and chase the action with the highest ceiling. There is no protection if the state turns out otherwise — the same action’s worst case might be terrible. The strategy bets everything on the upside.
Alternative-caution (min-max regret)
The third strategy reframes the problem in terms of missed opportunity. The relevant question becomes: given the state that actually materializes, how much payoff did I give up by not picking the best action for that state? Minimizing the worst-case version of that gap gives a qualitatively different decision rule.
Two pieces of notation set up the formula. First, for each state , write
for the largest entry of column — the score the player would walk away with in state if they knew the state in advance and picked the best action for it.
The regret (also called opportunity loss or risk) of action in state is the gap between the state’s best achievable payoff and what actually scores in that state:
It measures how much the player would kick themselves afterward for picking when the state turned out to be — how much further from the best-possible-for-that-state outcome they ended up. By construction , and exactly when happens to be the best action for state .
Collected for every pair, these entries form the regret matrix (or opportunity-loss matrix or risk matrix) — the payoff matrix with each column re-zeroed at its column maximum.
The alternative-caution strategy (also called min-max risk or min-max regret) picks an action whose worst-case regret across states is as small as possible:
For each candidate action , take the largest entry across its row of the regret matrix — the most the player could regret choosing it. Then pick the action whose worst-case regret is smallest.
Read this as caution about missing out rather than caution about losing. Where the caution strategy minimizes the worst absolute payoff, alternative-caution — also called the risk-minimizer — minimizes the worst FOMO (fear of missing out — the gap between what you actually got and what was achievable in that state). The two strategies typically pick different actions because regret pivots the comparison against each column’s maximum rather than against absolute payoffs.
To see how the three strategies pull in different directions, take a case with one dramatic row and one safe row.
Suppose with payoff entries , , and :
Action is the dramatic row — nothing in state but the jackpot in state . Action is the safe row — a guaranteed payoff of either way.
The column maxima are (best payoff achievable in ) and (best payoff achievable in ). Subtracting each from its column’s maximum gives the regret matrix
The only large entry is — picking the safe action in the jackpot state walks past the .
Applying each strategy:
- Caution (max-min payoff) — row 1’s worst case is , row 2’s worst case is . Maximum of those is , attained by action .
- Full risk (max-max payoff) — row 1’s best case is , row 2’s best case is . Maximum is , attained by action .
- Alternative-caution (min-max regret) — row 1’s worst regret is , row 2’s worst regret is . Minimum is , attained by action .
The surprise is that full risk and alternative-caution agree on action , despite being motivated by opposite urges. Full risk reaches for the in state ; alternative-caution flees from the regret of missing it. Both routes lead to row . Caution is the only one that resists — row ‘s floor is a , and the guaranteed of row beats it.
The three strategies above sit at extremes — pure worst-case, pure best-case, or pure worst-case regret. The next two soften that by either blending the extremes or by injecting an explicit guess about how likely each state is.
Pessimism–optimism (Hurwicz)
Rather than committing entirely to the worst case or the best case, the Hurwicz strategy weights the two. For each action , write the worst and best entries of its row as
and fix a pessimism weight that decides how much importance to give the worst case relative to the best.
The pessimism–optimism strategy (also called the Hurwicz strategy) picks the action that maximizes the weighted blend of its worst and best payoffs:
The two extreme settings of recover earlier strategies: puts all weight on the worst case and gives caution, while puts all weight on the best case and gives full risk. Any strictly between and produces a strategy that mixes the two.
The Hurwicz strategy gives the modeler a single dial to set their disposition toward risk. Picking treats best and worst case as equally informative; pushing toward pulls the decision toward caution; pushing toward pulls it toward the gambler. There is no objectively correct — it encodes the decision maker’s temperament rather than a property of the problem.
Principle of insufficient reason (Laplace)
The Laplace strategy goes a different way. Instead of working only with worst and best cases, it converts the uncertainty problem into a risk problem by assuming the missing distribution: if we have no information to weight one state over another, treat all states as equally likely and maximize expected payoff under that uniform distribution.
The principle of insufficient reason (also called the Laplace strategy) picks the action whose row average is highest:
For each action , the inner expression is the unweighted average of its payoffs across all states — equivalently, its expected payoff when every state is treated as equally likely (probability each).
The rationale is symmetry: if you genuinely have no reason to weight one state above another, the most neutral default is to weight them all equally. That assumption converts the uncertainty problem into a risk problem under a uniform prior and lets you fall back on plain expected-value maximization — which under uniform weights is just the row average.