subject

This problem exercises the basic concepts of game-playing using Tic-Tac-Toe (noughts and crosses) as an example. We define X[n] as the number of rows, columns, or diagonals with exactly n X's and no O's. Similarly, O[n] is the number of rows, columns, or diagonals with just n O's. The utility function thus assigns +1 to any position with X[3], = 1 and —1 to any position with O[3], - 1.

All other terminal positions have utility 0. We will use a linear evaluation function defined as Eval = 3*X[2] + X[1] - (3*O[2] + O[1])

1. Approximately how many possible games of Tic-Tac-Toe are there?
2. 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. You should have 3 positions at level 1 and 12 at level 2.
3. Mark on your tree the evaluations of all the positions at level 2.
4. Mark on your tree the backed-up values for the positions at levels 1 and 0, using the minimax algorithm, and use them to choose the best starting move.
5. Circle the nodes at level 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.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 21:00
The mode is generally used when delivering a presentation to an need now
Answers: 1
question
Computers and Technology, 22.06.2019 16:30
The most common battery cable terminal is a that provides a large surface contact area with the ability to tighten the terminal onto the battery post using a nut and bolt.
Answers: 2
question
Computers and Technology, 22.06.2019 23:30
Select all that apply. which of the following are proofreading options included in microsoft word? spell check find replace grammar check formatting check
Answers: 1
question
Computers and Technology, 24.06.2019 03:30
It is not necessary to develop strategies to separate good information and bad information on the internet. true or false
Answers: 1
You know the right answer?
This problem exercises the basic concepts of game-playing using Tic-Tac-Toe (noughts and crosses) as...
Questions
question
Mathematics, 19.12.2020 07:20
question
Chemistry, 19.12.2020 07:20
question
Mathematics, 19.12.2020 07:20
question
Mathematics, 19.12.2020 07:20
question
Computers and Technology, 19.12.2020 07:20
question
Chemistry, 19.12.2020 07:20
question
Mathematics, 19.12.2020 07:20
Questions on the website: 13722367