28.6k views
2 votes
Prove the following assertion: For every game tree, the utility obtained by MAX using minimax decisions against a suboptimal MIN will never be lower than the utility obtained playing agains an optimal MIN. Can you come up with a game tree in which MAX can do still better using a suboptimal strategy against a suboptimal MIN?

User TheEpsilon
by
3.4k points

1 Answer

2 votes

Answer:

From the given diagram, consider a MIN node whose children are terminal nodes, if MIN plays

suboptimal. MIN will never be lower than the utility obtained playing against an optimal MIN

MIN will always select a move having minimax utility greater than or equal to the move that is

predicted by the minimax that is the MIN-played optimal value.

Then the MIN node's value is increased to MAX. This is done by induction.

One can do better than the minimax strategy, if the suboptimal play is predicted by MIN.

If MIN always falls for certain for certain kind of trap and losses, then setting up a trap guarantees a win.

Step-by-step explanation:

See attached picture also.

Prove the following assertion: For every game tree, the utility obtained by MAX using-example-1
User Behzad Pirvali
by
3.6k points