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_3 | 17 | [
16
] | 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 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 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 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 blue block is clear, the orange block is clear, the hand is empty, 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 blue block and the orange block is on top of the red block.
My plan is as follows:
[PLAN] | (pick-up red)
(stack red blue)
(pick-up orange)
(stack orange red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 18 | [
17
] | 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 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 blue block and the orange 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
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 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 orange 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 orange)
(stack orange blue)
(pick-up red)
(stack red orange)
|
task_1_plan_generation | oneshot | blocksworld_3 | 19 | [
18
] | 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 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 orange 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 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 hand is empty, the red 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 red block.
My plan is as follows:
[PLAN] | (unstack red blue)
(stack red orange)
(pick-up blue)
(stack blue red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 20 | [
19
] | 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 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 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
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 blue block is clear, the hand is empty, the red 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 red block.
My plan is as follows:
[PLAN] | (pick-up blue)
(stack blue red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 21 | [
20
] | 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 the table and the orange block is on the table.
My goal is to have that the blue 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 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 orange 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 orange block and the blue block is on top of the red block.
My plan is as follows:
[PLAN] | (unstack orange blue)
(put-down orange)
(pick-up red)
(stack red orange)
(pick-up blue)
(stack blue red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 22 | [
21
] | 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 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 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 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 hand is empty, the red block is on top of the orange block, the orange 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 orange 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)
|
task_1_plan_generation | oneshot | blocksworld_3 | 23 | [
22
] | 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 blue block and the blue 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 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
[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 red block and the blue 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 red)
(put-down orange)
(unstack red blue)
(put-down red)
(pick-up orange)
(stack orange blue)
|
task_1_plan_generation | oneshot | blocksworld_3 | 24 | [
23
] | 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 red block and the blue 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 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
[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 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 blue block and the blue block is on top of the orange block.
My plan is as follows:
[PLAN] | (pick-up blue)
(stack blue orange)
(pick-up red)
(stack red blue)
|
task_1_plan_generation | oneshot | blocksworld_3 | 25 | [
24
] | 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 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 blue block and the blue block is on top of the orange 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
[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 blue 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 blue)
(put-down orange)
(pick-up blue)
(stack blue red)
(pick-up orange)
(stack orange blue)
|
task_1_plan_generation | oneshot | blocksworld_3 | 26 | [
25
] | 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 blue 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 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 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 red 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.
My plan is as follows:
[PLAN] | (unstack blue red)
(put-down blue)
(unstack red orange)
(put-down red)
(pick-up orange)
(stack orange blue)
|
task_1_plan_generation | oneshot | blocksworld_3 | 27 | [
26
] | 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 and the orange 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 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
[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 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 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 red)
(stack orange blue)
(pick-up red)
(stack red orange)
|
task_1_plan_generation | oneshot | blocksworld_3 | 28 | [
27
] | 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 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 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 red 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 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 red 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 blue)
(put-down red)
(pick-up blue)
(stack blue orange)
(pick-up red)
(stack red blue)
|
task_1_plan_generation | oneshot | blocksworld_3 | 29 | [
28
] | 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 red 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 blue block
put down the red 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 blue 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 orange 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 orange)
(pick-up blue)
(stack blue red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 30 | [
29
] | 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 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 orange 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 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 orange 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 orange block.
My plan is as follows:
[PLAN] | (unstack orange red)
(put-down orange)
(pick-up red)
(stack red orange)
|
task_1_plan_generation | oneshot | blocksworld_3 | 31 | [
30
] | 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 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 orange block.
My plan is as follows:
[PLAN]
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
[PLAN END]
[STATEMENT]
As initial conditions I have that, the red block is clear, the blue block is clear, the hand is empty, the blue 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 orange block is on top of the blue block.
My plan is as follows:
[PLAN] | (unstack blue orange)
(put-down blue)
(pick-up orange)
(stack orange blue)
|
task_1_plan_generation | oneshot | blocksworld_3 | 32 | [
31
] | 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 blue 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 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
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 hand is empty, the blue 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 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 blue orange)
(stack blue red)
(pick-up orange)
(stack orange blue)
|
task_1_plan_generation | oneshot | blocksworld_3 | 33 | [
32
] | 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 blue 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 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 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 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 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.
My plan is as follows:
[PLAN] | (pick-up orange)
(stack orange red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 34 | [
33
] | 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 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.
My plan is as follows:
[PLAN]
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 orange block is clear, the hand is empty, the orange 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 blue block is on top of the orange block.
My plan is as follows:
[PLAN] | (unstack orange blue)
(put-down orange)
(pick-up blue)
(stack blue orange)
|
task_1_plan_generation | oneshot | blocksworld_3 | 35 | [
34
] | 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 blue 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 orange 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 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 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 blue)
(put-down orange)
(unstack blue red)
(put-down blue)
(pick-up red)
(stack red orange)
(pick-up blue)
(stack blue red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 36 | [
35
] | 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 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 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 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 orange 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 orange block is on top of the blue block.
My plan is as follows:
[PLAN] | (unstack orange red)
(stack orange blue)
|
task_1_plan_generation | oneshot | blocksworld_3 | 37 | [
36
] | 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 red block, the red block is on the table and the blue 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 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 orange 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 red)
(put-down orange)
(pick-up blue)
(stack blue red)
(pick-up orange)
(stack orange blue)
|
task_1_plan_generation | oneshot | blocksworld_3 | 38 | [
37
] | 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 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 red block
put down the orange 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 blue block, the orange 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.
My plan is as follows:
[PLAN] | (unstack orange red)
(put-down orange)
(unstack red blue)
(put-down red)
(pick-up blue)
(stack blue red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 39 | [
38
] | 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 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.
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 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 hand is empty, the blue block is on top of the orange block, the orange 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 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 orange red)
(put-down orange)
(pick-up red)
(stack red blue)
(pick-up orange)
(stack orange red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 40 | [
39
] | 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 red block and the red 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 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 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 orange block, the orange 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.
My plan is as follows:
[PLAN] | (unstack red orange)
(put-down red)
(unstack orange blue)
(put-down orange)
(pick-up red)
(stack red blue)
|
task_1_plan_generation | oneshot | blocksworld_3 | 41 | [
40
] | 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 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.
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 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 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 red block and the orange block is on top of the blue block.
My plan is as follows:
[PLAN] | (pick-up orange)
(stack orange blue)
|
task_1_plan_generation | oneshot | blocksworld_3 | 42 | [
41
] | 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 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 red block and the orange block is on top of the blue block.
My plan is as follows:
[PLAN]
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 orange block is clear, the hand is empty, the red 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 orange block is on top of the blue block.
My plan is as follows:
[PLAN] | (unstack red blue)
(put-down red)
(pick-up orange)
(stack orange blue)
|
task_1_plan_generation | oneshot | blocksworld_3 | 43 | [
42
] | 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 the table and the orange 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 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
[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 and the orange block is on the table.
My goal is to have that the red block is on top of the orange block.
My plan is as follows:
[PLAN] | (unstack red blue)
(put-down red)
(unstack blue orange)
(put-down blue)
(pick-up red)
(stack red orange)
|
task_1_plan_generation | oneshot | blocksworld_3 | 44 | [
43
] | 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 and the orange block is on the table.
My goal is to have that the red 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
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 blue block is clear, the orange block is clear, the hand is empty, the orange 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 and the blue block is on top of the orange block.
My plan is as follows:
[PLAN] | (unstack orange red)
(put-down orange)
(pick-up blue)
(stack blue orange)
(pick-up red)
(stack red blue)
|
task_1_plan_generation | oneshot | blocksworld_3 | 45 | [
44
] | 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 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 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
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 orange block is clear, the hand is empty, the orange 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 orange block.
My plan is as follows:
[PLAN] | (pick-up red)
(stack red orange)
|
task_1_plan_generation | oneshot | blocksworld_3 | 46 | [
45
] | 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 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 orange block.
My plan is as follows:
[PLAN]
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 orange block is clear, the hand is empty, the blue 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 blue block is on top of the orange block.
My plan is as follows:
[PLAN] | (unstack blue red)
(stack blue orange)
(pick-up red)
(stack red blue)
|
task_1_plan_generation | oneshot | blocksworld_3 | 47 | [
46
] | 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 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 blue 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
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 hand is empty, the red 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 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_3 | 48 | [
47
] | 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 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.
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 blue block is clear, the hand is empty, the blue 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 and the blue block is on top of the orange block.
My plan is as follows:
[PLAN] | (pick-up red)
(stack red blue)
|
task_1_plan_generation | oneshot | blocksworld_3 | 49 | [
48
] | 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 blue 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 and the blue block is on top of the orange block.
My plan is as follows:
[PLAN]
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 hand is empty, the blue 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 orange block and the blue block is on top of the red block.
My plan is as follows:
[PLAN] | (unstack blue orange)
(put-down blue)
(pick-up red)
(stack red orange)
(pick-up blue)
(stack blue red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 50 | [
49
] | 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 blue 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 orange 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
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 hand is empty, the red block is on top of the orange block, the orange 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 red block.
My plan is as follows:
[PLAN] | (unstack red orange)
(put-down red)
(unstack orange blue)
(put-down orange)
(pick-up blue)
(stack blue red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 51 | [
50
] | 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 blue 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.
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 red 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 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 and the blue block is on top of the red block.
My plan is as follows:
[PLAN] | (unstack orange red)
(put-down orange)
(unstack red blue)
(stack red orange)
(pick-up blue)
(stack blue red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 52 | [
51
] | 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 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 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 red block
put down the orange 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 orange block is clear, the hand is empty, the orange 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.
My plan is as follows:
[PLAN] | (unstack orange red)
(put-down orange)
(pick-up red)
(stack red blue)
|
task_1_plan_generation | oneshot | blocksworld_3 | 53 | [
52
] | 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 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.
My plan is as follows:
[PLAN]
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 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 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.
My plan is as follows:
[PLAN] | (unstack blue red)
(put-down blue)
(pick-up red)
(stack red blue)
|
task_1_plan_generation | oneshot | blocksworld_3 | 54 | [
53
] | 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 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.
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 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 red 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 blue red)
(put-down blue)
(unstack red orange)
(stack red blue)
(pick-up orange)
(stack orange red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 55 | [
54
] | 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 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 red 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 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 the table and the orange 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 red orange)
(put-down red)
(pick-up orange)
(stack orange blue)
|
task_1_plan_generation | oneshot | blocksworld_3 | 56 | [
55
] | 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 the table and the orange 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 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
[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 and the orange 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 blue red)
(put-down blue)
(unstack red orange)
(stack red blue)
|
task_1_plan_generation | oneshot | blocksworld_3 | 57 | [
56
] | 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 and the orange 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 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
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 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 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 blue red)
(put-down blue)
(unstack red orange)
(put-down red)
(pick-up blue)
(stack blue orange)
(pick-up red)
(stack red blue)
|
task_1_plan_generation | oneshot | blocksworld_3 | 58 | [
57
] | 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 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 blue 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 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 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 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.
My plan is as follows:
[PLAN] | (unstack blue red)
(put-down blue)
(pick-up orange)
(stack orange red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 59 | [
58
] | 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 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.
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 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 orange block, the blue block is on top of the red 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.
My plan is as follows:
[PLAN] | (unstack blue red)
(put-down blue)
(unstack red orange)
(put-down red)
(pick-up orange)
(stack orange red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 60 | [
59
] | 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 and the orange 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 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 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 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 red orange)
(stack red blue)
(pick-up orange)
(stack orange red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 61 | [
60
] | 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 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 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 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 blue 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 and the orange block is on top of the red block.
My plan is as follows:
[PLAN] | (unstack blue orange)
(put-down blue)
(pick-up red)
(stack red blue)
(pick-up orange)
(stack orange red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 62 | [
61
] | 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 blue 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 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
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 orange block is clear, the hand is empty, the red 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 blue block is on top of the orange block.
My plan is as follows:
[PLAN] | (unstack red blue)
(put-down red)
(pick-up blue)
(stack blue orange)
(pick-up red)
(stack red blue)
|
task_1_plan_generation | oneshot | blocksworld_3 | 63 | [
62
] | 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 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 blue 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
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 blue 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 orange block and the orange block is on top of the blue block.
My plan is as follows:
[PLAN] | (unstack blue red)
(put-down blue)
(pick-up orange)
(stack orange blue)
(pick-up red)
(stack red orange)
|
task_1_plan_generation | oneshot | blocksworld_3 | 64 | [
63
] | 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 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 orange 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 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 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 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 and the orange block is on top of the red block.
My plan is as follows:
[PLAN] | (unstack red orange)
(put-down red)
(pick-up orange)
(stack orange red)
(pick-up blue)
(stack blue orange)
|
task_1_plan_generation | oneshot | blocksworld_3 | 65 | [
64
] | 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 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 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 orange block
put down the red block
pick up the orange block
stack the orange block on top of the red 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 the table 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 orange)
(put-down red)
(pick-up blue)
(stack blue red)
(pick-up orange)
(stack orange blue)
|
task_1_plan_generation | oneshot | blocksworld_3 | 66 | [
65
] | 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 the table 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 orange block
put down the red 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 hand is empty, 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 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 orange)
(put-down blue)
(pick-up red)
(stack red orange)
(pick-up blue)
(stack blue red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 67 | [
66
] | 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 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 orange block
put down the blue 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 blue block is clear, the hand is empty, the red 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.
My plan is as follows:
[PLAN] | (unstack red orange)
(put-down red)
(pick-up blue)
(stack blue orange)
|
task_1_plan_generation | oneshot | blocksworld_3 | 68 | [
67
] | 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 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 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
[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 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 orange block is on top of the blue block.
My plan is as follows:
[PLAN] | (unstack red blue)
(put-down red)
(pick-up orange)
(stack orange blue)
(pick-up red)
(stack red orange)
|
task_1_plan_generation | oneshot | blocksworld_3 | 69 | [
68
] | 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 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 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
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 blue block is clear, the hand is empty, the blue 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 blue block is on top of the orange block and the orange block is on top of the red block.
My plan is as follows:
[PLAN] | (unstack blue orange)
(put-down blue)
(pick-up orange)
(stack orange red)
(pick-up blue)
(stack blue orange)
|
task_1_plan_generation | oneshot | blocksworld_3 | 70 | [
69
] | 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 blue 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 blue block is on top of the orange 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
pick up the orange block
stack the orange block on top of the red 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 orange block is clear, the hand is empty, the red 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 blue block is on top of the orange block.
My plan is as follows:
[PLAN] | (unstack red blue)
(put-down red)
(pick-up blue)
(stack blue orange)
|
task_1_plan_generation | oneshot | blocksworld_3 | 71 | [
70
] | 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 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 red block from on top of the blue block
put down the red 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 blue block is clear, the orange block is clear, the hand is empty, the orange 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.
My plan is as follows:
[PLAN] | (unstack orange red)
(put-down orange)
(pick-up blue)
(stack blue red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 72 | [
71
] | 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 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.
My plan is as follows:
[PLAN]
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 hand is empty, the blue block is on top of the orange block, the orange 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 blue block.
My plan is as follows:
[PLAN] | (unstack blue orange)
(put-down blue)
(unstack orange red)
(put-down orange)
(pick-up red)
(stack red blue)
|
task_1_plan_generation | oneshot | blocksworld_3 | 73 | [
72
] | 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 red block and the red 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 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 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 orange 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 orange block.
My plan is as follows:
[PLAN] | (pick-up blue)
(stack blue orange)
|
task_1_plan_generation | oneshot | blocksworld_3 | 74 | [
73
] | 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 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 orange block.
My plan is as follows:
[PLAN]
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 hand is empty, the red block is on top of the orange block, the orange block is on top of the blue block and the blue 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 red orange)
(put-down red)
(unstack orange blue)
(stack orange red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 75 | [
74
] | 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 blue block and the blue 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 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 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 blue 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 red block and the orange block is on top of the blue block.
My plan is as follows:
[PLAN] | (unstack red blue)
(put-down red)
(pick-up blue)
(stack blue red)
(pick-up orange)
(stack orange blue)
|
task_1_plan_generation | oneshot | blocksworld_3 | 76 | [
75
] | 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 the table 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 blue block
put down the red 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 orange block, the blue 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 orange block.
My plan is as follows:
[PLAN] | (unstack blue red)
(put-down blue)
(unstack red orange)
(put-down red)
(pick-up blue)
(stack blue orange)
|
task_1_plan_generation | oneshot | blocksworld_3 | 77 | [
76
] | 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 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 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 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 orange block is clear, the hand is empty, 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] | (pick-up blue)
(stack blue orange)
|
task_1_plan_generation | oneshot | blocksworld_3 | 78 | [
77
] | 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 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]
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 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 red block and the blue 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 orange red)
(put-down orange)
(unstack red blue)
(put-down red)
(pick-up blue)
(stack blue orange)
|
task_1_plan_generation | oneshot | blocksworld_3 | 79 | [
78
] | 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 red block and the blue 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 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 blue block
stack the blue 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 blue block is on top of the orange block, the orange 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.
My plan is as follows:
[PLAN] | (unstack blue orange)
(put-down blue)
(unstack orange red)
(put-down orange)
(pick-up red)
(stack red orange)
|
task_1_plan_generation | oneshot | blocksworld_3 | 80 | [
79
] | 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 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.
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 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 orange block is clear, the hand is empty, the blue 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 orange block.
My plan is as follows:
[PLAN] | (unstack blue red)
(put-down blue)
(pick-up red)
(stack red orange)
|
task_1_plan_generation | oneshot | blocksworld_3 | 81 | [
80
] | 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 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 orange 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 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 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 orange block and the blue block is on top of the red block.
My plan is as follows:
[PLAN] | (unstack orange red)
(put-down orange)
(pick-up red)
(stack red orange)
(pick-up blue)
(stack blue red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 82 | [
81
] | 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 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 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 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
[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 red block and the blue 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 red block.
My plan is as follows:
[PLAN] | (unstack orange red)
(put-down orange)
(unstack red blue)
(put-down red)
(pick-up orange)
(stack orange red)
(pick-up blue)
(stack blue orange)
|
task_1_plan_generation | oneshot | blocksworld_3 | 83 | [
82
] | 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 red block and the blue 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 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 orange block
stack the orange block on top of the red 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 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 red block.
My plan is as follows:
[PLAN] | (pick-up blue)
(stack blue red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 84 | [
83
] | 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 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 red block.
My plan is as follows:
[PLAN]
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 blue 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 red block.
My plan is as follows:
[PLAN] | (unstack red blue)
(put-down red)
(pick-up blue)
(stack blue red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 85 | [
84
] | 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 the table and the orange block is on the table.
My goal is to have that 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
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 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 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.
My plan is as follows:
[PLAN] | (unstack orange red)
(put-down orange)
(unstack red blue)
(stack red orange)
|
task_1_plan_generation | oneshot | blocksworld_3 | 86 | [
85
] | 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 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.
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
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 blue 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 blue block.
My plan is as follows:
[PLAN] | (pick-up orange)
(stack orange blue)
|
task_1_plan_generation | oneshot | blocksworld_3 | 87 | [
86
] | 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 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 blue block.
My plan is as follows:
[PLAN]
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 hand is empty, 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 red block and the orange block is on top of the blue block.
My plan is as follows:
[PLAN] | (pick-up blue)
(stack blue red)
(pick-up orange)
(stack orange blue)
|
task_1_plan_generation | oneshot | blocksworld_3 | 88 | [
87
] | 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 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 red block and the orange block is on top of the blue block.
My plan is as follows:
[PLAN]
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 orange block is clear, the hand is empty, the orange 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 blue block and the orange block is on top of the red block.
My plan is as follows:
[PLAN] | (unstack orange blue)
(put-down orange)
(pick-up red)
(stack red blue)
(pick-up orange)
(stack orange red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 89 | [
88
] | 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 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 blue 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 blue block
put down the orange 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 blue block is clear, the orange block is clear, the hand is empty, 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 red block.
My plan is as follows:
[PLAN] | (pick-up blue)
(stack blue red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 90 | [
89
] | 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 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 red block.
My plan is as follows:
[PLAN]
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 blue block is clear, the orange block is clear, the hand is empty, 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 and the orange block is on top of the red block.
My plan is as follows:
[PLAN] | (pick-up orange)
(stack orange red)
(pick-up blue)
(stack blue orange)
|
task_1_plan_generation | oneshot | blocksworld_3 | 91 | [
90
] | 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 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 and the orange block is on top of the red block.
My plan is as follows:
[PLAN]
pick up the orange block
stack the orange block on top of the red 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 blue 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 orange block is on top of the red block.
My plan is as follows:
[PLAN] | (unstack blue orange)
(put-down blue)
(pick-up orange)
(stack orange red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 92 | [
91
] | 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 blue 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 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
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 blue 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 blue block is on top of the red block.
My plan is as follows:
[PLAN] | (unstack blue orange)
(stack blue red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 93 | [
92
] | 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 blue 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 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
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 hand is empty, 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 red block.
My plan is as follows:
[PLAN] | (pick-up orange)
(stack orange red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 94 | [
93
] | 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 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 red block.
My plan is as follows:
[PLAN]
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 orange block is clear, the hand is empty, the red 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 blue block is on top of the orange block and the orange block is on top of the red block.
My plan is as follows:
[PLAN] | (unstack red blue)
(put-down red)
(pick-up orange)
(stack orange red)
(pick-up blue)
(stack blue orange)
|
task_1_plan_generation | oneshot | blocksworld_3 | 95 | [
94
] | 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 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 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
pick up the orange block
stack the orange block on top of the red 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 hand is empty, the red block is on top of the orange block, the orange 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 red orange)
(put-down red)
(unstack orange blue)
(put-down orange)
(pick-up blue)
(stack blue orange)
(pick-up red)
(stack red blue)
|
task_1_plan_generation | oneshot | blocksworld_3 | 96 | [
95
] | 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 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 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 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 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.
My plan is as follows:
[PLAN] | (unstack blue red)
(stack blue orange)
|
task_1_plan_generation | oneshot | blocksworld_3 | 97 | [
96
] | 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 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.
My plan is as follows:
[PLAN]
unstack the blue block from on top of the red block
stack the blue 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 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 blue)
(put-down orange)
(unstack blue red)
(put-down blue)
(pick-up orange)
(stack orange red)
|
task_1_plan_generation | oneshot | blocksworld_3 | 98 | [
97
] | 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 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 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 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 blue block and the red 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_3 | 99 | [
98
] | 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 blue block and the red 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 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 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 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_3 | 100 | [
99
] | 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 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 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 blue block is clear, the orange block is clear, the hand is empty, the orange 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 orange block and the orange block is on top of the red block.
My plan is as follows:
[PLAN] | (pick-up blue)
(stack blue orange)
|
task_1_plan_generation | oneshot | blocksworld_3 | 101 | [
100
] | 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 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 orange block and the orange 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
[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 red block and the red block is on the table.
My goal is to have that 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 | 2 | [
1
] | 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 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
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 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 orange block is on top of the red block.
My plan is as follows:
[PLAN] | (unstack yellow orange)
(put-down yellow)
(pick-up orange)
(stack orange red)
|
task_1_plan_generation | oneshot | blocksworld | 3 | [
2
] | 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 orange block is on top of the red 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 red 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 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 yellow)
(put-down orange)
(unstack yellow red)
(stack yellow blue)
(pick-up red)
(stack red orange)
(unstack yellow blue)
(stack yellow red)
|
task_1_plan_generation | oneshot | blocksworld | 4 | [
3
] | 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 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 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 blue block
pick up the red 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
[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 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 yellow)
(stack yellow blue)
(pick-up red)
(stack red yellow)
|
task_1_plan_generation | oneshot | blocksworld | 5 | [
4
] | 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 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 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 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 blue 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] | (pick-up yellow)
(stack yellow orange)
|
task_1_plan_generation | oneshot | blocksworld | 6 | [
5
] | 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 blue 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]
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 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 blue block and the yellow block is on top of the orange 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 blue)
(pick-up yellow)
(stack yellow orange)
|
task_1_plan_generation | oneshot | blocksworld | 7 | [
6
] | 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 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 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 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 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 red block is on top of the orange block.
My plan is as follows:
[PLAN] | (unstack red yellow)
(put-down red)
(unstack yellow blue)
(put-down yellow)
(unstack blue orange)
(put-down blue)
(pick-up red)
(stack red orange)
|
task_1_plan_generation | oneshot | blocksworld | 8 | [
7
] | 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 red 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
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 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 yellow block is on top of the orange block.
My plan is as follows:
[PLAN] | (unstack blue orange)
(stack blue red)
(pick-up yellow)
(stack yellow orange)
(unstack blue red)
(stack blue yellow)
(pick-up red)
(stack red blue)
|
task_1_plan_generation | oneshot | blocksworld | 9 | [
8
] | 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 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
stack the blue block on top of the red block
pick up the yellow block
stack the yellow block on top of the orange 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 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 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 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 orange yellow)
(put-down orange)
(unstack yellow red)
(put-down yellow)
(pick-up red)
(stack red orange)
(pick-up blue)
(stack blue red)
(pick-up yellow)
(stack yellow blue)
|
task_1_plan_generation | oneshot | blocksworld | 10 | [
9
] | 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 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 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 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 orange 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 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 and the blue block is on top of the orange block.
My plan is as follows:
[PLAN] | (unstack orange blue)
(put-down orange)
(pick-up blue)
(stack blue orange)
(unstack yellow red)
(put-down yellow)
(pick-up red)
(stack red yellow)
|
task_1_plan_generation | oneshot | blocksworld | 11 | [
10
] | 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 orange block is on top of the blue 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 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 blue block
put down the orange 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
put down the yellow 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 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 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 yellow block is on top of the red block.
My plan is as follows:
[PLAN] | (unstack red yellow)
(put-down red)
(pick-up yellow)
(stack yellow red)
(unstack blue orange)
(stack blue yellow)
|
task_1_plan_generation | oneshot | blocksworld | 12 | [
11
] | 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 yellow 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 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
put down the red block
pick up the yellow block
stack the yellow block on top of the red block
unstack the blue block from on top of the orange 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 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 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] | (unstack blue yellow)
(stack blue orange)
(pick-up yellow)
(stack yellow red)
|
task_1_plan_generation | oneshot | blocksworld | 13 | [
12
] | 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 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]
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 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 orange block is on top of the blue 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.
My plan is as follows:
[PLAN] | (unstack orange blue)
(put-down orange)
(unstack yellow red)
(put-down yellow)
(pick-up red)
(stack red blue)
|
task_1_plan_generation | oneshot | blocksworld | 14 | [
13
] | 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 orange block is on top of the blue 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.
My plan is as follows:
[PLAN]
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
put down 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 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 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 blue orange)
(put-down blue)
(unstack orange yellow)
(stack orange blue)
(pick-up yellow)
(stack yellow red)
(unstack orange blue)
(stack orange yellow)
(pick-up blue)
(stack blue orange)
|
task_1_plan_generation | oneshot | blocksworld | 15 | [
14
] | 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 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 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
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
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 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 blue block is on top of the red block.
My plan is as follows:
[PLAN] | (unstack orange blue)
(put-down orange)
(pick-up red)
(stack red orange)
(unstack blue yellow)
(stack blue red)
|
task_1_plan_generation | oneshot | blocksworld | 16 | [
15
] | 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 blue block is on top of the red 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 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 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 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 orange)
(stack yellow red)
(pick-up orange)
(stack orange blue)
|