Planning: Difference between revisions

From Computer Science Wiki
No edit summary
No edit summary
Line 3: Line 3:
Planning is a powerful method for action selection.  
Planning is a powerful method for action selection.  


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 ==  
== References ==  
<references />
<references />

Revision as of 21:47, 20 March 2018

Artificial Intelligence[1]

Planning is a powerful method for action selection.

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