What is planning in Artificial Intelligence
Planning Problem in AI, cover with UGCNET PYQs.
What is planning in artificial intelligence?
The planning in Artificial Intelligence is about the decision making tasks performed by the robots or computer programs to achieve a specific goal.
The execution of planning is about choosing a sequence of actions with a high likelihood to complete the specific task.
Actions are given as logical descriptions of preconditions and effects.
UGCNET PYQ 2017
Q1)In Artificial Intelligence (AI), what is present in the planning graph ?
(1) Sequence of levels
(2) Literals
(3) Variables
(4) Heuristic estimates
ans = 1
Q2) What is the best method to go for the game playing problem ?
(1) Optimal Search
(2) Random Search
(3) Heuristic Search
(4) Stratified Search
Ans = 3
Q3) Standard planning algorithm assume environment to be----
a)Both deterministic & fully observable
b)Neither deterministic nor fully observable
c)Deterministic but not fully observable
d)Not deterministic but fully observable
Ans = a
Summary of Planning Problem in AI
Standard planning algorithms assume complete and correct information and deterministic, fully observable environments. Many domains violate this assumption.
Conditional plans allow the agent to sense the world during execution to decide what branch of the plan to follow.
Execution monitoring detects violations of preconditions for successful completion of the plan.
A replanning agent uses execution monitoring and splices in repairs as needed.
A continuous planning agent creates new goals as it goes and reacts in real time.
