Question: questions 3 , 4 , 5 Exercise 1 ( 3 0 points ) . Consider the following variation of tic - tac - toe. The
questions
Exercise points Consider the following variation of tictactoe. The board has xx cells and there are two
players that alternate placing one piece at a time on the board. One player has pieces of the form xx and the other of the
form @ Whenever a player has two consecutive pieces on the board it wins; if the board fills without consecutive pieces,
the game is a tie. Player xx starts. Assume terminal game values of for losswintie for the starting player. An
example game: rarrxx@rarr xxxx@rarr player xx wins.
points Solve this game by constructing its complete minimax tree. Draw the tree as in fig. Give the optimal
value v at the root, and the corresponding moves
points Explain how a real game would develop, ie give the move sequence that would happen according to
your tree.
Assume now that player xx plays randomly in the following way: in its first move, it places a piece in one of cells
with probability qppq respectively, for some fixed values pq in; in any subsequent moves, it picks uniformly
at random among all possible moves. Player o plays optimally as usual to minimize
points Solve this game by constructing its complete minimax tree. Draw the tree as in fig. Give the optimal
value vpas a function only of p at the root, and the corresponding moves
points Explain how a real game would develop; give all the possible games move sequences that can happen
according to your tree and the probability of each game.
points Since vp depends on p find the maximum and minimum value that v
can achieve and for what value
of p
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
