↧
Answer by Carlos Linares López for How to recognize a STRIPS planning problem...
Realize that STRIPS solves linear planning problems. By this I mean those planning tasks where the order in which the goals are satisfied is not relevant and these are, in practice, easier to solve...
View ArticleHow to recognize a STRIPS planning problem has no solution?
Strips –Stands for STanford Research Institute Problem Solver (1971).STRIPS Pseudo code -STRIPS(stateListstart, stateListgoals)1.Set state = start2.Set plan = []3.Set stack = goals4.while stack is not...
View Article