Question: Planning algorithms use descriptions in some formal language, usually first - order logic or a subset thereof. The first key idea behind planning is to
Planning algorithms use descriptions in some formal language, usually firstorder logic or a subset thereof. The first key idea behind planning is to "open up the representation of
A States
B Actions
C Beliefs
D Goals
point
Situation calculus is a dialect of First Order Logic. Which of the following statements hold for situation calculus?
A Situations and actions are explicitly taken to be objects in the domain.
B Only way to represent beliefs about a changing world.
C Successorstate axiom specifies truth value of fluent in the next state as a function of the action and truth value in the current state.
D All of the above.
point
STRIPS is an alternative representation to the pure situation calculus for planning. I. Actions are not represented explicitly as part of the world model. II Actions are effectively instantaneous. III. Actions are thought of as operators that syntactically transform world models. Which of the above statements are correct?
A Only Statements I and II
B Statements I, II and III
C Only Statements II and III
D None.
point
ABSTRIPS greatly reduces search space, and is more efficient at solving large problems. It is a kind of planner.
A Statespace
B Regular
C Hierarchical
D Advanced
point
GraphPlan is a twophase algorithm: Planning Graph Construction followed by Solution Extraction. Which of the following does the first stage achieve?
A Delimiting the search space.
B Check if a solution can be extracted.
C Some kind of reachability analysis on the given problem.
D The graph is treated as a constraint satisfaction problem.
point
Assertion A: A conflict is called a mutex condition, which means that a pair of literal or pair of operators is mutually exclusive.
Reason R: For such a pair, both cannot be chosen simultaneously without leading to some kind of conflict.
A Both A and R are true and R is the correct explanation for A
B Both A and R are true but R is not the correct explanation for A
C A is True but R is False
D A is false but R is True
point
A plan graph is layered with a bunch of alternating layers of
i and ii
A i propositions; ii actions
B i actions; ii situations
C i situations; ii functions
D i functions; ii states
point
Assertion A: Progression and regression planning cannot take advantage of problem decomposition.
Reason R: Progression and regression planning are totally ordered plan search forms.
A Both A and R are true and R is the correct explanation for A
B Both A and R are true but R is not the correct explanation for A
C A is True but R is False.
D A is false but R is True.
point
STRIPS make use of a stack that contains both subgoals and actions that have been proposed to satisfy those subgoals. It also relies on a database that describes the current situation, and a set of actions described by precondition, add and delete lists. The reasoning strategy used by STRIPS is
A Database Planning
B Goal Stack Planning
C List Planning
D Subgoal Planning
point
For each layer, a mutex relation is defined that indicates which pairs satisfy the mutex condition. A pair, o o in Oi of operators is defined to be mutex if any of these conditions is met:
A Inconsistent effects: An effect of o is the negated literal of an effect of o
B Interference: An effect of o is the negated literal of a precondition of o
C Trivial Operator: For each possible operator, o a trivial operator is constructed for which, o is the only precondition and effect.
D Competing needs: A pair of preconditions, one from each of o and o are mutex in layer Li
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
