骰子均衡:完美点数
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 平分。
把上述区间上的 相加,可得三者胜率约为