Search Algorithms
The state space graph has nodes representing (possibly infinitely many) states of the world & edges which represent actions that transition between them.
Types of Search Algorithms
- Graph Search (aka graph traversal)
- Others…
The state space graph has nodes representing (possibly infinitely many) states of the world & edges which represent actions that transition between them.