Artificial Intelligence
Which planning approach is used for environment with no observations?
1.Hierarchical planning
2.Reactive planning
3.Conformant planning ✓ Correct
4.Contingency Planning
Solution
The correct answer is Conformant planning.
Key Points
- Conformant planning is a planning approach used when there are no observations or feedback available during execution.
- It creates a plan based on the assumption that certain conditions hold true, without any updates or observations after the plan is initiated.
- This approach is particularly useful in environments where the system cannot perceive or interact dynamically with the surroundings.
- Unlike contingency or reactive planning, conformant planning does not adapt to changes or uncertainties during execution.
- It is often applied in scenarios involving uncertainty but with deterministic actions and known initial states.
Additional Information
- Other Types of Planning Approaches:
- Hierarchical Planning: This involves breaking down a complex task into smaller, manageable sub-tasks, often organized in a hierarchy.
- Reactive Planning: This approach relies on immediate reactions to changes in the environment, without relying on pre-defined plans.
- Contingency Planning: This involves creating multiple plans to handle various possible scenarios or uncertainties.
- Applications of Conformant Planning:
- Situations where sensors are unreliable or unavailable.
- Environments with limited or no feedback during execution.
- Planning in space exploration, where communication delays make real-time feedback impractical.
- Limitations of Conformant Planning:
- Inability to adapt to unforeseen changes in the environment.
- Highly dependent on accurate assumptions about the initial state and deterministic actions.
📄 All “Artificial Intelligence” questions across papers