题目
单项选择题
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?
查看解析
标准答案
Please login to view
思路分析
The task asks to extract and reason about the given question and its answer options. However, the provided data item includes the question and a single answer string, but the answer_options field is null. Because there are no enumerated options to analyze, I cannot perform option-by-option reasoning as requested.
What is present in the prompt:
- The question describes a simplified Hanoi towers planning problem in PDDL with an Init conjunction: Disk(B) ∧ Disk(M) ∧ Disk(S) ∧ CanPutOn(S,M) ∧ CanPutOn(S,B) ∧ CanPutOn(M,B) ∧ ??? and a Move action with its PRECOND and EFFECT. The goal is On(B,One), On(M,B), On(S,M). The question then asks: 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?
- The......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
PDDL 中的下列哪种操作方案可在初始状态下产生适用的操作 ? Init(Tire(A)∧Flat(A)∧Puncture(A)∧Tire(B))
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!