This is a computer science engineering quiz on Artificial intelligence, which includes questions on planning and acting in the real world i.e, to reach the goals while optimizing overall performance measures.
The process by which the brain incrementally orders actions needed to complete a specific task is referred as ______________
To complete any task, the brain needs to plan out the sequence by which to execute the behavior. One way the brain does this is with a partial-order plan.
Partial-order planning exhibits the Principle of Least Commitment, which contributes to the efficiency of this planning system as a whole.
Following is/are the components of the partial order planning.
A constructive approach in which no commitment is made unless it is necessary to do so, is ____________
A plan that describe how to take actions in levels of increasing refinement and specificity is ____________
What are you predicating by the logic: ۷x: €y: loyalto(x, y).
One the main drawback of this type of planning system is that it requires a lot of computational powers at each node.
Sussman Anomaly illustrates a weakness of interleaved planning algorithm.
Sussman Anomaly can be easily and efficiently solved by partial order planning.
To eliminate the inaccuracy problem in planning problem or partial order planning problem we can use ___________________ data structure/s.
Planning graphs works only for prepositional planning problems.
_____________ algorithms is used to extract the plan directly from the planning graph, rather than using graph to provide heuristic.
What are the two major aspects which combines AI Planning problem?
Planning graphs consists of ____________
A sequence of levels
A sequence of levels which corresponds to time steps in the plan
A sequence of actions which corresponds to the state of the system
None of the mentioned