Planning

From Computer Science Wiki
Artificial Intelligence[1]

Planning is a powerful method for action selection. Action selection is about choosing what should I chose to do.

The basic idea in planning is if a goal has a conflict, systemically change the sequence of actions (called promoting a plan) so there isn't a conflict.

References