Optimal stategy for 2-players d6 game?

304 Views Asked by At

I came across the following problem when preparing for an interview:

Two players each roll a d6, and are not able to see each other's rolls. The player with the higher value wins 1\$ (no win in case of draw). After the players roll their dice, each player may either pay $0.25 once to increase their individual roll by 2 or keep their roll(5 becomes 7 and 6 becomes 8). What is the optimal strategy and payout?

The problem is identical to the one stated here: link. However, the optimal strategy I am requested to find should revolve around finding a threshold T so that we pay $0.25 if we roll T or below and we do not pay if we roll above. This is different from the more general strategy proposed in the linked question.

The game also shares some similarities with the one proposed here: link.

Please help me derive the optimal strategy for the game, thanks!

2

There are 2 best solutions below

0
On BEST ANSWER

This question seems to assume there exists a single "optimum" strategy. There is no dominant strategy in this game, and it seems there is no symmetric pure-strategy Nash equilibrium either. We could find a mixed strategy Nash equilibrium (which always exists, as proved by John Nash), but it is hard to argue that that is the "optimal strategy" in a game like this.

To see that the game has no pure-strategy symmetric equilibria, consider 3 possible cases. ("Pure strategy" means that each player can base the decision to pay on their dice roll, but does not further randomize the decision.)

Case 1: Both players pay whenever they roll a 1.

This can't be an equilibrium, because player A could increase payoff by NOT paying when he rolls 1. Conditional on rolling a 1, this would save A 0.25 for any roll by B, but would gain at most in the $1 \over 6$ of the cases, where B rolls a 2 (or possibly not even those if B is paying when B rolls 2).

Case 2: Both players don't pay when they roll 1 but do pay when they roll 2.

This can't be and equilibrium because player A could increase payoff by NOT paying when he rolls 2. Conditional on rolling a 2, this would save A 0.25 for any roll by B, but would gain at most in the $1 \over 6$ of the cases, where B rolls a 3.

Case 3: Both players don't pay when they roll 1 OR 2.

This is not an equilibrium because now A could increase payoff by paying when he rolls a 1. It would cost 0.25, but would gain in the $2 \over 6$ cases when B rolls 1,2.

Since these cases exhaust all possible symmetric pure strategies, there is no symmetric pure-strategy Nash equilibrium of this game.

A final comment: in some sense what is "optimal" would be for both players to agree to pay zero for any roll. This would maximize joint payout, and would even be a possible Nash equilibrium outcome in the repeated game.

4
On

Imo the optimum strategy here would be to pay $\$0.25$ when we roll a number a number greater than $3$ and otherwise not.
That is assuming that both the players are equally intelligent and competent.
More importantly, that one person's gain is other's loss and vice-versa.

Here's how:

The following table provides the expected return for player A in case where none ever pay $\$0.25$, only one of them pays the amount or both of them pay the amount.

enter image description here

In the above table, for example, when player A rolls a $3$ and also pays $\$0.25$ (thus now effectively transforming the number on the die to $5$) then the expected return is calculated as: $\frac46\times1+\frac16\times(-1)-0.25=0.25$ (here player B pays nothing for any roll)
In a similar manner, the values have been calculated for other cases as well.

But at this point, our intelligent players must decide whether to pay $\$0.25$ for $3$ or not.
Note that, from the table, we can see that player is getting negative return anyways for rolling $1$ or $2$.
For $4,5,6$ it's wiser to pay $\$0.25$ to maximize gains or minimize losses.
Now, if I were De Broglie then having full faith on symmetry, would have said that for $3$ it's best to not pay as we are paying for $4$ but I was a little skeptical and decided to check.

Here are the results:
enter image description here

In the above table, the case $1$ is where both the players decide to not pay when rolling a $3$ and in case $2$ both decide to pay for a roll of $3$.

As you can see, the expected return is negative and thus it's rather better not to pay anything for $3$.

Hence, we arrive at the optimum strategy of paying nothing for a roll of $1,2$ or $3$ while paying for $4,5$ or $6$.