Artificial Intelligence and Expert Systems document provides information about problem solving in artificial intelligence.
It discusses production systems which generate rules to reach a solution. The key components of a production system are a set of rules, knowledge databases, a control strategy, and a rule applier.
State space search is also covered, with an example of the water jug problem being used to illustrate the state space and rules for moving between states. The solution to the water jug problem is provided using a sequence of rule applications.
Intelligent agents and their components like percepts and actions are defined. Different types of agents like simple reflex agents, goal-based agents, and utility-based agents are described.
Related topics: