Checkout
Personalized AI apps
Build multi-agent systems without code and automate document search, RAG and content generation
Start free trial
Question

Stanford Research Institute Problem Solver - What is the difference between PDDL and STRIPS?

Answer

PDDL is more general than STRIPS, it allows preconditions and goals to contain negative literals. Initial State: conjunction of function free ground literals. In STRIPS no negative literals can be used in the initial state.