Week 5 Flashcards

1
Q

Definition of Classical Planning?

A

Classical Planning as the study of rational action, which means that planning is devising a plan of action to achieve one’s goal.

Classical planning concentrates on problems where most action leave most things unchanged.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Assumptions in Classical Planning?

A
  1. Environment is deterministic
  2. Environment is observable
  3. Environment is static
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Backward (Regression) Planning also called?

A

relevant-states search

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Types of Planners?

A
  1. situation space planner: search through possible situations
  2. progression planner: start with initial state, apply operators until goal is reached.
  3. regression planner: start from goal state and apply operators until start state reached
  4. Partial order planner: some steps are ordered, some are not
  5. Total order planner
  6. linearization
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is planning system?

A

problem-solving algorithms that operate on explicit propositional or relational representations of states and actions. These representations make possible the derivation of effective heuristics and the development of powerful and flexible algorithms for solving problems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Operations in state-space search?

A

forward direction (progression) and backward direction (regression)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

3 levels how online agent monitor the environment?

A
  1. action monitoring, before executing an action, the agent verifies that all the preconditions still hold.
  2. plan monitoring, before executing an action, the agent verifies that the remaining plan will still succeed.
  3. goal monitoring, before executing an action, the agent checks to see if there is a better set of goals it could be trying to achieve.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly