题目
题目

DD2380 HT24 (AIHT24_2) Q9: Planning

单项选择题

Consider the following simplified Hanoi towers planning problem in PDDL. Init(On(B,One)∧On(S,Two)∧Clear(B)∧Clear(S)∧Clear(Three)∧Disk(B)∧Disk(S)∧CanPutOn(S,B)∧CanPutOn(B,One)∧CanPutOn(B,Two)∧CanPutOn(B,Three)∧CanPutOn(S,One)∧CanPutOn(S,Two)∧CanPutOn(S,Three)) Goal(On(B,Two),On(S,B)) Action(Move(d,x,y) PRECOND:On(d,x)∧Disk(d)∧Clear(d)∧Clear(y)∧CanPutOn(d,y) EFFECT:On(d,y)∧¬Clear(y)∧¬On(d,x)∧Clear(x)) Which of the following action sequences is a solution to the problem?  

选项
A.Move(S,Two,Three),Move(B,One,Two),Move(S,Three,B)Move(S,Two,Three),Move(B,One,Two),Move(S,Three,B)
查看解析

查看解析

标准答案
Please login to view
思路分析
Question restatement: The problem provides an initial Hanoi-like state and an action definition Move(d, x, y) with its preconditions and effects, then asks which of the given action sequences solves the planning problem to reach On(B,Two) ∧ On(S,B). Option analysis: - The only listed option sequence is: Move(S,Two,Three),Move(B,One,Two),Move(S,Three,B)Move(S,Two,Three),Move(B,One,Two),Move(S,Three,B). This sequence appears to be a concatenation of two parts without a clear separator, but we treat it as a single proposed plan consisting of six moves (ignoring the missing comma): 1) Move(S,Two,Three) 2) Move(B,One,Two) 3) Move(S,Three,B) 4) Move(S,Two,Three) 5) Move(B,One,Two) 6) Move(S,Three,B). Step-by-step evaluation of each move with preconditions and effects: - Move(S,Two,Three) a......Login to view full explanation

登录即可查看完整答案

我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。

类似问题

假设有一个 blocksworld 域,其中包含一些积木和一张桌子。一块积木可以位于桌上或另一块积木上。On 关系指定哪块积木位于什么东西之上。Move 动作将一块积木从一个位置移到另一个位置。In_Gripper 关系指定积木位于抓手中。 考虑以下状态: 当前状态:block(b1), block(b2), block(b3), block(b4), On(b1,b2), On(b2,table), On(b3,table), On(b4,b3) Suppose there is a blocksworld domain that contains some blocks and a table. A block can be on top of the table or on another block. On relation specifies which block is on top of what. Move action moves a block from one location to another. In_Gripper relationship specifies that the block is in the gripper. Consider these states: Current state: block(b1), block(b2), block(b3), block(b4), On(b1,b2), On(b2,table), On(b3,table), On(b4,b3) Goal state: On(b4,table), On(b3,b1) In order for a state to be a landmark, which proposition must be contained in the state?

In STRIPS Planning the "threatening operator" must come ________________________.

Which statement is FALSE when ignoring delete lists in Sokoban   

Consider the following simplified Hanoi towers planning problem in PDDL. Init(Disk(B)∧Disk(M)∧Disk(S)∧CanPutOn(S,M)∧CanPutOn(S,B)∧CanPutOn(M,B)∧???)Goal(On(B,One),On(M,B),On(S,M)) Action(Move(d,x,y) PRECOND:On(d,x)∧Disk(d)∧Clear(d)∧Clear(y)∧CanPutOn(d,y) EFFECT:On(d,y)∧¬Clear(y)∧¬On(d,x)∧Clear(x)) What should be completed in place of ??? so that the action sequence Move(M,Two,B),Move(S,Three,M)becomes a solution to the problem?

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!