Question: 1. (20pt) Describe state description, move generator, terminal test and utility function for Tic-Tac-Toe game. Draw the first 3 levels of game tree. Combine
1. (20pt) Describe state description, move generator, terminal test and utility function for Tic-Tac-Toe game. Draw the first 3 levels of game tree. Combine all symmetry states to reduce branch factor. For example the two states below are symmetry and may be represent as one state. X X O 0 Develop an evaluation function for non-terminal states. Use examples to explain how this evaluation function works on different states.
Step by Step Solution
There are 3 Steps involved in it
State Description In TicTacToe the state description involves representing the current board configuration This can be done using a 3x3 grid where eac... View full answer
Get step-by-step solutions from verified subject matter experts
