idx int64 0 499 | query stringlengths 2.11k 2.95k | pure_question stringlengths 1.11k 1.94k | pure_constraint stringclasses 1
value | readable_plan stringlengths 24 204 | problem stringlengths 2.11k 2.95k | answer stringlengths 24 204 |
|---|---|---|---|---|---|---|
0 | 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 a... | 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
[STATEMENT]
As initial conditions I have that, the red block is clear, the blue block is c... | 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 i... | (unstack d c)
(put-down d)
(pick-up c)
(stack c a)
| 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 a... | (unstack d c)
(put-down d)
(pick-up c)
(stack c a)
|
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 a... | 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
[STATEMENT]
As initial conditions I have that, the red block is clear, the yellow block is... | 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 i... | (unstack b c)
(put-down b)
(unstack c d)
(put-down c)
(unstack d a)
(stack d b)
(pick-up a)
(stack a c)
(unstack d b)
(stack d a)
| 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 a... | (unstack b c)
(put-down b)
(unstack c d)
(put-down c)
(unstack d a)
(stack d b)
(pick-up a)
(stack a c)
(unstack d b)
(stack d a)
|
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 a... | 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
[STATEMENT]
As initial conditions I have that, the blue block is clear, the hand is empty,... | 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 i... | (unstack d a)
(put-down d)
(unstack a c)
(put-down a)
(unstack c b)
(put-down c)
(pick-up d)
(stack d b)
(pick-up a)
(stack a d)
| 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 a... | (unstack d a)
(put-down d)
(unstack a c)
(put-down a)
(unstack c b)
(put-down c)
(pick-up d)
(stack d b)
(pick-up a)
(stack a d)
|
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 a... | 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
[STATEMENT]
As initial conditions I have that, the yellow block is clear, the hand is empt... | 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 i... | (pick-up d)
(stack d c)
| 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 a... | (pick-up d)
(stack d c)
|
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 a... | 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
[STATEMENT]
As initial conditions I have that, the orange block is clear, the yellow 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 i... | (unstack d a)
(put-down d)
(unstack a c)
(stack a d)
(unstack c b)
(put-down c)
(unstack a d)
(stack a b)
(pick-up d)
(stack d c)
| 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 a... | (unstack d a)
(put-down d)
(unstack a c)
(stack a d)
(unstack c b)
(put-down c)
(unstack a d)
(stack a b)
(pick-up d)
(stack d c)
|
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 a... | 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
[STATEMENT]
As initial conditions I have that, the yellow block is clear, the hand is empt... | 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 i... | (unstack a d)
(put-down a)
(unstack d b)
(put-down d)
(unstack b c)
(put-down b)
(pick-up a)
(stack a c)
| 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 a... | (unstack a d)
(put-down a)
(unstack d b)
(put-down d)
(unstack b c)
(put-down b)
(pick-up a)
(stack a c)
|
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 a... | 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
[STATEMENT]
As initial conditions I have that, the red block is clear, the hand is empty, ... | 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 i... | (unstack b c)
(stack b a)
(pick-up d)
(stack d c)
(unstack b a)
(stack b d)
(pick-up a)
(stack a b)
| 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 a... | (unstack b c)
(stack b a)
(pick-up d)
(stack d c)
(unstack b a)
(stack b d)
(pick-up a)
(stack a b)
|
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 a... | 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
[STATEMENT]
As initial conditions I have that, the red block is clear, the blue block is c... | 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 i... | (unstack c d)
(put-down c)
(unstack d a)
(put-down d)
(pick-up a)
(stack a c)
(pick-up b)
(stack b a)
(pick-up d)
(stack d b)
| 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 a... | (unstack c d)
(put-down c)
(unstack d a)
(put-down d)
(pick-up a)
(stack a c)
(pick-up b)
(stack b a)
(pick-up d)
(stack d b)
|
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 a... | 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
[STATEMENT]
As initial conditions I have that, the blue block is clear, the orange block i... | 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 i... | (unstack c b)
(put-down c)
(pick-up b)
(stack b c)
(unstack d a)
(put-down d)
(pick-up a)
(stack a d)
| 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 a... | (unstack c b)
(put-down c)
(pick-up b)
(stack b c)
(unstack d a)
(put-down d)
(pick-up a)
(stack a d)
|
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 a... | 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
[STATEMENT]
As initial conditions I have that, the orange block is clear, the yellow 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 i... | (unstack a d)
(put-down a)
(pick-up d)
(stack d a)
(unstack b c)
(stack b d)
| 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 a... | (unstack a d)
(put-down a)
(pick-up d)
(stack d a)
(unstack b c)
(stack b d)
|
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 a... | 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
[STATEMENT]
As initial conditions I have that, the red block is clear, the blue block is c... | 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 i... | (unstack b d)
(stack b c)
(pick-up d)
(stack d a)
| 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 a... | (unstack b d)
(stack b c)
(pick-up d)
(stack d a)
|
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 a... | 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
[STATEMENT]
As initial conditions I have that, the red block is clear, the blue block is c... | 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 i... | (unstack c b)
(put-down c)
(unstack d a)
(put-down d)
(pick-up a)
(stack a b)
| 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 a... | (unstack c b)
(put-down c)
(unstack d a)
(put-down d)
(pick-up a)
(stack a b)
|
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 a... | 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
[STATEMENT]
As initial conditions I have that, the orange block is clear, the yellow 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 i... | (unstack a b)
(put-down a)
(unstack b c)
(put-down b)
(unstack c d)
(stack c b)
(pick-up d)
(stack d a)
(unstack c b)
(stack c d)
(pick-up b)
(stack b c)
| 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 a... | (unstack a b)
(put-down a)
(unstack b c)
(put-down b)
(unstack c d)
(stack c b)
(pick-up d)
(stack d a)
(unstack c b)
(stack c d)
(pick-up b)
(stack b c)
|
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 a... | 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
[STATEMENT]
As initial conditions I have that, the red block is clear, the hand is empty, ... | 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 i... | (unstack c b)
(put-down c)
(pick-up a)
(stack a c)
(unstack b d)
(stack b a)
| 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 a... | (unstack c b)
(put-down c)
(pick-up a)
(stack a c)
(unstack b d)
(stack b a)
|
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 a... | 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
[STATEMENT]
As initial conditions I have that, the red block is clear, the orange block is... | 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 i... | (unstack d c)
(stack d a)
(pick-up c)
(stack c b)
| 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 a... | (unstack d c)
(stack d a)
(pick-up c)
(stack c b)
|
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 a... | 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
[STATEMENT]
As initial conditions I have that, the red block is clear, the blue block is c... | 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 i... | (unstack a d)
(put-down a)
(unstack d c)
(put-down d)
(pick-up c)
(stack c d)
(pick-up b)
(stack b c)
| 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 a... | (unstack a d)
(put-down a)
(unstack d c)
(put-down d)
(pick-up c)
(stack c d)
(pick-up b)
(stack b c)
|
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 a... | 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
[STATEMENT]
As initial conditions I have that, the red block is clear, the blue block is c... | 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 i... | (unstack d b)
(put-down d)
(unstack b a)
(put-down b)
(unstack a c)
(put-down a)
(pick-up c)
(stack c d)
(pick-up b)
(stack b c)
| 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 a... | (unstack d b)
(put-down d)
(unstack b a)
(put-down b)
(unstack a c)
(put-down a)
(pick-up c)
(stack c d)
(pick-up b)
(stack b c)
|
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 a... | 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
[STATEMENT]
As initial conditions I have that, the yellow block is clear, the hand is empt... | 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 i... | (unstack c a)
(put-down c)
(unstack a d)
(stack a b)
(pick-up c)
(stack c a)
(pick-up d)
(stack d c)
| 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 a... | (unstack c a)
(put-down c)
(unstack a d)
(stack a b)
(pick-up c)
(stack c a)
(pick-up d)
(stack d c)
|
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 a... | 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
[STATEMENT]
As initial conditions I have that, the blue block is clear, the orange block i... | 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 i... | (unstack c a)
(put-down c)
(unstack b d)
(stack b a)
(pick-up d)
(stack d b)
(pick-up c)
(stack c d)
| 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 a... | (unstack c a)
(put-down c)
(unstack b d)
(stack b a)
(pick-up d)
(stack d b)
(pick-up c)
(stack c d)
|
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 a... | 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
[STATEMENT]
As initial conditions I have that, the blue block is clear, the orange block i... | 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 i... | (pick-up b)
(stack b d)
| 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 a... | (pick-up b)
(stack b d)
|
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 a... | 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
[STATEMENT]
As initial conditions I have that, the blue block is clear, the yellow block i... | 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 i... | (unstack d c)
(stack d b)
(unstack c a)
(put-down c)
(unstack d b)
(stack d a)
(pick-up b)
(stack b c)
| 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 a... | (unstack d c)
(stack d b)
(unstack c a)
(put-down c)
(unstack d b)
(stack d a)
(pick-up b)
(stack b c)
|
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 a... | 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
[STATEMENT]
As initial conditions I have that, the blue block is clear, the yellow block i... | 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 i... | (unstack a d)
(put-down a)
(unstack d c)
(stack d a)
(pick-up b)
(stack b c)
| 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 a... | (unstack a d)
(put-down a)
(unstack d c)
(stack d a)
(pick-up b)
(stack b c)
|
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 a... | 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
[STATEMENT]
As initial conditions I have that, the red block is clear, the blue block is c... | 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 i... | (unstack a b)
(put-down a)
(unstack b d)
(put-down b)
(unstack d c)
(stack d b)
(pick-up c)
(stack c a)
| 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 a... | (unstack a b)
(put-down a)
(unstack b d)
(put-down b)
(unstack d c)
(stack d b)
(pick-up c)
(stack c a)
|
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 a... | 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
[STATEMENT]
As initial conditions I have that, the red block is clear, the hand is empty, ... | 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 i... | (unstack d b)
(put-down d)
(unstack b a)
(stack b d)
| 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 a... | (unstack d b)
(put-down d)
(unstack b a)
(stack b d)
|
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 a... | 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
[STATEMENT]
As initial conditions I have that, the orange block is clear, the yellow 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 i... | (pick-up a)
(stack a b)
(unstack c d)
(stack c a)
| 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 a... | (pick-up a)
(stack a b)
(unstack c d)
(stack c a)
|
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 a... | 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
[STATEMENT]
As initial conditions I have that, the red block is clear, the blue block is c... | 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 i... | (unstack c a)
(put-down c)
(pick-up a)
(stack a c)
(unstack b d)
(put-down b)
(pick-up d)
(stack d a)
| 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 a... | (unstack c a)
(put-down c)
(pick-up a)
(stack a c)
(unstack b d)
(put-down b)
(pick-up d)
(stack d a)
|
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 4