Planning Flashcards
1
Q
The STRIPS representation for an action consists of what?
A
Preconditions: a set of assignments of values to variables that must be true for the action to occur
Effects: a set of resulting assignments of values to those variables that change as the result of the action
2
Q
What is the STRIPS assumption?
A
All of the variables not mentioned in the description of an action stay unchanged when the action is carried out.
3
Q
What is a causal rule? What is a frame rule?
A
Rules: specify the value of each variable in the state resulting from an action.
Body of the rules:
- Features values in the previous state
- Action carried out.
Rules have two forms:
- Causal rule specifies when a feature gets a new value.
- Frame rule specifies when a feature keeps its value.