Question: This problem exercises the basic concepts of game playing, using tic-tac-toe (noughts and crosses) as an example. We define Xn as the number of rows,

This problem exercises the basic concepts of game playing, using tic-tac-toe (noughts and crosses) as an example. We define Xn as the number of rows, columns, or diagonals with exactly n X’s and no O’s Similarly, On is the number of rows, columns, or diagonals with just n O’s. The utility function assigns + 1 to any position with X3 = 1 and – 1 to any position with O3 = 1. All other terminal positions have utility 0. For non-terminal positions, we use a linear evolution function defined as Eval(s) = 3X2(s) + X1 (s) – (3O2(s) + O1(s)).

a. Approximately how many possible games of tic-tac-toe arc there?

b. Show the whole game tree starting from an empty board down to depth 2 (i.e., one X and one O on the board), taking symmetry into account.

c. Mark on your tree the evaluations of all the positions at depth 2.

d. Using the mini max algorithm, mark on your tree the backed-up values for the positions at depths 1 and 0, and use those values to choose the best starting move.

e. Circle the nodes at depth 2 that would not be evaluated if alpha—beta pruning were applied, assuming the nodes are generated in the optimal order for alpha—beta pruning.

Step by Step Solution

3.50 Rating (170 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Figure shows the game tree with the evaluation function values below ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Document Format (1 attachment)

Word file Icon

21-C-S-A-I (68).docx

120 KBs Word File

Students Have Also Explored These Related Artificial Intelligence Questions!