Planning: Difference between revisions

From Computer Science Wiki
(Created page with "right|frame|Artificial Intelligence<ref>http://www.flaticon.com/</ref> Planning is a powerful method for action selection. == Conflicts in planning == == P...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
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.  


== Conflicts in planning ==
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.
 
== Partial-order planning ==
 
== Hierarchical task networks ==


== References ==  
== References ==  
<references />
<references />

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