CS 444 Artificial Intelligence

Spring 2021

Mastery Quiz 0

The following material will be on the first mastery quiz:
  • Rationality
  • Agents (Reflex and Learning specifically)
  • PEAS and descriptions of agent environments (observability, deterministic, etc).
  • Computing successor states
  • Properties of breadth-first search(BFS)
  • Properties of depth-first search (DFS)
  • Properties of Iterative deepening search (IDS)
  • A* search
  • Uniform-cost search (UCS)
  • Greedy search