KBAI 笔记 13 Planning

Course Preview

KBAI 笔记 13 Planning_第1张图片
Preview
KBAI 笔记 13 Planning_第2张图片
preview

Block Problem Revisited

KBAI 笔记 13 Planning_第3张图片

前情提要:之前用来解决这个问题的方法是?

Painting a Ceiling

KBAI 笔记 13 Planning_第4张图片
Paint ceiling problem
  • the problem that the robot is facing is to paint the ceiling and the ladder.
  • human will quickly figure out s/he should paint the ceiling witht he help of the ladder and then paint the ladder.

Represent the Painting a ceiling problem.

KBAI 笔记 13 Planning_第5张图片
Representation of the goal state

States

KBAI 笔记 13 Planning_第6张图片
States
  • initial state
  • intermediate state. Note, there is no description of the ladder, so there should be no ladder mentioned in the logic.

Operators

KBAI 笔记 13 Planning_第7张图片
Operators
  • the operator will be carried out if and only if the precondition exists.
KBAI 笔记 13 Planning_第8张图片
Exercise
  • the not Dry state is interesting .

Planning and state spaces:

KBAI 笔记 13 Planning_第9张图片
Planning
  • in each state, different operators can generate many possible states and the state space could explode very quickly.
  • How to do operator selection?
  • how to figure out the route (with the guidance of the goal state)
  • control knowledge from the goal state.
  • Since operator selection can be affected by goal setting, and the operator selection actually control the state selection.
  • Operator selection is very much like action selection
KBAI 笔记 13 Planning_第10张图片
  • a plan is like states with operators.

你可能感兴趣的:(KBAI 笔记 13 Planning)