Planning: Difference between revisions

From Computer Science Wiki
No edit summary
No edit summary
 
Line 1: Line 1:
[[file:AI.png|right|frame|Artificial Intelligence<ref>http://www.flaticon.com/</ref>]]
[[file:AI.png|right|frame|Artificial Intelligence<ref>http://www.flaticon.com/</ref>]]


Planning is a powerful method for action selection.  
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.  
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.  

Latest revision as of 21:58, 20 March 2018

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