Types of planning which involves selecting an action whose pre conditions are met until a goal state is reached.
Answers
Answered by
0
Answer:
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.
______
Answered by
0
Explanation:
There are two main approaches to planning: state-space planning and plan-space planning, sometimes called partial-order planning.
state-space planning.
finite search space.
explicit representation of intermediate states.
commits to specific action orderings.
causal structure only implicit.
Similar questions