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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly