Artificial Intelligence (Winter 2019)/16 Dec 2020

From srakrn | Wiki
Revision as of 09:33, 16 December 2019 by Srakrn (talk | contribs)
Jump to navigation Jump to search

Topic: Searching Algorithms

AI that plans

  • Asking what if
  • Decide based on the answers

Searching

  • Considered an important part of the problem

Search problems

Consists of

  • State space
  • Successor function (functions: move west, cost: 1.0)