Ai With Robotics Sol
Ai With Robotics Sol
intelligence.
Ans: The fundamental objective of a Goal-Based Agent in AI is to:
Achieve Specific Goals: It focuses towards a predetermined goal or set of goals.
Decision Making:
• Goal-Based Agents make decisions by comparing the outcomes of various actions
and choosing the one that will help them achieve their goal.
• They evaluate the potential outcomes of actions rather than following predefined
rules, allowing for more adaptive and intelligent decision making.
Flexibility: Adapt to changes in the environment in order to effectively pursue the goal.
Learn from interactions with the environment Do not learn; operate based on a predefined
set of rules.
Can deal with uncertainty and changing Struggle with uncertainty and changing
environments environment.
Continuously learns and improves with more Does not improve unless manually
data and interaction. reprogrammed by developers.
13) State the main advantage of using the AO* algorithm in problem-solving.
Ans: The main advantages of using the AO* algorithm in problem solving is:
Efficiency: AO* can efficiently handle complex decision trees by evaluating multiple paths
simultaneously, which can significantly reduce the search space.
Flexibility: The algorithm’s ability to deal with AND and OR nodes make it versatile for various
applications and problem types.
Optimal Solutions: By using heuristic functions, it finds optimal solutions without exploring the
entire graph.