Problems Flashcards

1
Q

How is a physical problem P defined?

A
  • Actions p
  • Result p
  • Goal-test p
  • Step-cost p
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How is a sensor-less problem defined?

A

Sensor-less problem is defined by:
– Belief States – every possible set (B) of physical states
– Initial State – set of all states in P
– Actions
– Transition model
– Goal test – all states in belief state must satisfy goal
– Path cost

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

What is a prediction step?

A

It’s a process of generating the new belief state after the action

b’ = Predict p (b,a)

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

Incremental Belief State Search ?

A
  • Look inside b
  • Build up solution one physical state at a time
  • One single sol for all states

Pros:

  • Detects failure quickly
  • If b unsolvable, usually small subset of first few states examined is also unsolvable
How well did you know this?
1
Not at all
2
3
4
5
Perfectly