There must be something I'm missing. I borrowed the author's choice probabilities and wrote a script to verify the probability of winning by simulating 10 million rounds of gameplay. It seems it's true that when all three agents are following the same choice probability distribution the result is a win about 29.6% of the time. However, when one of those three agents follows an alternative choice probability distribut…
Diving into this further, I've found another situation that appears to interfere even more. Our baseline (once again): Agent 1 (nash distribution): .296 Agent 2 (nash distribution): .296 Agent 3 (nash distribution): .296 Another case: Agent 1 (always chooses 1): .489 Agent 2 (even distribution -- equal chance of any number 1-10 being chosen): .411 Agent 3 (nash distribution): .054 In this situation, the nash strategy…
Aye, I mean it doesn't even pass the sniff test to me.
If all actors are a) informed of the number of participants and b) are trying to win in earnest, I can not understand why a rational actor would ever pick a number larger than the number of participants. It seems an obviously bad strategy that's an artifact of infinite calculus.
Really though, I think using tools made for real numbers are a bad fit for a problem firmly bounded to natural numbers. I haven't formally studied game theory, but it's my impression this is the exact type of problem it's designed for, and discrete games are a significantly studied subject.
My intuition is there is no reason to ever pick a number greater than participants-1. I feel weird saying that, because everyone, you included, keeps bounding on 1-10 and not 1-n, and I don't have a lot of the formal math training that is fairly ubiquitous here, especially in this thread I would assume. I'd be interested to see the way the distributions play out when one of the Agents randomly select 1 or 2, might have to code this up, but I'm trying to resist the urge to jump down a rabbit hole. I definitely think that "everyone is using the same strategy" is a special case of the question, not a generalized solution.
My thinking is: in any case where you would pick 3+, why wouldn't you pick 1 or 2?