5. Plan-Space Planning

Difference between "plan-space" and "state-space"

State-space search produces inflexible plans.
State-space search wastes time examining many different orderings of the same set of actions.

Plan-space search:

  1. no notion of states, just partial plans
  2. adopts a least-commitment strategy: don’t commit to orderings, instantiations, etc, unless necessary
  3. produces a partially ordered plan: represents all sequences of actions compatible with the partial ordering
  4. benefits: speed-ups (in principle), flexible execution, easier replanning

(Part of the ordering in an action sequence is not related to causality)

Plan-space 里的基本要素

  1. multiset O of operators {o1, . . . , on}
  2. set < of ordering constraints oi < oj (with transitivity built in)
  3. set B of binding constraints x = y, x ̸= y, x ∈ D, x ̸∈ D, substitutions.
  4. set L of causal links oi →p oj stating that (effect p) of oi establishes precondition p of oj, with oi < oj and binding constraints in B for parameters of oi and of appearing in p

Action step

  1. initial node is (O : {start,end},<: {start < end},B : {},L : {})
    with eff(start) = s0 and pre(end) = g (Nodes are partial plans)
  2. Successors are determined by plan refinment operations.
    each operation add elements to O, <, B, L to resolve a flaw in the plan
  3. Search through the plan space until a partial plan is found which has no flaw.

categary of flaw:
1.no open precondition: all preconditions of all operators in O are established by causal links in L
2.no threat (each linearisation is safe): for every causal link oi →p oj, every ok with eff−(ok) unifable with p is such that ok < oi or oj < ok
(任何一个operation 都不能改变任一causal link( oi →oj) 产生的针对下一个operation的precondition,即 它发生顺序不能在oi和oj之间,只能在oi前或者oj后发生)
3.< and B are consistent(根据我们的添加方法,这些flaw一般都是满足的。)

Note:只要我们将flaws都解决了,那么order plan 也就出来了。

Solution of flaw
针对第一个flaw(no open precondition):

  1. find an operator o′ (either already in the plan or insert it) which can be used to establish p, i.e. o′ can be ordered before o and one of its effects can unify with p
  2. add to B binding constraints to unify the effect of o′ with p(修改binding constraints set)
  3. add to L the causal link o′ →p o (and the ordering constraint o′ < o).(修改causal links set)

针对第二个flaw(no threat (each linearisation is safe)):
3 possibilities:

  1. order c after b(修改ordering constraints set)
  2. order c before a(修改 ordering constraints set)
  3. add a binding constraint preventing c to delete p(修改binding constraints set)

Note:

  1. Plan-Space-Planning is sound and complete
  2. Grounded variant: no binding constraints needed
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 与colin在一起四年多,过的节日屈指可数,结婚纪念日也好,生日也罢,能简单凑合过就凑合过,礼物嘛,并不会因为我的...
    丢了朵朵阅读 253评论 2 3
  • 吐司披萨+牛油果蛋白饮 #好好吃饭# #100天爱上营养早餐#52/100 爱上早餐 每次遛完狗回来就饿了 每次做...
    Linda玲玲姐阅读 315评论 0 0