Question
Draw the complete game tree using the following conventions: Annotate each terminal state with its game value in a circle. Treat loop states as terminal
-
Draw the complete game tree using the following conventions:
-
Annotate each terminal state with its game value in a circle.
-
Treat loop states as terminal states. Since it is not clear how to assign values to loop states, annotate each with a question mark in a circle.
Loop states are states that already appear on their path to the root at a level in which it is the same players turn to move.
-
-
Now mark each node with its backed-up minimax value (also in a circle). Explain how you handled the question mark values and why.
-
Explain why the standard minimax algorithm would fail on this game tree and briefly sketch how you might fix it, drawing on your answer to part 2. Does your modified algorithm give optimal decisions for all games with loops?
-
Which player has a winning strategy, and what does it look like? And what can be said about the general case, when instead of a 4-square game, we consider an n-square game for n > 2?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started