After reading an introductory post on game theory, specifically regarding Schelling Points, I noticed a paradox and I wonder if anyone here can shed some light on the subject.
The scenario I will use to illustrate this is the inverse of a frequently used example to describe popular Schelling points.
The Scenario
Suppose, in a dystopian future, you are on a game show with a partner. A list of numbers is presented to you:
[2, 5, 9, 25, 69, 73, 82, 96, 100, 126, 150]
You and your partner have to pick one number from the list each, without communicating with each other. You both know that if you pick the same number, a terrible fate looms. If you pick different numbers, you are both set free and live long and happy lives.
Assume that you are both human and computer unaided and therefore cannot choose truly random positions on the list.
Naturally, you would want to avoid Schelling points (special numbers or numbers in special positions in the list) to minimise the chance of picking matching numbers. In this case, the Schelling points are numbers which you would think your partner would be more likely to pick, for whatever reason. However, if you both rule out Schelling points, you make the list of numbers to choose from smaller, thus increasing the chance of you both picking the same number significantly. Therefore, if you both actively pick numbers which you think your partner is least likely to pick, assuming you both think rationally, you inadvertently increase the chance of picking the same number. Thus the notion of the Schelling point has become the numbers that are especially insignificant, and the cycle continues. This is the paradox.
A real life example:
Which bar do i choose to drink at on a Friday night if I want to avoid my ex (assuming she’s actively avoiding me too)?
The point of this post:
Using game theory, what logical strategy would you employ in two-player avoidance games similar to the one above?
The apology in advance:
I’m new to the site and if any of this is convoluted or has been covered before, I apologise in advance.
Since you and the other player are cooperating, rather than thinking of the “Schelling point number,” think of the Schelling point strategy that you expect each other to implement to try to win.
If I’m avoiding my ex, I might go to a bar that I like more than her, while she goes to a bar that she likes more than me. In the case of the list of numbers, I might pick a number that I think is more significant to me than to the other player.
This assumes that the two players have information that distinguishes them. But not only is that how it is in real life, it’s also easy to show that it’s necessary for any kind of nontrivial answer: if the two players are identical copies of the same physical system, and they don’t have access to any source of randomness like an internet connection or a Geiger counter, then they’re going to give the same answer.
Human brains suck at this sort of thing. You allude to the correct strategy—just randomize. Even without computer aids, you can probably find a reasonably random proxy, or if you have time a procedure to take non-computer random source and map it to the choices. In this case, I’d flip a coin 4 times to generate a 0-15 binary number, and just re-do it if it’s over 10 (as there are only 11 choices). This would completely bypass the idea of Schelling points.
You can probably do better by making use of Schelling’s insight rather than the specific of commonly-attractive points. Schelling observed that shared culture is actual information, and that what you know of your partners can be used without further communication. For this example, if I knew my partner well, I might think the younger partner would tend to choose lower, and I’d pick from the other half of the distribution. This is more a Schelling position-in-strategy-space than a Schelling point in the solution space, but it’s the same concept.
The taller/bigger person should pick the bigger number.
You and your ex should a) actually coordinate b)not go to each other’s favorite place or places very close to their home.
Anything simple, not reversible, obvious. The big guy gets a big number.
The closer person goes to the bar.
Or actually randomize I suppose. Number all options 1-N, multiply random numbers in your head until you get stuck (eg 2×6×9×95×34 in order, then when you miltiply that by 37 you get stuck. Use the last number,) though obviously getting it wrong is fine. Modulo N, +1. Walla, your choice, randomized.