CS 480 Homework 1

Assigned: 30 January 2023   Due: 10 February 2023

Problems use ideas from the Russell & Norvig textbook. These homework problems are to be done individually, not in pairs or other groups. Upload your solution using the Blackboard course page. Please typeset your solutions, except that your Tic-Tac-Toe state graph can be hand drawn.

  1. For each of the following activities, give a PEAS description of the task environment (as shown, for example, in Figure 2.4):
  2. Give a problem formulation (of the form shown in Section 3.2.1 of your textbook) for the following problems. (Note that you are giving a detailed problem formulation, you are NOT finding a solution to the problem.)
  3. Show a state space graph (as shown in Figure 3.2 in your textbook) for the levels 0, 1 and 2 of the game Tic Tac Toe (meaning the levels with 0, 1 and 2 positions on the board filled). Tic Tac Toe boards are symmetrical, so you can reduce the size of your solution by, for example, only showing one state with X in a corner square. Assume that X moves first.