Two cars reach an intersection at the same time. Each driver wants to go, but if both go at once there is a crash. If both wait, nothing happens. The best outcome is to take turns â but how do they coordinate without talking?
Enter the traffic light. It privately tells each driver whether to go or wait. A driver following the signal never wants to deviate: if the light says "go," the other driver is stopped, so going is best; if the light says "wait," the other driver is going, so waiting avoids a crash. No phone call needed â just a shared, trusted signal.
This is a correlated equilibrium, a concept introduced by economist Robert Aumann in 1974. A mediator draws a joint action profile from a probability distribution and whispers each player their own recommendation. The key property: given what you know (just your own recommendation), you never gain by ignoring it.
Aumann proved this concept is at least as general as Nash equilibrium â every Nash equilibrium is a correlated equilibrium, but not vice versa. Better yet, while computing a Nash equilibrium is PPAD-complete and believed to require exponential time in the worst case, computing a correlated equilibrium is a linear program solvable in polynomial time. The solution that seemed richer turns out to be easier to find.
Comments
Loading comments...