title

Chapter 1: Introduction

Chapter 2: Intelligent Agents



Search Heuristics5

  • Heuristic Function: Estimates how close a state is to a goal, designed for specific search problems.
  • Examples: Manhattan distance, Euclidean distance for pathing.

Admissible Heuristics & Creating Admissible Heuristics9

  • Admissibility: Heuristics must be optimistic and never outweigh true costs.
  • Example - 8 Puzzle: Different heuristics like the number of tiles misplaced and total Manhattan distance.

UCS vs A* Contours10

  • Comparison: UCS expands equally in all directions, while A* focuses mainly toward the goal.

Semi Lattice of Heuristics11

Search Models & Search Gone Wrong

  • Search and Models: The effectiveness of search is dependent on the accuracy of the world models.
  • Search Gone Wrong: Issues that arise when models do not accurately represent the real world.