Lab: Online Search

CSC 261 - Artificial Intelligence - Weinman



Summary:
You will play the role of a blind agent, running an online depth-first-search algorithm

Preparation

  1. Open your book to page 150 and review the ONLINE-DFS-AGENT algorithm in Figure 4.21.
  2. Launch the exploration program
    1. On the MathLAN, start a Terminal window
    2. Launch the program by typing the command
      /home/weinman/courses/CSC261/code/online/explore
    3. Do not enter any commands yet!!

Exercise

Reflection

Be prepared to discuss the following questions