MODULE 1 Part B PDF
MODULE 1 Part B PDF
Introduction
• Problem solving agent is a goal based agent
• Problem solving agents use atomic representations
• An agent is a thing that can be viewed as:
– perceiving its environment through sensors and
– acting upon that environment through actuators.
• Agent’s organization
• For the most part, we describe time and space complexity for
search on a tree; for a graph, the answer depends on how
―redundant‖ the paths in the state space are
• Time is measured in terms of the number of nodes generated during the
search ,and space complexity for search on a tree; for a graph , the answer
depends on how ―redundant‖ the paths in the state space are.
• For the problem of finding a route from Arad to Bucharest, the search cost
is the amount of time taken by the search and the solution cost is the total
length of the path in kilometers. Thus, to compute the total cost, we have to
add milliseconds and kilometers.
UNIFORMED SEARCH STRATEGIES
• Uniformed Search Strategies is also known as blind search