task
stringclasses
1 value
prompt_type
stringclasses
1 value
domain
stringclasses
7 values
instance_id
int64
2
501
example_instance_ids
sequencelengths
1
1
query
stringlengths
1.96k
6.93k
ground_truth_plan
stringlengths
26
1.29k
task_1_plan_generation
oneshot
blocksworld
317
[ 316 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the orange block is clear, the hand is empty, the blue block is on top of the yellow block, the red block is on the table, the orange block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the orange block, the blue block is on top of the red block and the orange block is on top of the yellow block. My plan is as follows: [PLAN] unstack the blue block from on top of the yellow block put down the blue block pick up the orange block stack the orange block on top of the yellow block pick up the red block stack the red block on top of the orange block pick up the blue block stack the blue block on top of the red block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the red block, the yellow block is on top of the orange block, the red block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the yellow block and the blue block is on top of the red block. My plan is as follows: [PLAN]
(unstack blue red) (put-down blue) (pick-up red) (stack red yellow) (pick-up blue) (stack blue red)
task_1_plan_generation
oneshot
blocksworld
318
[ 317 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the red block, the yellow block is on top of the orange block, the red block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the yellow block and the blue block is on top of the red block. My plan is as follows: [PLAN] unstack the blue block from on top of the red block put down the blue block pick up the red block stack the red block on top of the yellow block pick up the blue block stack the blue block on top of the red block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the orange block is clear, the hand is empty, the orange block is on top of the yellow block, the yellow block is on top of the red block, the red block is on the table and the blue block is on the table. My goal is to have that the red block is on top of the blue block, the blue block is on top of the yellow block and the yellow block is on top of the orange block. My plan is as follows: [PLAN]
(unstack orange yellow) (put-down orange) (unstack yellow red) (stack yellow orange) (pick-up blue) (stack blue yellow) (pick-up red) (stack red blue)
task_1_plan_generation
oneshot
blocksworld
319
[ 318 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the orange block is clear, the hand is empty, the orange block is on top of the yellow block, the yellow block is on top of the red block, the red block is on the table and the blue block is on the table. My goal is to have that the red block is on top of the blue block, the blue block is on top of the yellow block and the yellow block is on top of the orange block. My plan is as follows: [PLAN] unstack the orange block from on top of the yellow block put down the orange block unstack the yellow block from on top of the red block stack the yellow block on top of the orange block pick up the blue block stack the blue block on top of the yellow block pick up the red block stack the red block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the yellow block is clear, the hand is empty, the red block is on top of the blue block, the yellow block is on top of the orange block, the blue block is on the table and the orange block is on the table. My goal is to have that the blue block is on top of the orange block, the orange block is on top of the yellow block and the yellow block is on top of the red block. My plan is as follows: [PLAN]
(unstack red blue) (put-down red) (unstack yellow orange) (stack yellow red) (pick-up orange) (stack orange yellow) (pick-up blue) (stack blue orange)
task_1_plan_generation
oneshot
blocksworld
320
[ 319 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the yellow block is clear, the hand is empty, the red block is on top of the blue block, the yellow block is on top of the orange block, the blue block is on the table and the orange block is on the table. My goal is to have that the blue block is on top of the orange block, the orange block is on top of the yellow block and the yellow block is on top of the red block. My plan is as follows: [PLAN] unstack the red block from on top of the blue block put down the red block unstack the yellow block from on top of the orange block stack the yellow block on top of the red block pick up the orange block stack the orange block on top of the yellow block pick up the blue block stack the blue block on top of the orange block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the hand is empty, the red block is on top of the orange block, the blue block is on top of the yellow block, the orange block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the orange block, the blue block is on top of the red block and the orange block is on top of the yellow block. My plan is as follows: [PLAN]
(unstack blue yellow) (put-down blue) (unstack red orange) (stack red blue) (pick-up orange) (stack orange yellow) (unstack red blue) (stack red orange) (pick-up blue) (stack blue red)
task_1_plan_generation
oneshot
blocksworld
321
[ 320 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the hand is empty, the red block is on top of the orange block, the blue block is on top of the yellow block, the orange block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the orange block, the blue block is on top of the red block and the orange block is on top of the yellow block. My plan is as follows: [PLAN] unstack the blue block from on top of the yellow block put down the blue block unstack the red block from on top of the orange block stack the red block on top of the blue block pick up the orange block stack the orange block on top of the yellow block unstack the red block from on top of the blue block stack the red block on top of the orange block pick up the blue block stack the blue block on top of the red block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the orange block, the yellow block is on top of the red block, the red block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the blue block and the yellow block is on top of the red block. My plan is as follows: [PLAN]
(unstack yellow red) (put-down yellow) (pick-up red) (stack red blue) (pick-up yellow) (stack yellow red)
task_1_plan_generation
oneshot
blocksworld
322
[ 321 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the orange block, the yellow block is on top of the red block, the red block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the blue block and the yellow block is on top of the red block. My plan is as follows: [PLAN] unstack the yellow block from on top of the red block put down the yellow block pick up the red block stack the red block on top of the blue block pick up the yellow block stack the yellow block on top of the red block [PLAN END] [STATEMENT] As initial conditions I have that, the orange block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the red block, the yellow block is on top of the blue block, the red block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the blue block and the yellow block is on top of the orange block. My plan is as follows: [PLAN]
(unstack yellow blue) (stack yellow orange) (unstack blue red) (put-down blue) (pick-up red) (stack red blue)
task_1_plan_generation
oneshot
blocksworld
323
[ 322 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the orange block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the red block, the yellow block is on top of the blue block, the red block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the blue block and the yellow block is on top of the orange block. My plan is as follows: [PLAN] unstack the yellow block from on top of the blue block stack the yellow block on top of the orange block unstack the blue block from on top of the red block put down the blue block pick up the red block stack the red block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the hand is empty, the blue block is on top of the orange block, the orange block is on top of the yellow block, the yellow block is on top of the red block and the red block is on the table. My goal is to have that the red block is on top of the orange block, the blue block is on top of the yellow block and the orange block is on top of the blue block. My plan is as follows: [PLAN]
(unstack blue orange) (put-down blue) (unstack orange yellow) (put-down orange) (unstack yellow red) (put-down yellow) (pick-up blue) (stack blue yellow) (pick-up orange) (stack orange blue) (pick-up red) (stack red orange)
task_1_plan_generation
oneshot
blocksworld
324
[ 323 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the hand is empty, the blue block is on top of the orange block, the orange block is on top of the yellow block, the yellow block is on top of the red block and the red block is on the table. My goal is to have that the red block is on top of the orange block, the blue block is on top of the yellow block and the orange block is on top of the blue block. My plan is as follows: [PLAN] unstack the blue block from on top of the orange block put down the blue block unstack the orange block from on top of the yellow block put down the orange block unstack the yellow block from on top of the red block put down the yellow block pick up the blue block stack the blue block on top of the yellow block pick up the orange block stack the orange block on top of the blue block pick up the red block stack the red block on top of the orange block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the orange block is clear, the yellow block is clear, the hand is empty, the yellow block is on top of the blue block, the red block is on the table, the blue block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the yellow block, the orange block is on top of the red block and the yellow block is on top of the blue block. My plan is as follows: [PLAN]
(pick-up red) (stack red yellow) (pick-up orange) (stack orange red)
task_1_plan_generation
oneshot
blocksworld
325
[ 324 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the orange block is clear, the yellow block is clear, the hand is empty, the yellow block is on top of the blue block, the red block is on the table, the blue block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the yellow block, the orange block is on top of the red block and the yellow block is on top of the blue block. My plan is as follows: [PLAN] pick up the red block stack the red block on top of the yellow block pick up the orange block stack the orange block on top of the red block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the hand is empty, the red block is on top of the yellow block, the blue block is on top of the orange block, the orange block is on top of the red block and the yellow block is on the table. My goal is to have that the red block is on top of the blue block, the orange block is on top of the yellow block and the yellow block is on top of the red block. My plan is as follows: [PLAN]
(unstack blue orange) (put-down blue) (unstack orange red) (put-down orange) (unstack red yellow) (stack red blue) (pick-up yellow) (stack yellow red) (pick-up orange) (stack orange yellow)
task_1_plan_generation
oneshot
blocksworld
326
[ 325 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the hand is empty, the red block is on top of the yellow block, the blue block is on top of the orange block, the orange block is on top of the red block and the yellow block is on the table. My goal is to have that the red block is on top of the blue block, the orange block is on top of the yellow block and the yellow block is on top of the red block. My plan is as follows: [PLAN] unstack the blue block from on top of the orange block put down the blue block unstack the orange block from on top of the red block put down the orange block unstack the red block from on top of the yellow block stack the red block on top of the blue block pick up the yellow block stack the yellow block on top of the red block pick up the orange block stack the orange block on top of the yellow block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the yellow block is clear, the hand is empty, the red block is on top of the orange block, the orange block is on top of the blue block, the blue block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the blue block, the blue block is on top of the orange block and the orange block is on top of the yellow block. My plan is as follows: [PLAN]
(unstack red orange) (put-down red) (unstack orange blue) (stack orange yellow) (pick-up blue) (stack blue orange) (pick-up red) (stack red blue)
task_1_plan_generation
oneshot
blocksworld
327
[ 326 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the yellow block is clear, the hand is empty, the red block is on top of the orange block, the orange block is on top of the blue block, the blue block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the blue block, the blue block is on top of the orange block and the orange block is on top of the yellow block. My plan is as follows: [PLAN] unstack the red block from on top of the orange block put down the red block unstack the orange block from on top of the blue block stack the orange block on top of the yellow block pick up the blue block stack the blue block on top of the orange block pick up the red block stack the red block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the orange block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the red block, the orange block is on top of the blue block, the red block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the blue block. My plan is as follows: [PLAN]
(unstack orange blue) (put-down orange) (unstack blue red) (put-down blue) (pick-up red) (stack red blue)
task_1_plan_generation
oneshot
blocksworld
328
[ 327 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the orange block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the red block, the orange block is on top of the blue block, the red block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the blue block. My plan is as follows: [PLAN] unstack the orange block from on top of the blue block put down the orange block unstack the blue block from on top of the red block put down the blue block pick up the red block stack the red block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the orange block is clear, the hand is empty, the red block is on top of the blue block, the blue block is on top of the yellow block, the orange block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the yellow block and the blue block is on top of the red block. My plan is as follows: [PLAN]
(unstack red blue) (stack red orange) (unstack blue yellow) (put-down blue) (unstack red orange) (stack red yellow) (pick-up blue) (stack blue red)
task_1_plan_generation
oneshot
blocksworld
329
[ 328 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the orange block is clear, the hand is empty, the red block is on top of the blue block, the blue block is on top of the yellow block, the orange block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the yellow block and the blue block is on top of the red block. My plan is as follows: [PLAN] unstack the red block from on top of the blue block stack the red block on top of the orange block unstack the blue block from on top of the yellow block put down the blue block unstack the red block from on top of the orange block stack the red block on top of the yellow block pick up the blue block stack the blue block on top of the red block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the hand is empty, the red block is on top of the blue block, the blue block is on top of the orange block, the orange block is on top of the yellow block and the yellow block is on the table. My goal is to have that the blue block is on top of the yellow block, the orange block is on top of the blue block and the yellow block is on top of the red block. My plan is as follows: [PLAN]
(unstack red blue) (put-down red) (unstack blue orange) (put-down blue) (unstack orange yellow) (put-down orange) (pick-up yellow) (stack yellow red) (pick-up blue) (stack blue yellow) (pick-up orange) (stack orange blue)
task_1_plan_generation
oneshot
blocksworld
330
[ 329 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the hand is empty, the red block is on top of the blue block, the blue block is on top of the orange block, the orange block is on top of the yellow block and the yellow block is on the table. My goal is to have that the blue block is on top of the yellow block, the orange block is on top of the blue block and the yellow block is on top of the red block. My plan is as follows: [PLAN] unstack the red block from on top of the blue block put down the red block unstack the blue block from on top of the orange block put down the blue block unstack the orange block from on top of the yellow block put down the orange block pick up the yellow block stack the yellow block on top of the red block pick up the blue block stack the blue block on top of the yellow block pick up the orange block stack the orange block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the hand is empty, the red block is on top of the orange block, the blue block is on top of the yellow block, the yellow block is on top of the red block and the orange block is on the table. My goal is to have that the blue block is on top of the yellow block, the orange block is on top of the blue block and the yellow block is on top of the red block. My plan is as follows: [PLAN]
(unstack blue yellow) (put-down blue) (unstack yellow red) (stack yellow blue) (unstack red orange) (put-down red) (unstack yellow blue) (stack yellow red) (pick-up blue) (stack blue yellow) (pick-up orange) (stack orange blue)
task_1_plan_generation
oneshot
blocksworld
331
[ 330 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the hand is empty, the red block is on top of the orange block, the blue block is on top of the yellow block, the yellow block is on top of the red block and the orange block is on the table. My goal is to have that the blue block is on top of the yellow block, the orange block is on top of the blue block and the yellow block is on top of the red block. My plan is as follows: [PLAN] unstack the blue block from on top of the yellow block put down the blue block unstack the yellow block from on top of the red block stack the yellow block on top of the blue block unstack the red block from on top of the orange block put down the red block unstack the yellow block from on top of the blue block stack the yellow block on top of the red block pick up the blue block stack the blue block on top of the yellow block pick up the orange block stack the orange block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the yellow block is clear, the hand is empty, the red block is on top of the orange block, the yellow block is on top of the blue block, the blue block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the yellow block and the blue block is on top of the red block. My plan is as follows: [PLAN]
(unstack yellow blue) (put-down yellow) (unstack red orange) (stack red yellow) (pick-up blue) (stack blue red)
task_1_plan_generation
oneshot
blocksworld
332
[ 331 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the yellow block is clear, the hand is empty, the red block is on top of the orange block, the yellow block is on top of the blue block, the blue block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the yellow block and the blue block is on top of the red block. My plan is as follows: [PLAN] unstack the yellow block from on top of the blue block put down the yellow block unstack the red block from on top of the orange block stack the red block on top of the yellow block pick up the blue block stack the blue block on top of the red block [PLAN END] [STATEMENT] As initial conditions I have that, the yellow block is clear, the hand is empty, the red block is on top of the orange block, the blue block is on top of the red block, the yellow block is on top of the blue block and the orange block is on the table. My goal is to have that the orange block is on top of the blue block and the yellow block is on top of the red block. My plan is as follows: [PLAN]
(unstack yellow blue) (put-down yellow) (unstack blue red) (put-down blue) (unstack red orange) (put-down red) (pick-up orange) (stack orange blue) (pick-up yellow) (stack yellow red)
task_1_plan_generation
oneshot
blocksworld
333
[ 332 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the yellow block is clear, the hand is empty, the red block is on top of the orange block, the blue block is on top of the red block, the yellow block is on top of the blue block and the orange block is on the table. My goal is to have that the orange block is on top of the blue block and the yellow block is on top of the red block. My plan is as follows: [PLAN] unstack the yellow block from on top of the blue block put down the yellow block unstack the blue block from on top of the red block put down the blue block unstack the red block from on top of the orange block put down the red block pick up the orange block stack the orange block on top of the blue block pick up the yellow block stack the yellow block on top of the red block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the orange block is clear, the yellow block is clear, the hand is empty, the yellow block is on top of the blue block, the red block is on the table, the blue block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the yellow block, the blue block is on top of the orange block and the yellow block is on top of the blue block. My plan is as follows: [PLAN]
(unstack yellow blue) (stack yellow red) (pick-up blue) (stack blue orange) (unstack yellow red) (stack yellow blue) (pick-up red) (stack red yellow)
task_1_plan_generation
oneshot
blocksworld
334
[ 333 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the orange block is clear, the yellow block is clear, the hand is empty, the yellow block is on top of the blue block, the red block is on the table, the blue block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the yellow block, the blue block is on top of the orange block and the yellow block is on top of the blue block. My plan is as follows: [PLAN] unstack the yellow block from on top of the blue block stack the yellow block on top of the red block pick up the blue block stack the blue block on top of the orange block unstack the yellow block from on top of the red block stack the yellow block on top of the blue block pick up the red block stack the red block on top of the yellow block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the orange block, the orange block is on top of the red block, the red block is on the table and the yellow block is on the table. My goal is to have that the blue block is on top of the yellow block and the orange block is on top of the blue block. My plan is as follows: [PLAN]
(unstack blue orange) (stack blue yellow) (unstack orange red) (stack orange blue)
task_1_plan_generation
oneshot
blocksworld
335
[ 334 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the orange block, the orange block is on top of the red block, the red block is on the table and the yellow block is on the table. My goal is to have that the blue block is on top of the yellow block and the orange block is on top of the blue block. My plan is as follows: [PLAN] unstack the blue block from on top of the orange block stack the blue block on top of the yellow block unstack the orange block from on top of the red block stack the orange block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the orange block is clear, the hand is empty, the blue block is on top of the yellow block, the orange block is on top of the red block, the red block is on the table and the yellow block is on the table. My goal is to have that the blue block is on top of the orange block, the orange block is on top of the red block and the yellow block is on top of the blue block. My plan is as follows: [PLAN]
(unstack blue yellow) (stack blue orange) (pick-up yellow) (stack yellow blue)
task_1_plan_generation
oneshot
blocksworld
336
[ 335 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the orange block is clear, the hand is empty, the blue block is on top of the yellow block, the orange block is on top of the red block, the red block is on the table and the yellow block is on the table. My goal is to have that the blue block is on top of the orange block, the orange block is on top of the red block and the yellow block is on top of the blue block. My plan is as follows: [PLAN] unstack the blue block from on top of the yellow block stack the blue block on top of the orange block pick up the yellow block stack the yellow block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the orange block is clear, the hand is empty, the red block is on top of the yellow block, the blue block is on the table, the orange block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the orange block and the orange block is on top of the yellow block. My plan is as follows: [PLAN]
(unstack red yellow) (stack red blue) (pick-up orange) (stack orange yellow) (unstack red blue) (stack red orange)
task_1_plan_generation
oneshot
blocksworld
337
[ 336 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the orange block is clear, the hand is empty, the red block is on top of the yellow block, the blue block is on the table, the orange block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the orange block and the orange block is on top of the yellow block. My plan is as follows: [PLAN] unstack the red block from on top of the yellow block stack the red block on top of the blue block pick up the orange block stack the orange block on top of the yellow block unstack the red block from on top of the blue block stack the red block on top of the orange block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the orange block is clear, the hand is empty, the orange block is on top of the yellow block, the yellow block is on top of the red block, the red block is on the table and the blue block is on the table. My goal is to have that the red block is on top of the yellow block, the blue block is on top of the red block and the orange block is on top of the blue block. My plan is as follows: [PLAN]
(unstack orange yellow) (put-down orange) (unstack yellow red) (put-down yellow) (pick-up red) (stack red yellow) (pick-up blue) (stack blue red) (pick-up orange) (stack orange blue)
task_1_plan_generation
oneshot
blocksworld
338
[ 337 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the orange block is clear, the hand is empty, the orange block is on top of the yellow block, the yellow block is on top of the red block, the red block is on the table and the blue block is on the table. My goal is to have that the red block is on top of the yellow block, the blue block is on top of the red block and the orange block is on top of the blue block. My plan is as follows: [PLAN] unstack the orange block from on top of the yellow block put down the orange block unstack the yellow block from on top of the red block put down the yellow block pick up the red block stack the red block on top of the yellow block pick up the blue block stack the blue block on top of the red block pick up the orange block stack the orange block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the hand is empty, the red block is on top of the yellow block, the blue block is on top of the red block, the yellow block is on top of the orange block and the orange block is on the table. My goal is to have that the red block is on top of the yellow block and the yellow block is on top of the blue block. My plan is as follows: [PLAN]
(unstack blue red) (put-down blue) (unstack red yellow) (put-down red) (unstack yellow orange) (stack yellow blue) (pick-up red) (stack red yellow)
task_1_plan_generation
oneshot
blocksworld
339
[ 338 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the hand is empty, the red block is on top of the yellow block, the blue block is on top of the red block, the yellow block is on top of the orange block and the orange block is on the table. My goal is to have that the red block is on top of the yellow block and the yellow block is on top of the blue block. My plan is as follows: [PLAN] unstack the blue block from on top of the red block put down the blue block unstack the red block from on top of the yellow block put down the red block unstack the yellow block from on top of the orange block stack the yellow block on top of the blue block pick up the red block stack the red block on top of the yellow block [PLAN END] [STATEMENT] As initial conditions I have that, the yellow block is clear, the hand is empty, the red block is on top of the orange block, the orange block is on top of the blue block, the yellow block is on top of the red block and the blue block is on the table. My goal is to have that the blue block is on top of the red block, the orange block is on top of the yellow block and the yellow block is on top of the blue block. My plan is as follows: [PLAN]
(unstack yellow red) (put-down yellow) (unstack red orange) (put-down red) (unstack orange blue) (put-down orange) (pick-up blue) (stack blue red) (pick-up yellow) (stack yellow blue) (pick-up orange) (stack orange yellow)
task_1_plan_generation
oneshot
blocksworld
340
[ 339 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the yellow block is clear, the hand is empty, the red block is on top of the orange block, the orange block is on top of the blue block, the yellow block is on top of the red block and the blue block is on the table. My goal is to have that the blue block is on top of the red block, the orange block is on top of the yellow block and the yellow block is on top of the blue block. My plan is as follows: [PLAN] unstack the yellow block from on top of the red block put down the yellow block unstack the red block from on top of the orange block put down the red block unstack the orange block from on top of the blue block put down the orange block pick up the blue block stack the blue block on top of the red block pick up the yellow block stack the yellow block on top of the blue block pick up the orange block stack the orange block on top of the yellow block [PLAN END] [STATEMENT] As initial conditions I have that, the yellow block is clear, the hand is empty, the blue block is on top of the red block, the orange block is on top of the blue block, the yellow block is on top of the orange block and the red block is on the table. My goal is to have that the red block is on top of the orange block and the orange block is on top of the yellow block. My plan is as follows: [PLAN]
(unstack yellow orange) (put-down yellow) (unstack orange blue) (stack orange yellow) (unstack blue red) (put-down blue) (pick-up red) (stack red orange)
task_1_plan_generation
oneshot
blocksworld
341
[ 340 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the yellow block is clear, the hand is empty, the blue block is on top of the red block, the orange block is on top of the blue block, the yellow block is on top of the orange block and the red block is on the table. My goal is to have that the red block is on top of the orange block and the orange block is on top of the yellow block. My plan is as follows: [PLAN] unstack the yellow block from on top of the orange block put down the yellow block unstack the orange block from on top of the blue block stack the orange block on top of the yellow block unstack the blue block from on top of the red block put down the blue block pick up the red block stack the red block on top of the orange block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the orange block is clear, the hand is empty, the orange block is on top of the yellow block, the red block is on the table, the blue block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the blue block, the orange block is on top of the yellow block and the yellow block is on top of the red block. My plan is as follows: [PLAN]
(pick-up red) (stack red blue) (unstack orange yellow) (put-down orange) (pick-up yellow) (stack yellow red) (pick-up orange) (stack orange yellow)
task_1_plan_generation
oneshot
blocksworld
342
[ 341 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the orange block is clear, the hand is empty, the orange block is on top of the yellow block, the red block is on the table, the blue block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the blue block, the orange block is on top of the yellow block and the yellow block is on top of the red block. My plan is as follows: [PLAN] pick up the red block stack the red block on top of the blue block unstack the orange block from on top of the yellow block put down the orange block pick up the yellow block stack the yellow block on top of the red block pick up the orange block stack the orange block on top of the yellow block [PLAN END] [STATEMENT] As initial conditions I have that, the yellow block is clear, the hand is empty, the red block is on top of the orange block, the orange block is on top of the blue block, the yellow block is on top of the red block and the blue block is on the table. My goal is to have that the red block is on top of the orange block, the blue block is on top of the red block and the yellow block is on top of the blue block. My plan is as follows: [PLAN]
(unstack yellow red) (put-down yellow) (unstack red orange) (stack red yellow) (unstack orange blue) (put-down orange) (unstack red yellow) (stack red orange) (pick-up blue) (stack blue red) (pick-up yellow) (stack yellow blue)
task_1_plan_generation
oneshot
blocksworld
343
[ 342 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the yellow block is clear, the hand is empty, the red block is on top of the orange block, the orange block is on top of the blue block, the yellow block is on top of the red block and the blue block is on the table. My goal is to have that the red block is on top of the orange block, the blue block is on top of the red block and the yellow block is on top of the blue block. My plan is as follows: [PLAN] unstack the yellow block from on top of the red block put down the yellow block unstack the red block from on top of the orange block stack the red block on top of the yellow block unstack the orange block from on top of the blue block put down the orange block unstack the red block from on top of the yellow block stack the red block on top of the orange block pick up the blue block stack the blue block on top of the red block pick up the yellow block stack the yellow block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the hand is empty, the red block is on top of the yellow block, the blue block is on top of the red block, the yellow block is on top of the orange block and the orange block is on the table. My goal is to have that the orange block is on top of the red block and the yellow block is on top of the orange block. My plan is as follows: [PLAN]
(unstack blue red) (put-down blue) (unstack red yellow) (put-down red) (unstack yellow orange) (stack yellow blue) (pick-up orange) (stack orange red) (unstack yellow blue) (stack yellow orange)
task_1_plan_generation
oneshot
blocksworld
344
[ 343 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the hand is empty, the red block is on top of the yellow block, the blue block is on top of the red block, the yellow block is on top of the orange block and the orange block is on the table. My goal is to have that the orange block is on top of the red block and the yellow block is on top of the orange block. My plan is as follows: [PLAN] unstack the blue block from on top of the red block put down the blue block unstack the red block from on top of the yellow block put down the red block unstack the yellow block from on top of the orange block stack the yellow block on top of the blue block pick up the orange block stack the orange block on top of the red block unstack the yellow block from on top of the blue block stack the yellow block on top of the orange block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the orange block is clear, the hand is empty, the blue block is on top of the yellow block, the orange block is on top of the red block, the red block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the yellow block and the blue block is on top of the orange block. My plan is as follows: [PLAN]
(unstack orange red) (put-down orange) (unstack blue yellow) (stack blue orange) (pick-up red) (stack red yellow)
task_1_plan_generation
oneshot
blocksworld
345
[ 344 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the orange block is clear, the hand is empty, the blue block is on top of the yellow block, the orange block is on top of the red block, the red block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the yellow block and the blue block is on top of the orange block. My plan is as follows: [PLAN] unstack the orange block from on top of the red block put down the orange block unstack the blue block from on top of the yellow block stack the blue block on top of the orange block pick up the red block stack the red block on top of the yellow block [PLAN END] [STATEMENT] As initial conditions I have that, the orange block is clear, the hand is empty, the red block is on top of the blue block, the blue block is on top of the yellow block, the orange block is on top of the red block and the yellow block is on the table. My goal is to have that the red block is on top of the orange block, the blue block is on top of the yellow block and the orange block is on top of the blue block. My plan is as follows: [PLAN]
(unstack orange red) (put-down orange) (unstack red blue) (put-down red) (pick-up orange) (stack orange blue) (pick-up red) (stack red orange)
task_1_plan_generation
oneshot
blocksworld
346
[ 345 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the orange block is clear, the hand is empty, the red block is on top of the blue block, the blue block is on top of the yellow block, the orange block is on top of the red block and the yellow block is on the table. My goal is to have that the red block is on top of the orange block, the blue block is on top of the yellow block and the orange block is on top of the blue block. My plan is as follows: [PLAN] unstack the orange block from on top of the red block put down the orange block unstack the red block from on top of the blue block put down the red block pick up the orange block stack the orange block on top of the blue block pick up the red block stack the red block on top of the orange block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the yellow block is clear, the hand is empty, the red block is on top of the orange block, the orange block is on top of the blue block, the blue block is on the table and the yellow block is on the table. My goal is to have that the yellow block is on top of the orange block. My plan is as follows: [PLAN]
(unstack red orange) (put-down red) (pick-up yellow) (stack yellow orange)
task_1_plan_generation
oneshot
blocksworld
347
[ 346 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the yellow block is clear, the hand is empty, the red block is on top of the orange block, the orange block is on top of the blue block, the blue block is on the table and the yellow block is on the table. My goal is to have that the yellow block is on top of the orange block. My plan is as follows: [PLAN] unstack the red block from on top of the orange block put down the red block pick up the yellow block stack the yellow block on top of the orange block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the hand is empty, the red block is on top of the yellow block, the blue block is on top of the red block, the yellow block is on top of the orange block and the orange block is on the table. My goal is to have that the red block is on top of the blue block and the orange block is on top of the yellow block. My plan is as follows: [PLAN]
(unstack blue red) (put-down blue) (unstack red yellow) (stack red blue) (unstack yellow orange) (put-down yellow) (pick-up orange) (stack orange yellow)
task_1_plan_generation
oneshot
blocksworld
348
[ 347 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the hand is empty, the red block is on top of the yellow block, the blue block is on top of the red block, the yellow block is on top of the orange block and the orange block is on the table. My goal is to have that the red block is on top of the blue block and the orange block is on top of the yellow block. My plan is as follows: [PLAN] unstack the blue block from on top of the red block put down the blue block unstack the red block from on top of the yellow block stack the red block on top of the blue block unstack the yellow block from on top of the orange block put down the yellow block pick up the orange block stack the orange block on top of the yellow block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the orange block is clear, the hand is empty, the orange block is on top of the yellow block, the yellow block is on top of the blue block, the red block is on the table and the blue block is on the table. My goal is to have that the red block is on top of the yellow block and the orange block is on top of the red block. My plan is as follows: [PLAN]
(unstack orange yellow) (put-down orange) (pick-up red) (stack red yellow) (pick-up orange) (stack orange red)
task_1_plan_generation
oneshot
blocksworld
349
[ 348 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the orange block is clear, the hand is empty, the orange block is on top of the yellow block, the yellow block is on top of the blue block, the red block is on the table and the blue block is on the table. My goal is to have that the red block is on top of the yellow block and the orange block is on top of the red block. My plan is as follows: [PLAN] unstack the orange block from on top of the yellow block put down the orange block pick up the red block stack the red block on top of the yellow block pick up the orange block stack the orange block on top of the red block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the orange block, the yellow block is on top of the blue block, the red block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the blue block, the orange block is on top of the red block and the yellow block is on top of the orange block. My plan is as follows: [PLAN]
(unstack yellow blue) (put-down yellow) (unstack blue orange) (put-down blue) (pick-up red) (stack red blue) (pick-up orange) (stack orange red) (pick-up yellow) (stack yellow orange)
task_1_plan_generation
oneshot
blocksworld
350
[ 349 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the orange block, the yellow block is on top of the blue block, the red block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the blue block, the orange block is on top of the red block and the yellow block is on top of the orange block. My plan is as follows: [PLAN] unstack the yellow block from on top of the blue block put down the yellow block unstack the blue block from on top of the orange block put down the blue block pick up the red block stack the red block on top of the blue block pick up the orange block stack the orange block on top of the red block pick up the yellow block stack the yellow block on top of the orange block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the orange block is clear, the hand is empty, the blue block is on top of the yellow block, the red block is on the table, the orange block is on the table and the yellow block is on the table. My goal is to have that the yellow block is on top of the orange block. My plan is as follows: [PLAN]
(unstack blue yellow) (put-down blue) (pick-up yellow) (stack yellow orange)
task_1_plan_generation
oneshot
blocksworld
351
[ 350 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the orange block is clear, the hand is empty, the blue block is on top of the yellow block, the red block is on the table, the orange block is on the table and the yellow block is on the table. My goal is to have that the yellow block is on top of the orange block. My plan is as follows: [PLAN] unstack the blue block from on top of the yellow block put down the blue block pick up the yellow block stack the yellow block on top of the orange block [PLAN END] [STATEMENT] As initial conditions I have that, the orange block is clear, the yellow block is clear, the hand is empty, the red block is on top of the blue block, the orange block is on top of the red block, the blue block is on the table and the yellow block is on the table. My goal is to have that the blue block is on top of the orange block, the orange block is on top of the yellow block and the yellow block is on top of the red block. My plan is as follows: [PLAN]
(unstack orange red) (put-down orange) (unstack red blue) (put-down red) (pick-up yellow) (stack yellow red) (pick-up orange) (stack orange yellow) (pick-up blue) (stack blue orange)
task_1_plan_generation
oneshot
blocksworld
352
[ 351 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the orange block is clear, the yellow block is clear, the hand is empty, the red block is on top of the blue block, the orange block is on top of the red block, the blue block is on the table and the yellow block is on the table. My goal is to have that the blue block is on top of the orange block, the orange block is on top of the yellow block and the yellow block is on top of the red block. My plan is as follows: [PLAN] unstack the orange block from on top of the red block put down the orange block unstack the red block from on top of the blue block put down the red block pick up the yellow block stack the yellow block on top of the red block pick up the orange block stack the orange block on top of the yellow block pick up the blue block stack the blue block on top of the orange block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the yellow block is clear, the hand is empty, the yellow block is on top of the orange block, the red block is on the table, the blue block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the yellow block, the blue block is on top of the red block and the orange block is on top of the blue block. My plan is as follows: [PLAN]
(unstack yellow orange) (put-down yellow) (pick-up red) (stack red yellow) (pick-up blue) (stack blue red) (pick-up orange) (stack orange blue)
task_1_plan_generation
oneshot
blocksworld
353
[ 352 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the yellow block is clear, the hand is empty, the yellow block is on top of the orange block, the red block is on the table, the blue block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the yellow block, the blue block is on top of the red block and the orange block is on top of the blue block. My plan is as follows: [PLAN] unstack the yellow block from on top of the orange block put down the yellow block pick up the red block stack the red block on top of the yellow block pick up the blue block stack the blue block on top of the red block pick up the orange block stack the orange block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the orange block is clear, the yellow block is clear, the hand is empty, the red block is on the table, the blue block is on the table, the orange block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the blue block, the blue block is on top of the orange block and the orange block is on top of the yellow block. My plan is as follows: [PLAN]
(pick-up orange) (stack orange yellow) (pick-up blue) (stack blue orange) (pick-up red) (stack red blue)
task_1_plan_generation
oneshot
blocksworld
354
[ 353 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the orange block is clear, the yellow block is clear, the hand is empty, the red block is on the table, the blue block is on the table, the orange block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the blue block, the blue block is on top of the orange block and the orange block is on top of the yellow block. My plan is as follows: [PLAN] pick up the orange block stack the orange block on top of the yellow block pick up the blue block stack the blue block on top of the orange block pick up the red block stack the red block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the hand is empty, the red block is on top of the yellow block, the orange block is on top of the blue block, the yellow block is on top of the orange block and the blue block is on the table. My goal is to have that the red block is on top of the blue block, the blue block is on top of the yellow block and the yellow block is on top of the orange block. My plan is as follows: [PLAN]
(unstack red yellow) (put-down red) (unstack yellow orange) (stack yellow red) (unstack orange blue) (put-down orange) (unstack yellow red) (stack yellow orange) (pick-up blue) (stack blue yellow) (pick-up red) (stack red blue)
task_1_plan_generation
oneshot
blocksworld
355
[ 354 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the hand is empty, the red block is on top of the yellow block, the orange block is on top of the blue block, the yellow block is on top of the orange block and the blue block is on the table. My goal is to have that the red block is on top of the blue block, the blue block is on top of the yellow block and the yellow block is on top of the orange block. My plan is as follows: [PLAN] unstack the red block from on top of the yellow block put down the red block unstack the yellow block from on top of the orange block stack the yellow block on top of the red block unstack the orange block from on top of the blue block put down the orange block unstack the yellow block from on top of the red block stack the yellow block on top of the orange block pick up the blue block stack the blue block on top of the yellow block pick up the red block stack the red block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the orange block is clear, the hand is empty, the red block is on top of the yellow block, the orange block is on top of the red block, the blue block is on the table and the yellow block is on the table. My goal is to have that the blue block is on top of the yellow block and the orange block is on top of the blue block. My plan is as follows: [PLAN]
(unstack orange red) (put-down orange) (unstack red yellow) (put-down red) (pick-up blue) (stack blue yellow) (pick-up orange) (stack orange blue)
task_1_plan_generation
oneshot
blocksworld
356
[ 355 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the orange block is clear, the hand is empty, the red block is on top of the yellow block, the orange block is on top of the red block, the blue block is on the table and the yellow block is on the table. My goal is to have that the blue block is on top of the yellow block and the orange block is on top of the blue block. My plan is as follows: [PLAN] unstack the orange block from on top of the red block put down the orange block unstack the red block from on top of the yellow block put down the red block pick up the blue block stack the blue block on top of the yellow block pick up the orange block stack the orange block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the yellow block is clear, the hand is empty, the red block is on top of the orange block, the yellow block is on top of the red block, the blue block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the yellow block and the orange block is on top of the blue block. My plan is as follows: [PLAN]
(unstack yellow red) (put-down yellow) (unstack red orange) (stack red yellow) (pick-up orange) (stack orange blue)
task_1_plan_generation
oneshot
blocksworld
357
[ 356 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the yellow block is clear, the hand is empty, the red block is on top of the orange block, the yellow block is on top of the red block, the blue block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the yellow block and the orange block is on top of the blue block. My plan is as follows: [PLAN] unstack the yellow block from on top of the red block put down the yellow block unstack the red block from on top of the orange block stack the red block on top of the yellow block pick up the orange block stack the orange block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the orange block, the yellow block is on top of the red block, the red block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the blue block and the orange block is on top of the red block. My plan is as follows: [PLAN]
(unstack blue orange) (put-down blue) (unstack yellow red) (put-down yellow) (pick-up red) (stack red blue) (pick-up orange) (stack orange red)
task_1_plan_generation
oneshot
blocksworld
358
[ 357 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the orange block, the yellow block is on top of the red block, the red block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the blue block and the orange block is on top of the red block. My plan is as follows: [PLAN] unstack the blue block from on top of the orange block put down the blue block unstack the yellow block from on top of the red block put down the yellow block pick up the red block stack the red block on top of the blue block pick up the orange block stack the orange block on top of the red block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the hand is empty, the red block is on top of the yellow block, the orange block is on top of the blue block, the yellow block is on top of the orange block and the blue block is on the table. My goal is to have that the red block is on top of the orange block and the blue block is on top of the red block. My plan is as follows: [PLAN]
(unstack red yellow) (put-down red) (unstack yellow orange) (put-down yellow) (unstack orange blue) (put-down orange) (pick-up red) (stack red orange) (pick-up blue) (stack blue red)
task_1_plan_generation
oneshot
blocksworld
359
[ 358 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the hand is empty, the red block is on top of the yellow block, the orange block is on top of the blue block, the yellow block is on top of the orange block and the blue block is on the table. My goal is to have that the red block is on top of the orange block and the blue block is on top of the red block. My plan is as follows: [PLAN] unstack the red block from on top of the yellow block put down the red block unstack the yellow block from on top of the orange block put down the yellow block unstack the orange block from on top of the blue block put down the orange block pick up the red block stack the red block on top of the orange block pick up the blue block stack the blue block on top of the red block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the orange block is clear, the hand is empty, the blue block is on top of the yellow block, the orange block is on top of the blue block, the red block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the orange block and the orange block is on top of the yellow block. My plan is as follows: [PLAN]
(unstack orange blue) (stack orange red) (unstack blue yellow) (put-down blue) (unstack orange red) (stack orange yellow) (pick-up red) (stack red orange)
task_1_plan_generation
oneshot
blocksworld
360
[ 359 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the orange block is clear, the hand is empty, the blue block is on top of the yellow block, the orange block is on top of the blue block, the red block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the orange block and the orange block is on top of the yellow block. My plan is as follows: [PLAN] unstack the orange block from on top of the blue block stack the orange block on top of the red block unstack the blue block from on top of the yellow block put down the blue block unstack the orange block from on top of the red block stack the orange block on top of the yellow block pick up the red block stack the red block on top of the orange block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the yellow block is clear, the hand is empty, the red block is on top of the blue block, the yellow block is on top of the orange block, the blue block is on the table and the orange block is on the table. My goal is to have that the blue block is on top of the yellow block and the orange block is on top of the red block. My plan is as follows: [PLAN]
(unstack red blue) (put-down red) (unstack yellow orange) (put-down yellow) (pick-up blue) (stack blue yellow) (pick-up orange) (stack orange red)
task_1_plan_generation
oneshot
blocksworld
361
[ 360 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the yellow block is clear, the hand is empty, the red block is on top of the blue block, the yellow block is on top of the orange block, the blue block is on the table and the orange block is on the table. My goal is to have that the blue block is on top of the yellow block and the orange block is on top of the red block. My plan is as follows: [PLAN] unstack the red block from on top of the blue block put down the red block unstack the yellow block from on top of the orange block put down the yellow block pick up the blue block stack the blue block on top of the yellow block pick up the orange block stack the orange block on top of the red block [PLAN END] [STATEMENT] As initial conditions I have that, the orange block is clear, the hand is empty, the blue block is on top of the red block, the orange block is on top of the yellow block, the yellow block is on top of the blue block and the red block is on the table. My goal is to have that the red block is on top of the orange block and the yellow block is on top of the blue block. My plan is as follows: [PLAN]
(unstack orange yellow) (put-down orange) (unstack yellow blue) (stack yellow orange) (unstack blue red) (put-down blue) (unstack yellow orange) (stack yellow blue) (pick-up red) (stack red orange)
task_1_plan_generation
oneshot
blocksworld
362
[ 361 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the orange block is clear, the hand is empty, the blue block is on top of the red block, the orange block is on top of the yellow block, the yellow block is on top of the blue block and the red block is on the table. My goal is to have that the red block is on top of the orange block and the yellow block is on top of the blue block. My plan is as follows: [PLAN] unstack the orange block from on top of the yellow block put down the orange block unstack the yellow block from on top of the blue block stack the yellow block on top of the orange block unstack the blue block from on top of the red block put down the blue block unstack the yellow block from on top of the orange block stack the yellow block on top of the blue block pick up the red block stack the red block on top of the orange block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the hand is empty, the red block is on top of the orange block, the blue block is on top of the yellow block, the orange block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the blue block. My plan is as follows: [PLAN]
(unstack red orange) (stack red blue)
task_1_plan_generation
oneshot
blocksworld
363
[ 362 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the hand is empty, the red block is on top of the orange block, the blue block is on top of the yellow block, the orange block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the blue block. My plan is as follows: [PLAN] unstack the red block from on top of the orange block stack the red block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the orange block is clear, the hand is empty, the red block is on top of the yellow block, the yellow block is on top of the blue block, the blue block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the yellow block, the blue block is on top of the orange block and the yellow block is on top of the blue block. My plan is as follows: [PLAN]
(unstack red yellow) (put-down red) (unstack yellow blue) (stack yellow red) (pick-up blue) (stack blue orange) (unstack yellow red) (stack yellow blue) (pick-up red) (stack red yellow)
task_1_plan_generation
oneshot
blocksworld
364
[ 363 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the orange block is clear, the hand is empty, the red block is on top of the yellow block, the yellow block is on top of the blue block, the blue block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the yellow block, the blue block is on top of the orange block and the yellow block is on top of the blue block. My plan is as follows: [PLAN] unstack the red block from on top of the yellow block put down the red block unstack the yellow block from on top of the blue block stack the yellow block on top of the red block pick up the blue block stack the blue block on top of the orange block unstack the yellow block from on top of the red block stack the yellow block on top of the blue block pick up the red block stack the red block on top of the yellow block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the hand is empty, the red block is on top of the blue block, the blue block is on top of the yellow block, the yellow block is on top of the orange block and the orange block is on the table. My goal is to have that the red block is on top of the yellow block. My plan is as follows: [PLAN]
(unstack red blue) (put-down red) (unstack blue yellow) (put-down blue) (pick-up red) (stack red yellow)
task_1_plan_generation
oneshot
blocksworld
365
[ 364 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the hand is empty, the red block is on top of the blue block, the blue block is on top of the yellow block, the yellow block is on top of the orange block and the orange block is on the table. My goal is to have that the red block is on top of the yellow block. My plan is as follows: [PLAN] unstack the red block from on top of the blue block put down the red block unstack the blue block from on top of the yellow block put down the blue block pick up the red block stack the red block on top of the yellow block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the yellow block is clear, the hand is empty, the yellow block is on top of the orange block, the red block is on the table, the blue block is on the table and the orange block is on the table. My goal is to have that the blue block is on top of the orange block. My plan is as follows: [PLAN]
(unstack yellow orange) (put-down yellow) (pick-up blue) (stack blue orange)
task_1_plan_generation
oneshot
blocksworld
366
[ 365 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the yellow block is clear, the hand is empty, the yellow block is on top of the orange block, the red block is on the table, the blue block is on the table and the orange block is on the table. My goal is to have that the blue block is on top of the orange block. My plan is as follows: [PLAN] unstack the yellow block from on top of the orange block put down the yellow block pick up the blue block stack the blue block on top of the orange block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the yellow block is clear, the hand is empty, the red block is on top of the orange block, the blue block is on the table, the orange block is on the table and the yellow block is on the table. My goal is to have that the blue block is on top of the orange block and the yellow block is on top of the blue block. My plan is as follows: [PLAN]
(unstack red orange) (put-down red) (pick-up blue) (stack blue orange) (pick-up yellow) (stack yellow blue)
task_1_plan_generation
oneshot
blocksworld
367
[ 366 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the yellow block is clear, the hand is empty, the red block is on top of the orange block, the blue block is on the table, the orange block is on the table and the yellow block is on the table. My goal is to have that the blue block is on top of the orange block and the yellow block is on top of the blue block. My plan is as follows: [PLAN] unstack the red block from on top of the orange block put down the red block pick up the blue block stack the blue block on top of the orange block pick up the yellow block stack the yellow block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the orange block is clear, the hand is empty, the red block is on top of the yellow block, the orange block is on top of the red block, the yellow block is on top of the blue block and the blue block is on the table. My goal is to have that the red block is on top of the blue block and the blue block is on top of the orange block. My plan is as follows: [PLAN]
(unstack orange red) (put-down orange) (unstack red yellow) (put-down red) (unstack yellow blue) (put-down yellow) (pick-up blue) (stack blue orange) (pick-up red) (stack red blue)
task_1_plan_generation
oneshot
blocksworld
368
[ 367 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the orange block is clear, the hand is empty, the red block is on top of the yellow block, the orange block is on top of the red block, the yellow block is on top of the blue block and the blue block is on the table. My goal is to have that the red block is on top of the blue block and the blue block is on top of the orange block. My plan is as follows: [PLAN] unstack the orange block from on top of the red block put down the orange block unstack the red block from on top of the yellow block put down the red block unstack the yellow block from on top of the blue block put down the yellow block pick up the blue block stack the blue block on top of the orange block pick up the red block stack the red block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the orange block is clear, the yellow block is clear, the hand is empty, the red block is on the table, the blue block is on the table, the orange block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the orange block and the orange block is on top of the yellow block. My plan is as follows: [PLAN]
(pick-up orange) (stack orange yellow) (pick-up red) (stack red orange)
task_1_plan_generation
oneshot
blocksworld
369
[ 368 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the orange block is clear, the yellow block is clear, the hand is empty, the red block is on the table, the blue block is on the table, the orange block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the orange block and the orange block is on top of the yellow block. My plan is as follows: [PLAN] pick up the orange block stack the orange block on top of the yellow block pick up the red block stack the red block on top of the orange block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the hand is empty, the red block is on top of the yellow block, the blue block is on top of the orange block, the yellow block is on top of the blue block and the orange block is on the table. My goal is to have that the blue block is on top of the red block and the orange block is on top of the blue block. My plan is as follows: [PLAN]
(unstack red yellow) (put-down red) (unstack yellow blue) (put-down yellow) (unstack blue orange) (stack blue red) (pick-up orange) (stack orange blue)
task_1_plan_generation
oneshot
blocksworld
370
[ 369 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the hand is empty, the red block is on top of the yellow block, the blue block is on top of the orange block, the yellow block is on top of the blue block and the orange block is on the table. My goal is to have that the blue block is on top of the red block and the orange block is on top of the blue block. My plan is as follows: [PLAN] unstack the red block from on top of the yellow block put down the red block unstack the yellow block from on top of the blue block put down the yellow block unstack the blue block from on top of the orange block stack the blue block on top of the red block pick up the orange block stack the orange block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the orange block is clear, the hand is empty, the red block is on top of the blue block, the orange block is on top of the yellow block, the yellow block is on top of the red block and the blue block is on the table. My goal is to have that the orange block is on top of the yellow block and the yellow block is on top of the blue block. My plan is as follows: [PLAN]
(unstack orange yellow) (put-down orange) (unstack yellow red) (stack yellow orange) (unstack red blue) (put-down red) (unstack yellow orange) (stack yellow blue) (pick-up orange) (stack orange yellow)
task_1_plan_generation
oneshot
blocksworld
371
[ 370 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the orange block is clear, the hand is empty, the red block is on top of the blue block, the orange block is on top of the yellow block, the yellow block is on top of the red block and the blue block is on the table. My goal is to have that the orange block is on top of the yellow block and the yellow block is on top of the blue block. My plan is as follows: [PLAN] unstack the orange block from on top of the yellow block put down the orange block unstack the yellow block from on top of the red block stack the yellow block on top of the orange block unstack the red block from on top of the blue block put down the red block unstack the yellow block from on top of the orange block stack the yellow block on top of the blue block pick up the orange block stack the orange block on top of the yellow block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the hand is empty, the red block is on top of the blue block, the blue block is on top of the yellow block, the yellow block is on top of the orange block and the orange block is on the table. My goal is to have that the red block is on top of the blue block and the orange block is on top of the red block. My plan is as follows: [PLAN]
(unstack red blue) (put-down red) (unstack blue yellow) (put-down blue) (pick-up red) (stack red blue) (unstack yellow orange) (put-down yellow) (pick-up orange) (stack orange red)
task_1_plan_generation
oneshot
blocksworld
372
[ 371 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the hand is empty, the red block is on top of the blue block, the blue block is on top of the yellow block, the yellow block is on top of the orange block and the orange block is on the table. My goal is to have that the red block is on top of the blue block and the orange block is on top of the red block. My plan is as follows: [PLAN] unstack the red block from on top of the blue block put down the red block unstack the blue block from on top of the yellow block put down the blue block pick up the red block stack the red block on top of the blue block unstack the yellow block from on top of the orange block put down the yellow block pick up the orange block stack the orange block on top of the red block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the hand is empty, the red block is on top of the orange block, the blue block is on top of the yellow block, the orange block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the orange block and the orange block is on top of the blue block. My plan is as follows: [PLAN]
(unstack red orange) (put-down red) (pick-up orange) (stack orange blue) (pick-up red) (stack red orange)
task_1_plan_generation
oneshot
blocksworld
373
[ 372 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the hand is empty, the red block is on top of the orange block, the blue block is on top of the yellow block, the orange block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the orange block and the orange block is on top of the blue block. My plan is as follows: [PLAN] unstack the red block from on top of the orange block put down the red block pick up the orange block stack the orange block on top of the blue block pick up the red block stack the red block on top of the orange block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the hand is empty, the red block is on top of the orange block, the blue block is on top of the red block, the orange block is on top of the yellow block and the yellow block is on the table. My goal is to have that the red block is on top of the blue block and the blue block is on top of the yellow block. My plan is as follows: [PLAN]
(unstack blue red) (put-down blue) (unstack red orange) (put-down red) (unstack orange yellow) (put-down orange) (pick-up blue) (stack blue yellow) (pick-up red) (stack red blue)
task_1_plan_generation
oneshot
blocksworld
374
[ 373 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the hand is empty, the red block is on top of the orange block, the blue block is on top of the red block, the orange block is on top of the yellow block and the yellow block is on the table. My goal is to have that the red block is on top of the blue block and the blue block is on top of the yellow block. My plan is as follows: [PLAN] unstack the blue block from on top of the red block put down the blue block unstack the red block from on top of the orange block put down the red block unstack the orange block from on top of the yellow block put down the orange block pick up the blue block stack the blue block on top of the yellow block pick up the red block stack the red block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the orange block, the yellow block is on top of the red block, the red block is on the table and the orange block is on the table. My goal is to have that the orange block is on top of the red block and the yellow block is on top of the orange block. My plan is as follows: [PLAN]
(unstack blue orange) (put-down blue) (unstack yellow red) (stack yellow blue) (pick-up orange) (stack orange red) (unstack yellow blue) (stack yellow orange)
task_1_plan_generation
oneshot
blocksworld
375
[ 374 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the orange block, the yellow block is on top of the red block, the red block is on the table and the orange block is on the table. My goal is to have that the orange block is on top of the red block and the yellow block is on top of the orange block. My plan is as follows: [PLAN] unstack the blue block from on top of the orange block put down the blue block unstack the yellow block from on top of the red block stack the yellow block on top of the blue block pick up the orange block stack the orange block on top of the red block unstack the yellow block from on top of the blue block stack the yellow block on top of the orange block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the hand is empty, the red block is on top of the blue block, the blue block is on top of the yellow block, the yellow block is on top of the orange block and the orange block is on the table. My goal is to have that the red block is on top of the yellow block, the blue block is on top of the orange block and the yellow block is on top of the blue block. My plan is as follows: [PLAN]
(unstack red blue) (put-down red) (unstack blue yellow) (stack blue red) (unstack yellow orange) (put-down yellow) (unstack blue red) (stack blue orange) (pick-up yellow) (stack yellow blue) (pick-up red) (stack red yellow)
task_1_plan_generation
oneshot
blocksworld
376
[ 375 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the hand is empty, the red block is on top of the blue block, the blue block is on top of the yellow block, the yellow block is on top of the orange block and the orange block is on the table. My goal is to have that the red block is on top of the yellow block, the blue block is on top of the orange block and the yellow block is on top of the blue block. My plan is as follows: [PLAN] unstack the red block from on top of the blue block put down the red block unstack the blue block from on top of the yellow block stack the blue block on top of the red block unstack the yellow block from on top of the orange block put down the yellow block unstack the blue block from on top of the red block stack the blue block on top of the orange block pick up the yellow block stack the yellow block on top of the blue block pick up the red block stack the red block on top of the yellow block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the orange block is clear, the hand is empty, the red block is on top of the yellow block, the yellow block is on top of the blue block, the blue block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the blue block and the yellow block is on top of the orange block. My plan is as follows: [PLAN]
(unstack red yellow) (put-down red) (unstack yellow blue) (stack yellow orange) (pick-up red) (stack red blue)
task_1_plan_generation
oneshot
blocksworld
377
[ 376 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the orange block is clear, the hand is empty, the red block is on top of the yellow block, the yellow block is on top of the blue block, the blue block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the blue block and the yellow block is on top of the orange block. My plan is as follows: [PLAN] unstack the red block from on top of the yellow block put down the red block unstack the yellow block from on top of the blue block stack the yellow block on top of the orange block pick up the red block stack the red block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the hand is empty, the red block is on top of the orange block, the blue block is on top of the yellow block, the orange block is on top of the blue block and the yellow block is on the table. My goal is to have that the blue block is on top of the red block and the orange block is on top of the blue block. My plan is as follows: [PLAN]
(unstack red orange) (put-down red) (unstack orange blue) (put-down orange) (unstack blue yellow) (stack blue red) (pick-up orange) (stack orange blue)
task_1_plan_generation
oneshot
blocksworld
378
[ 377 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the hand is empty, the red block is on top of the orange block, the blue block is on top of the yellow block, the orange block is on top of the blue block and the yellow block is on the table. My goal is to have that the blue block is on top of the red block and the orange block is on top of the blue block. My plan is as follows: [PLAN] unstack the red block from on top of the orange block put down the red block unstack the orange block from on top of the blue block put down the orange block unstack the blue block from on top of the yellow block stack the blue block on top of the red block pick up the orange block stack the orange block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the yellow block is clear, the hand is empty, the red block is on top of the orange block, the yellow block is on top of the blue block, the blue block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the yellow block and the yellow block is on top of the blue block. My plan is as follows: [PLAN]
(unstack red orange) (stack red yellow)
task_1_plan_generation
oneshot
blocksworld
379
[ 378 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the yellow block is clear, the hand is empty, the red block is on top of the orange block, the yellow block is on top of the blue block, the blue block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the yellow block and the yellow block is on top of the blue block. My plan is as follows: [PLAN] unstack the red block from on top of the orange block stack the red block on top of the yellow block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the orange block is clear, the hand is empty, the blue block is on top of the yellow block, the orange block is on top of the red block, the red block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the yellow block, the orange block is on top of the red block and the yellow block is on top of the blue block. My plan is as follows: [PLAN]
(unstack blue yellow) (put-down blue) (pick-up yellow) (stack yellow blue) (unstack orange red) (put-down orange) (pick-up red) (stack red yellow) (pick-up orange) (stack orange red)
task_1_plan_generation
oneshot
blocksworld
380
[ 379 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the orange block is clear, the hand is empty, the blue block is on top of the yellow block, the orange block is on top of the red block, the red block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the yellow block, the orange block is on top of the red block and the yellow block is on top of the blue block. My plan is as follows: [PLAN] unstack the blue block from on top of the yellow block put down the blue block pick up the yellow block stack the yellow block on top of the blue block unstack the orange block from on top of the red block put down the orange block pick up the red block stack the red block on top of the yellow block pick up the orange block stack the orange block on top of the red block [PLAN END] [STATEMENT] As initial conditions I have that, the orange block is clear, the hand is empty, the blue block is on top of the red block, the orange block is on top of the yellow block, the yellow block is on top of the blue block and the red block is on the table. My goal is to have that the orange block is on top of the red block. My plan is as follows: [PLAN]
(unstack orange yellow) (put-down orange) (unstack yellow blue) (put-down yellow) (unstack blue red) (put-down blue) (pick-up orange) (stack orange red)
task_1_plan_generation
oneshot
blocksworld
381
[ 380 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the orange block is clear, the hand is empty, the blue block is on top of the red block, the orange block is on top of the yellow block, the yellow block is on top of the blue block and the red block is on the table. My goal is to have that the orange block is on top of the red block. My plan is as follows: [PLAN] unstack the orange block from on top of the yellow block put down the orange block unstack the yellow block from on top of the blue block put down the yellow block unstack the blue block from on top of the red block put down the blue block pick up the orange block stack the orange block on top of the red block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the orange block is clear, the hand is empty, the red block is on top of the yellow block, the blue block is on the table, the orange block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the blue block, the blue block is on top of the orange block and the orange block is on top of the yellow block. My plan is as follows: [PLAN]
(unstack red yellow) (put-down red) (pick-up orange) (stack orange yellow) (pick-up blue) (stack blue orange) (pick-up red) (stack red blue)
task_1_plan_generation
oneshot
blocksworld
382
[ 381 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the orange block is clear, the hand is empty, the red block is on top of the yellow block, the blue block is on the table, the orange block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the blue block, the blue block is on top of the orange block and the orange block is on top of the yellow block. My plan is as follows: [PLAN] unstack the red block from on top of the yellow block put down the red block pick up the orange block stack the orange block on top of the yellow block pick up the blue block stack the blue block on top of the orange block pick up the red block stack the red block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the orange block is clear, the hand is empty, the red block is on top of the yellow block, the orange block is on top of the red block, the blue block is on the table and the yellow block is on the table. My goal is to have that the blue block is on top of the orange block and the orange block is on top of the yellow block. My plan is as follows: [PLAN]
(unstack orange red) (stack orange blue) (unstack red yellow) (put-down red) (unstack orange blue) (stack orange yellow) (pick-up blue) (stack blue orange)
task_1_plan_generation
oneshot
blocksworld
383
[ 382 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the orange block is clear, the hand is empty, the red block is on top of the yellow block, the orange block is on top of the red block, the blue block is on the table and the yellow block is on the table. My goal is to have that the blue block is on top of the orange block and the orange block is on top of the yellow block. My plan is as follows: [PLAN] unstack the orange block from on top of the red block stack the orange block on top of the blue block unstack the red block from on top of the yellow block put down the red block unstack the orange block from on top of the blue block stack the orange block on top of the yellow block pick up the blue block stack the blue block on top of the orange block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the yellow block is clear, the hand is empty, the red block is on top of the blue block, the blue block is on top of the orange block, the orange block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the orange block and the orange block is on top of the blue block. My plan is as follows: [PLAN]
(unstack red blue) (stack red yellow) (unstack blue orange) (put-down blue) (pick-up orange) (stack orange blue) (unstack red yellow) (stack red orange)
task_1_plan_generation
oneshot
blocksworld
384
[ 383 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the yellow block is clear, the hand is empty, the red block is on top of the blue block, the blue block is on top of the orange block, the orange block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the orange block and the orange block is on top of the blue block. My plan is as follows: [PLAN] unstack the red block from on top of the blue block stack the red block on top of the yellow block unstack the blue block from on top of the orange block put down the blue block pick up the orange block stack the orange block on top of the blue block unstack the red block from on top of the yellow block stack the red block on top of the orange block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the orange block is clear, the yellow block is clear, the hand is empty, the yellow block is on top of the blue block, the red block is on the table, the blue block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the yellow block, the orange block is on top of the blue block and the yellow block is on top of the orange block. My plan is as follows: [PLAN]
(unstack yellow blue) (stack yellow red) (pick-up orange) (stack orange blue) (unstack yellow red) (stack yellow orange) (pick-up red) (stack red yellow)
task_1_plan_generation
oneshot
blocksworld
385
[ 384 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the orange block is clear, the yellow block is clear, the hand is empty, the yellow block is on top of the blue block, the red block is on the table, the blue block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the yellow block, the orange block is on top of the blue block and the yellow block is on top of the orange block. My plan is as follows: [PLAN] unstack the yellow block from on top of the blue block stack the yellow block on top of the red block pick up the orange block stack the orange block on top of the blue block unstack the yellow block from on top of the red block stack the yellow block on top of the orange block pick up the red block stack the red block on top of the yellow block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the yellow block is clear, the hand is empty, the orange block is on top of the blue block, the yellow block is on top of the orange block, the red block is on the table and the blue block is on the table. My goal is to have that the red block is on top of the orange block and the orange block is on top of the yellow block. My plan is as follows: [PLAN]
(unstack yellow orange) (put-down yellow) (unstack orange blue) (stack orange yellow) (pick-up red) (stack red orange)
task_1_plan_generation
oneshot
blocksworld
386
[ 385 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the yellow block is clear, the hand is empty, the orange block is on top of the blue block, the yellow block is on top of the orange block, the red block is on the table and the blue block is on the table. My goal is to have that the red block is on top of the orange block and the orange block is on top of the yellow block. My plan is as follows: [PLAN] unstack the yellow block from on top of the orange block put down the yellow block unstack the orange block from on top of the blue block stack the orange block on top of the yellow block pick up the red block stack the red block on top of the orange block [PLAN END] [STATEMENT] As initial conditions I have that, the orange block is clear, the hand is empty, the blue block is on top of the red block, the orange block is on top of the yellow block, the yellow block is on top of the blue block and the red block is on the table. My goal is to have that the red block is on top of the orange block and the blue block is on top of the red block. My plan is as follows: [PLAN]
(unstack orange yellow) (put-down orange) (unstack yellow blue) (put-down yellow) (unstack blue red) (stack blue yellow) (pick-up red) (stack red orange) (unstack blue yellow) (stack blue red)
task_1_plan_generation
oneshot
blocksworld
387
[ 386 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the orange block is clear, the hand is empty, the blue block is on top of the red block, the orange block is on top of the yellow block, the yellow block is on top of the blue block and the red block is on the table. My goal is to have that the red block is on top of the orange block and the blue block is on top of the red block. My plan is as follows: [PLAN] unstack the orange block from on top of the yellow block put down the orange block unstack the yellow block from on top of the blue block put down the yellow block unstack the blue block from on top of the red block stack the blue block on top of the yellow block pick up the red block stack the red block on top of the orange block unstack the blue block from on top of the yellow block stack the blue block on top of the red block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the hand is empty, the red block is on top of the yellow block, the blue block is on top of the orange block, the orange block is on top of the red block and the yellow block is on the table. My goal is to have that the red block is on top of the yellow block and the blue block is on top of the red block. My plan is as follows: [PLAN]
(unstack blue orange) (put-down blue) (unstack orange red) (put-down orange) (pick-up blue) (stack blue red)
task_1_plan_generation
oneshot
blocksworld
388
[ 387 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the hand is empty, the red block is on top of the yellow block, the blue block is on top of the orange block, the orange block is on top of the red block and the yellow block is on the table. My goal is to have that the red block is on top of the yellow block and the blue block is on top of the red block. My plan is as follows: [PLAN] unstack the blue block from on top of the orange block put down the blue block unstack the orange block from on top of the red block put down the orange block pick up the blue block stack the blue block on top of the red block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the orange block is clear, the hand is empty, the blue block is on top of the yellow block, the yellow block is on top of the red block, the red block is on the table and the orange block is on the table. My goal is to have that the yellow block is on top of the orange block. My plan is as follows: [PLAN]
(unstack blue yellow) (put-down blue) (unstack yellow red) (stack yellow orange)
task_1_plan_generation
oneshot
blocksworld
389
[ 388 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the orange block is clear, the hand is empty, the blue block is on top of the yellow block, the yellow block is on top of the red block, the red block is on the table and the orange block is on the table. My goal is to have that the yellow block is on top of the orange block. My plan is as follows: [PLAN] unstack the blue block from on top of the yellow block put down the blue block unstack the yellow block from on top of the red block stack the yellow block on top of the orange block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the yellow block is clear, the hand is empty, the red block is on top of the blue block, the blue block is on top of the orange block, the orange block is on the table and the yellow block is on the table. My goal is to have that the blue block is on top of the red block, the orange block is on top of the blue block and the yellow block is on top of the orange block. My plan is as follows: [PLAN]
(unstack red blue) (put-down red) (unstack blue orange) (stack blue red) (pick-up orange) (stack orange blue) (pick-up yellow) (stack yellow orange)
task_1_plan_generation
oneshot
blocksworld
390
[ 389 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the yellow block is clear, the hand is empty, the red block is on top of the blue block, the blue block is on top of the orange block, the orange block is on the table and the yellow block is on the table. My goal is to have that the blue block is on top of the red block, the orange block is on top of the blue block and the yellow block is on top of the orange block. My plan is as follows: [PLAN] unstack the red block from on top of the blue block put down the red block unstack the blue block from on top of the orange block stack the blue block on top of the red block pick up the orange block stack the orange block on top of the blue block pick up the yellow block stack the yellow block on top of the orange block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the orange block, the red block is on the table, the orange block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the blue block, the blue block is on top of the yellow block and the orange block is on top of the red block. My plan is as follows: [PLAN]
(unstack blue orange) (stack blue yellow) (pick-up red) (stack red blue) (pick-up orange) (stack orange red)
task_1_plan_generation
oneshot
blocksworld
391
[ 390 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the orange block, the red block is on the table, the orange block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the blue block, the blue block is on top of the yellow block and the orange block is on top of the red block. My plan is as follows: [PLAN] unstack the blue block from on top of the orange block stack the blue block on top of the yellow block pick up the red block stack the red block on top of the blue block pick up the orange block stack the orange block on top of the red block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the orange block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the red block, the red block is on the table, the orange block is on the table and the yellow block is on the table. My goal is to have that the orange block is on top of the blue block and the yellow block is on top of the red block. My plan is as follows: [PLAN]
(unstack blue red) (put-down blue) (pick-up orange) (stack orange blue) (pick-up yellow) (stack yellow red)
task_1_plan_generation
oneshot
blocksworld
392
[ 391 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the orange block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the red block, the red block is on the table, the orange block is on the table and the yellow block is on the table. My goal is to have that the orange block is on top of the blue block and the yellow block is on top of the red block. My plan is as follows: [PLAN] unstack the blue block from on top of the red block put down the blue block pick up the orange block stack the orange block on top of the blue block pick up the yellow block stack the yellow block on top of the red block [PLAN END] [STATEMENT] As initial conditions I have that, the orange block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the red block, the yellow block is on top of the blue block, the red block is on the table and the orange block is on the table. My goal is to have that the blue block is on top of the yellow block and the yellow block is on top of the red block. My plan is as follows: [PLAN]
(unstack yellow blue) (stack yellow orange) (unstack blue red) (put-down blue) (unstack yellow orange) (stack yellow red) (pick-up blue) (stack blue yellow)
task_1_plan_generation
oneshot
blocksworld
393
[ 392 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the orange block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the red block, the yellow block is on top of the blue block, the red block is on the table and the orange block is on the table. My goal is to have that the blue block is on top of the yellow block and the yellow block is on top of the red block. My plan is as follows: [PLAN] unstack the yellow block from on top of the blue block stack the yellow block on top of the orange block unstack the blue block from on top of the red block put down the blue block unstack the yellow block from on top of the orange block stack the yellow block on top of the red block pick up the blue block stack the blue block on top of the yellow block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the hand is empty, the red block is on top of the blue block, the blue block is on top of the yellow block, the yellow block is on top of the orange block and the orange block is on the table. My goal is to have that the orange block is on top of the blue block and the yellow block is on top of the orange block. My plan is as follows: [PLAN]
(unstack red blue) (put-down red) (unstack blue yellow) (put-down blue) (unstack yellow orange) (stack yellow red) (pick-up orange) (stack orange blue) (unstack yellow red) (stack yellow orange)
task_1_plan_generation
oneshot
blocksworld
394
[ 393 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the hand is empty, the red block is on top of the blue block, the blue block is on top of the yellow block, the yellow block is on top of the orange block and the orange block is on the table. My goal is to have that the orange block is on top of the blue block and the yellow block is on top of the orange block. My plan is as follows: [PLAN] unstack the red block from on top of the blue block put down the red block unstack the blue block from on top of the yellow block put down the blue block unstack the yellow block from on top of the orange block stack the yellow block on top of the red block pick up the orange block stack the orange block on top of the blue block unstack the yellow block from on top of the red block stack the yellow block on top of the orange block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the orange block is clear, the yellow block is clear, the hand is empty, the orange block is on top of the blue block, the red block is on the table, the blue block is on the table and the yellow block is on the table. My goal is to have that the blue block is on top of the red block and the yellow block is on top of the blue block. My plan is as follows: [PLAN]
(unstack orange blue) (put-down orange) (pick-up blue) (stack blue red) (pick-up yellow) (stack yellow blue)
task_1_plan_generation
oneshot
blocksworld
395
[ 394 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the orange block is clear, the yellow block is clear, the hand is empty, the orange block is on top of the blue block, the red block is on the table, the blue block is on the table and the yellow block is on the table. My goal is to have that the blue block is on top of the red block and the yellow block is on top of the blue block. My plan is as follows: [PLAN] unstack the orange block from on top of the blue block put down the orange block pick up the blue block stack the blue block on top of the red block pick up the yellow block stack the yellow block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the orange block is clear, the hand is empty, the red block is on top of the yellow block, the yellow block is on top of the blue block, the blue block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the orange block, the blue block is on top of the yellow block and the yellow block is on top of the red block. My plan is as follows: [PLAN]
(unstack red yellow) (stack red orange) (unstack yellow blue) (stack yellow red) (pick-up blue) (stack blue yellow)
task_1_plan_generation
oneshot
blocksworld
396
[ 395 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the orange block is clear, the hand is empty, the red block is on top of the yellow block, the yellow block is on top of the blue block, the blue block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the orange block, the blue block is on top of the yellow block and the yellow block is on top of the red block. My plan is as follows: [PLAN] unstack the red block from on top of the yellow block stack the red block on top of the orange block unstack the yellow block from on top of the blue block stack the yellow block on top of the red block pick up the blue block stack the blue block on top of the yellow block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the orange block is clear, the hand is empty, the orange block is on top of the yellow block, the red block is on the table, the blue block is on the table and the yellow block is on the table. My goal is to have that the orange block is on top of the blue block. My plan is as follows: [PLAN]
(unstack orange yellow) (stack orange blue)
task_1_plan_generation
oneshot
blocksworld
397
[ 396 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the orange block is clear, the hand is empty, the orange block is on top of the yellow block, the red block is on the table, the blue block is on the table and the yellow block is on the table. My goal is to have that the orange block is on top of the blue block. My plan is as follows: [PLAN] unstack the orange block from on top of the yellow block stack the orange block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the orange block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the red block, the orange block is on top of the blue block, the red block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the yellow block. My plan is as follows: [PLAN]
(unstack orange blue) (put-down orange) (unstack blue red) (put-down blue) (pick-up red) (stack red yellow)
task_1_plan_generation
oneshot
blocksworld
398
[ 397 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the orange block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the red block, the orange block is on top of the blue block, the red block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the yellow block. My plan is as follows: [PLAN] unstack the orange block from on top of the blue block put down the orange block unstack the blue block from on top of the red block put down the blue block pick up the red block stack the red block on top of the yellow block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the yellow block is clear, the hand is empty, the red block is on top of the orange block, the orange block is on top of the blue block, the blue block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the yellow block, the blue block is on top of the orange block and the yellow block is on top of the blue block. My plan is as follows: [PLAN]
(unstack red orange) (put-down red) (unstack orange blue) (put-down orange) (pick-up blue) (stack blue orange) (pick-up yellow) (stack yellow blue) (pick-up red) (stack red yellow)
task_1_plan_generation
oneshot
blocksworld
399
[ 398 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the yellow block is clear, the hand is empty, the red block is on top of the orange block, the orange block is on top of the blue block, the blue block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the yellow block, the blue block is on top of the orange block and the yellow block is on top of the blue block. My plan is as follows: [PLAN] unstack the red block from on top of the orange block put down the red block unstack the orange block from on top of the blue block put down the orange block pick up the blue block stack the blue block on top of the orange block pick up the yellow block stack the yellow block on top of the blue block pick up the red block stack the red block on top of the yellow block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the hand is empty, the blue block is on top of the yellow block, the orange block is on top of the red block, the yellow block is on top of the orange block and the red block is on the table. My goal is to have that the red block is on top of the orange block, the blue block is on top of the red block and the yellow block is on top of the blue block. My plan is as follows: [PLAN]
(unstack blue yellow) (put-down blue) (unstack yellow orange) (put-down yellow) (unstack orange red) (put-down orange) (pick-up red) (stack red orange) (pick-up blue) (stack blue red) (pick-up yellow) (stack yellow blue)
task_1_plan_generation
oneshot
blocksworld
400
[ 399 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the hand is empty, the blue block is on top of the yellow block, the orange block is on top of the red block, the yellow block is on top of the orange block and the red block is on the table. My goal is to have that the red block is on top of the orange block, the blue block is on top of the red block and the yellow block is on top of the blue block. My plan is as follows: [PLAN] unstack the blue block from on top of the yellow block put down the blue block unstack the yellow block from on top of the orange block put down the yellow block unstack the orange block from on top of the red block put down the orange block pick up the red block stack the red block on top of the orange block pick up the blue block stack the blue block on top of the red block pick up the yellow block stack the yellow block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the orange block, the yellow block is on top of the blue block, the red block is on the table and the orange block is on the table. My goal is to have that the blue block is on top of the orange block, the orange block is on top of the red block and the yellow block is on top of the blue block. My plan is as follows: [PLAN]
(unstack yellow blue) (put-down yellow) (unstack blue orange) (stack blue yellow) (pick-up orange) (stack orange red) (unstack blue yellow) (stack blue orange) (pick-up yellow) (stack yellow blue)
task_1_plan_generation
oneshot
blocksworld
401
[ 400 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the orange block, the yellow block is on top of the blue block, the red block is on the table and the orange block is on the table. My goal is to have that the blue block is on top of the orange block, the orange block is on top of the red block and the yellow block is on top of the blue block. My plan is as follows: [PLAN] unstack the yellow block from on top of the blue block put down the yellow block unstack the blue block from on top of the orange block stack the blue block on top of the yellow block pick up the orange block stack the orange block on top of the red block unstack the blue block from on top of the yellow block stack the blue block on top of the orange block pick up the yellow block stack the yellow block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the yellow block is clear, the hand is empty, the blue block is on top of the red block, the orange block is on top of the blue block, the yellow block is on top of the orange block and the red block is on the table. My goal is to have that the orange block is on top of the yellow block. My plan is as follows: [PLAN]
(unstack yellow orange) (put-down yellow) (unstack orange blue) (stack orange yellow)
task_1_plan_generation
oneshot
blocksworld
402
[ 401 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the yellow block is clear, the hand is empty, the blue block is on top of the red block, the orange block is on top of the blue block, the yellow block is on top of the orange block and the red block is on the table. My goal is to have that the orange block is on top of the yellow block. My plan is as follows: [PLAN] unstack the yellow block from on top of the orange block put down the yellow block unstack the orange block from on top of the blue block stack the orange block on top of the yellow block [PLAN END] [STATEMENT] As initial conditions I have that, the orange block is clear, the hand is empty, the blue block is on top of the red block, the orange block is on top of the yellow block, the yellow block is on top of the blue block and the red block is on the table. My goal is to have that the red block is on top of the yellow block and the blue block is on top of the red block. My plan is as follows: [PLAN]
(unstack orange yellow) (put-down orange) (unstack yellow blue) (put-down yellow) (unstack blue red) (stack blue orange) (pick-up red) (stack red yellow) (unstack blue orange) (stack blue red)
task_1_plan_generation
oneshot
blocksworld
403
[ 402 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the orange block is clear, the hand is empty, the blue block is on top of the red block, the orange block is on top of the yellow block, the yellow block is on top of the blue block and the red block is on the table. My goal is to have that the red block is on top of the yellow block and the blue block is on top of the red block. My plan is as follows: [PLAN] unstack the orange block from on top of the yellow block put down the orange block unstack the yellow block from on top of the blue block put down the yellow block unstack the blue block from on top of the red block stack the blue block on top of the orange block pick up the red block stack the red block on top of the yellow block unstack the blue block from on top of the orange block stack the blue block on top of the red block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the orange block is clear, the yellow block is clear, the hand is empty, the red block is on the table, the blue block is on the table, the orange block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the blue block, the blue block is on top of the orange block and the yellow block is on top of the red block. My plan is as follows: [PLAN]
(pick-up blue) (stack blue orange) (pick-up red) (stack red blue) (pick-up yellow) (stack yellow red)
task_1_plan_generation
oneshot
blocksworld
404
[ 403 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the orange block is clear, the yellow block is clear, the hand is empty, the red block is on the table, the blue block is on the table, the orange block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the blue block, the blue block is on top of the orange block and the yellow block is on top of the red block. My plan is as follows: [PLAN] pick up the blue block stack the blue block on top of the orange block pick up the red block stack the red block on top of the blue block pick up the yellow block stack the yellow block on top of the red block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the yellow block is clear, the hand is empty, the red block is on top of the orange block, the blue block is on the table, the orange block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the yellow block and the blue block is on top of the red block. My plan is as follows: [PLAN]
(unstack red orange) (stack red yellow) (pick-up blue) (stack blue red)
task_1_plan_generation
oneshot
blocksworld
405
[ 404 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the blue block is clear, the yellow block is clear, the hand is empty, the red block is on top of the orange block, the blue block is on the table, the orange block is on the table and the yellow block is on the table. My goal is to have that the red block is on top of the yellow block and the blue block is on top of the red block. My plan is as follows: [PLAN] unstack the red block from on top of the orange block stack the red block on top of the yellow block pick up the blue block stack the blue block on top of the red block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the orange block is clear, the hand is empty, the orange block is on top of the yellow block, the yellow block is on top of the red block, the red block is on the table and the blue block is on the table. My goal is to have that the blue block is on top of the red block and the orange block is on top of the blue block. My plan is as follows: [PLAN]
(unstack orange yellow) (put-down orange) (unstack yellow red) (put-down yellow) (pick-up blue) (stack blue red) (pick-up orange) (stack orange blue)
task_1_plan_generation
oneshot
blocksworld
406
[ 405 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the orange block is clear, the hand is empty, the orange block is on top of the yellow block, the yellow block is on top of the red block, the red block is on the table and the blue block is on the table. My goal is to have that the blue block is on top of the red block and the orange block is on top of the blue block. My plan is as follows: [PLAN] unstack the orange block from on top of the yellow block put down the orange block unstack the yellow block from on top of the red block put down the yellow block pick up the blue block stack the blue block on top of the red block pick up the orange block stack the orange block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the orange block is clear, the hand is empty, the red block is on top of the yellow block, the blue block is on top of the red block, the orange block is on top of the blue block and the yellow block is on the table. My goal is to have that the orange block is on top of the red block and the yellow block is on top of the blue block. My plan is as follows: [PLAN]
(unstack orange blue) (put-down orange) (unstack blue red) (put-down blue) (unstack red yellow) (put-down red) (pick-up orange) (stack orange red) (pick-up yellow) (stack yellow blue)
task_1_plan_generation
oneshot
blocksworld
407
[ 406 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the orange block is clear, the hand is empty, the red block is on top of the yellow block, the blue block is on top of the red block, the orange block is on top of the blue block and the yellow block is on the table. My goal is to have that the orange block is on top of the red block and the yellow block is on top of the blue block. My plan is as follows: [PLAN] unstack the orange block from on top of the blue block put down the orange block unstack the blue block from on top of the red block put down the blue block unstack the red block from on top of the yellow block put down the red block pick up the orange block stack the orange block on top of the red block pick up the yellow block stack the yellow block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the orange block is clear, the yellow block is clear, the hand is empty, the yellow block is on top of the red block, the red block is on the table, the blue block is on the table and the orange block is on the table. My goal is to have that the orange block is on top of the yellow block and the yellow block is on top of the blue block. My plan is as follows: [PLAN]
(unstack yellow red) (stack yellow blue) (pick-up orange) (stack orange yellow)
task_1_plan_generation
oneshot
blocksworld
408
[ 407 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the orange block is clear, the yellow block is clear, the hand is empty, the yellow block is on top of the red block, the red block is on the table, the blue block is on the table and the orange block is on the table. My goal is to have that the orange block is on top of the yellow block and the yellow block is on top of the blue block. My plan is as follows: [PLAN] unstack the yellow block from on top of the red block stack the yellow block on top of the blue block pick up the orange block stack the orange block on top of the yellow block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the hand is empty, the red block is on top of the orange block, the blue block is on top of the yellow block, the yellow block is on top of the red block and the orange block is on the table. My goal is to have that the red block is on top of the orange block, the blue block is on top of the red block and the orange block is on top of the yellow block. My plan is as follows: [PLAN]
(unstack blue yellow) (put-down blue) (unstack yellow red) (put-down yellow) (unstack red orange) (stack red blue) (pick-up orange) (stack orange yellow) (unstack red blue) (stack red orange) (pick-up blue) (stack blue red)
task_1_plan_generation
oneshot
blocksworld
409
[ 408 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the hand is empty, the red block is on top of the orange block, the blue block is on top of the yellow block, the yellow block is on top of the red block and the orange block is on the table. My goal is to have that the red block is on top of the orange block, the blue block is on top of the red block and the orange block is on top of the yellow block. My plan is as follows: [PLAN] unstack the blue block from on top of the yellow block put down the blue block unstack the yellow block from on top of the red block put down the yellow block unstack the red block from on top of the orange block stack the red block on top of the blue block pick up the orange block stack the orange block on top of the yellow block unstack the red block from on top of the blue block stack the red block on top of the orange block pick up the blue block stack the blue block on top of the red block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the red block, the yellow block is on top of the orange block, the red block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the blue block, the blue block is on top of the orange block and the orange block is on top of the yellow block. My plan is as follows: [PLAN]
(unstack yellow orange) (put-down yellow) (pick-up orange) (stack orange yellow) (unstack blue red) (stack blue orange) (pick-up red) (stack red blue)
task_1_plan_generation
oneshot
blocksworld
410
[ 409 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the red block, the yellow block is on top of the orange block, the red block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the blue block, the blue block is on top of the orange block and the orange block is on top of the yellow block. My plan is as follows: [PLAN] unstack the yellow block from on top of the orange block put down the yellow block pick up the orange block stack the orange block on top of the yellow block unstack the blue block from on top of the red block stack the blue block on top of the orange block pick up the red block stack the red block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the blue block is clear, the orange block is clear, the hand is empty, the blue block is on top of the red block, the orange block is on top of the yellow block, the red block is on the table and the yellow block is on the table. My goal is to have that the blue block is on top of the red block, the orange block is on top of the yellow block and the yellow block is on top of the blue block. My plan is as follows: [PLAN]
(unstack orange yellow) (put-down orange) (pick-up yellow) (stack yellow blue) (pick-up orange) (stack orange yellow)
task_1_plan_generation
oneshot
blocksworld
411
[ 410 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the blue block is clear, the orange block is clear, the hand is empty, the blue block is on top of the red block, the orange block is on top of the yellow block, the red block is on the table and the yellow block is on the table. My goal is to have that the blue block is on top of the red block, the orange block is on top of the yellow block and the yellow block is on top of the blue block. My plan is as follows: [PLAN] unstack the orange block from on top of the yellow block put down the orange block pick up the yellow block stack the yellow block on top of the blue block pick up the orange block stack the orange block on top of the yellow block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the orange block, the yellow block is on top of the blue block, the red block is on the table and the orange block is on the table. My goal is to have that the blue block is on top of the yellow block and the orange block is on top of the blue block. My plan is as follows: [PLAN]
(unstack yellow blue) (put-down yellow) (unstack blue orange) (stack blue yellow) (pick-up orange) (stack orange blue)
task_1_plan_generation
oneshot
blocksworld
412
[ 411 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the yellow block is clear, the hand is empty, the blue block is on top of the orange block, the yellow block is on top of the blue block, the red block is on the table and the orange block is on the table. My goal is to have that the blue block is on top of the yellow block and the orange block is on top of the blue block. My plan is as follows: [PLAN] unstack the yellow block from on top of the blue block put down the yellow block unstack the blue block from on top of the orange block stack the blue block on top of the yellow block pick up the orange block stack the orange block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the hand is empty, the red block is on top of the blue block, the blue block is on top of the yellow block, the yellow block is on top of the orange block and the orange block is on the table. My goal is to have that the red block is on top of the orange block and the blue block is on top of the red block. My plan is as follows: [PLAN]
(unstack red blue) (put-down red) (unstack blue yellow) (put-down blue) (unstack yellow orange) (put-down yellow) (pick-up red) (stack red orange) (pick-up blue) (stack blue red)
task_1_plan_generation
oneshot
blocksworld
413
[ 412 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the hand is empty, the red block is on top of the blue block, the blue block is on top of the yellow block, the yellow block is on top of the orange block and the orange block is on the table. My goal is to have that the red block is on top of the orange block and the blue block is on top of the red block. My plan is as follows: [PLAN] unstack the red block from on top of the blue block put down the red block unstack the blue block from on top of the yellow block put down the blue block unstack the yellow block from on top of the orange block put down the yellow block pick up the red block stack the red block on top of the orange block pick up the blue block stack the blue block on top of the red block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the orange block is clear, the hand is empty, the red block is on top of the yellow block, the yellow block is on top of the blue block, the blue block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the orange block and the blue block is on top of the yellow block. My plan is as follows: [PLAN]
(unstack red yellow) (stack red orange) (unstack yellow blue) (put-down yellow) (pick-up blue) (stack blue yellow)
task_1_plan_generation
oneshot
blocksworld
414
[ 413 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the orange block is clear, the hand is empty, the red block is on top of the yellow block, the yellow block is on top of the blue block, the blue block is on the table and the orange block is on the table. My goal is to have that the red block is on top of the orange block and the blue block is on top of the yellow block. My plan is as follows: [PLAN] unstack the red block from on top of the yellow block stack the red block on top of the orange block unstack the yellow block from on top of the blue block put down the yellow block pick up the blue block stack the blue block on top of the yellow block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the hand is empty, the red block is on top of the orange block, the orange block is on top of the yellow block, the yellow block is on top of the blue block and the blue block is on the table. My goal is to have that the blue block is on top of the yellow block, the orange block is on top of the red block and the yellow block is on top of the orange block. My plan is as follows: [PLAN]
(unstack red orange) (put-down red) (unstack orange yellow) (stack orange red) (unstack yellow blue) (stack yellow orange) (pick-up blue) (stack blue yellow)
task_1_plan_generation
oneshot
blocksworld
415
[ 414 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the red block is clear, the hand is empty, the red block is on top of the orange block, the orange block is on top of the yellow block, the yellow block is on top of the blue block and the blue block is on the table. My goal is to have that the blue block is on top of the yellow block, the orange block is on top of the red block and the yellow block is on top of the orange block. My plan is as follows: [PLAN] unstack the red block from on top of the orange block put down the red block unstack the orange block from on top of the yellow block stack the orange block on top of the red block unstack the yellow block from on top of the blue block stack the yellow block on top of the orange block pick up the blue block stack the blue block on top of the yellow block [PLAN END] [STATEMENT] As initial conditions I have that, the orange block is clear, the yellow block is clear, the hand is empty, the red block is on top of the blue block, the orange block is on top of the red block, the blue block is on the table and the yellow block is on the table. My goal is to have that the orange block is on top of the red block and the yellow block is on top of the blue block. My plan is as follows: [PLAN]
(unstack orange red) (stack orange yellow) (unstack red blue) (put-down red) (unstack orange yellow) (stack orange red) (pick-up yellow) (stack yellow blue)
task_1_plan_generation
oneshot
blocksworld
416
[ 415 ]
I am playing with a set of blocks where I need to arrange the blocks into stacks. Here are the actions I can do Pick up a block Unstack a block from on top of another block Put down a block Stack a block on top of another block I have the following restrictions on my actions: I can only pick up or unstack one block at a time. I can only pick up or unstack a block if my hand is empty. I can only pick up a block if the block is on the table and the block is clear. A block is clear if the block has no other blocks on top of it and if the block is not picked up. I can only unstack a block from on top of another block if the block I am unstacking was really on top of the other block. I can only unstack a block from on top of another block if the block I am unstacking is clear. Once I pick up or unstack a block, I am holding the block. I can only put down a block that I am holding. I can only stack a block on top of another block if I am holding the block being stacked. I can only stack a block on top of another block if the block onto which I am stacking the block is clear. Once I put down or stack a block, my hand becomes empty. Once you stack a block on top of a second block, the second block is no longer clear. [STATEMENT] As initial conditions I have that, the orange block is clear, the yellow block is clear, the hand is empty, the red block is on top of the blue block, the orange block is on top of the red block, the blue block is on the table and the yellow block is on the table. My goal is to have that the orange block is on top of the red block and the yellow block is on top of the blue block. My plan is as follows: [PLAN] unstack the orange block from on top of the red block stack the orange block on top of the yellow block unstack the red block from on top of the blue block put down the red block unstack the orange block from on top of the yellow block stack the orange block on top of the red block pick up the yellow block stack the yellow block on top of the blue block [PLAN END] [STATEMENT] As initial conditions I have that, the red block is clear, the hand is empty, the red block is on top of the blue block, the blue block is on top of the orange block, the orange block is on top of the yellow block and the yellow block is on the table. My goal is to have that the red block is on top of the orange block and the orange block is on top of the blue block. My plan is as follows: [PLAN]
(unstack red blue) (put-down red) (unstack blue orange) (put-down blue) (unstack orange yellow) (stack orange blue) (pick-up red) (stack red orange)