骰子均衡:完美点数
Dicey Equilibrium: The Perfect Roll
题目详情
有 100 枚骰子,第 枚骰子是公平的,点数为 到 。
Nature 等概率随机选一枚骰子并掷一次,最终结果为 。
三位玩家在知道先前玩家选择的情况下,依次从 选择一个目标数。最终离 最近的玩家获胜。
问:子博弈完美均衡(subgame–perfect equilibrium)下三位玩家分别选择什么数?他们各自获胜概率是多少?
英文原题
In a game with 100 dice, where die is fair with faces numbered through , Nature rolls a die chosen uniformly at random, resulting in outcome from . Three players, knowing previous picks, sequentially choose a target number from . The player with the number closest to wins. What choices form the subgame–perfect equilibrium and what are their respective win probabilities?
解析
令随机结果为 。由于先等概率选骰子再掷点,有
该分布明显偏向小数值,其中位数为 (即 )。
用逆推(每一步都选择能最大化自己赢面的位置)可得到子博弈完美均衡选择为
在该三点下,按“最近者获胜”的划分区间(若出现到两个点距离相同,则两者平分该点的胜率),边界在中点 13 与 29:
- 玩家 2(选 7)在 时胜, 时与玩家 1 平分;
- 玩家 1(选 19)在 时胜,并与玩家 2 在 平分、与玩家 3 在 平分;
- 玩家 3(选 39)在 时胜, 时与玩家 1 平分。
把上述区间上的 相加,可得三者胜率约为
英文解析
Make the random result . Due to the probability of choosing the dice first and then throwing the point, there are
This distribution is clearly biased towards decimal values, with a median of (i.e. ).
With reverse inference (choosing the position that maximizes your winning side at each step), you can get the perfect equilibrium choice for the sub-game
Under the three points, the boundary is divided between the "nearest winner" (if the distance to the two points is the same, the winning rate of the point is divided equally between the two points), and the boundary is at the midpoint 13 and 29:
- Player 2 (Option 7) wins at and is split equally with Player 1 at ;
- Player 1 (Option 19) wins at and is split equally with Player 2 at and with Player 3 at ;
- Player 3 (Option 39) wins at and is split equally with Player 1 at .
Adding up the in the above interval, the win rate of the three is about