stundent_qa Flashcards

1
Q
A

True

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

STRIPS stands for:

Stanford Research Institute Problem Solver.

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

b) Representation of Possibilities: Shows those possibilities (taking into account the states) that have a high probability of achieving the goal.

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

True.

Regression planning focuses on working backward from the goal to find actions that can achieve it. This ensures that only relevant actions directly contributing to the goal are considered, significantly reducing the branching factor compared to forward search, which explores all possible actions from the initial state. By targeting goal-relevant actions, regression planning is more efficient in many cases.

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

True.

The Sussman anomaly illustrates that subgoals in planning are often not independent. Achieving one subgoal can interfere with achieving another, requiring actions to be undone or revisited to reach the overall goal. This demonstrates the need for careful goal ordering and planning methods, such as partial-order planning, which handle dependencies between subgoals effectively.

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

The correct statements are:

Plan-Space Planning search goes through possible plans
Explanation: Plan-space planning operates by refining incomplete plans, focusing on modifying and improving the plan itself rather than traversing through states.

State-Space Planning generates possible states
Explanation: State-space planning involves searching through the state space, where each node represents a specific state of the world, and actions transition between states.

Plan-Space Planning generates possible plans
Explanation: Plan-space planning focuses on creating and refining plans directly, rather than exploring state transitions.

State-Space Planning search goes through possible states
Explanation: State-space planning explicitly searches through a graph or tree of possible states, starting from the initial state and moving toward the goal state.

Heuristics for Plan-Space Planning are not as well understood as heuristics for state-space planning
Explanation: Heuristics for state-space planning are more developed and widely researched, while plan-space planning heuristics are less mature and understood, partly because the structure of plans is more complex than states.

Incorrect
Heuristics for Plan-Space Planning are not as well understood…
Explanation: the two types of planning deal with fundamentally different spaces (plans vs. states), requiring distinct heuristic approaches.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly