id
stringlengths
1
3
task_type
stringclasses
4 values
num_agent
int32
2
3
orthographic_view
imagewidth (px)
1.28k
1.28k
agent1_obs
images listlengths
2
9
agent2_obs
images listlengths
2
9
agent3_obs
images listlengths
0
8
conversations
sequence
0
build
3
{ "from": [ "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 1 pumpkin. bot1 has 3 bricks. bot1 has 2 purple_wool. bot1 has 1 coal_ore. bot2 has 3 purple_wool. bot2 has 3 stone. bot2 has 3 gold_ore. bot2 has 3 bricks. bot2 has 3 pumpkin. bot3 has 4 coal_ore. bot3 has 1 gold_ore. bot3 has 2 pumpkin. bot3 has 3 purple_wool. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'pumpkin', new Vec3(-1,0,-1))\nplaceItem(bot2, 'purple_wool', new Vec3(1,0,-1))\nplaceItem(bot3, 'coal_ore', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(0,1,-1))\nplaceItem(bot2, 'stone', new Vec3(-1,1,-1))\nplaceItem(bot3, 'gold_ore', new Vec3(1,1,-1))\n" ] }
1
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 2 dirt. bot1 has 4 clay. bot1 has 5 orange_concrete. bot1 has 3 iron_ore. bot1 has 3 end_stone. bot1 has 1 purple_wool. bot2 has 8 end_stone. bot2 has 4 purple_wool. bot2 has 3 iron_ore. bot2 has 1 dirt. bot2 has 2 orange_concrete. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'dirt', new Vec3(2,0,-1))\nplaceItem(bot2, 'end_stone', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'clay', new Vec3(-1,0,-1))\nplaceItem(bot2, 'end_stone', new Vec3(1,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'orange_concrete', new Vec3(0,1,-1))\nplaceItem(bot2, 'purple_wool', new Vec3(2,1,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'iron_ore', new Vec3(-1,1,-1))\n" ] }
2
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 3 end_stone. bot1 has 3 gold_ore. bot1 has 3 dirt. bot1 has 2 coal_ore. bot2 has 5 sandstone. bot2 has 4 sponge. bot2 has 2 coal_ore. bot2 has 1 end_stone. bot2 has 2 dirt. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'end_stone', new Vec3(1,0,-1))\nplaceItem(bot2, 'sandstone', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'gold_ore', new Vec3(-1,0,-1))\nplaceItem(bot2, 'sponge', new Vec3(1,1,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'dirt', new Vec3(-1,1,-1))\nplaceItem(bot2, 'coal_ore', new Vec3(0,1,-1))\n" ] }
3
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 2 iron_ore. bot1 has 3 emerald_block. bot1 has 5 bricks. bot1 has 3 oak_fence. bot1 has 2 grass_block. bot2 has 5 coal_ore. bot2 has 2 bricks. bot2 has 1 grass_block. bot2 has 3 oak_fence. bot2 has 2 emerald_block. bot2 has 3 iron_ore. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'iron_ore', new Vec3(-1,0,-1))\nplaceItem(bot2, 'coal_ore', new Vec3(0,0,0))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'emerald_block', new Vec3(0,0,-1))\nplaceItem(bot2, 'bricks', new Vec3(-1,0,0))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(0,1,0))\nplaceItem(bot2, 'grass_block', new Vec3(-1,1,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'oak_fence', new Vec3(-1,1,0))\n" ] }
4
build
3
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 7 clay. bot1 has 9 gold_ore. bot1 has 4 birch_log. bot1 has 1 sea_lantern. bot1 has 3 bricks. bot2 has 4 bricks. bot2 has 6 gold_ore. bot2 has 6 clay. bot2 has 3 birch_log. bot2 has 2 sea_lantern. bot3 has 5 sea_lantern. bot3 has 6 gold_ore. bot3 has 3 birch_log. bot3 has 4 clay. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'clay', new Vec3(1,0,-1))\nplaceItem(bot2, 'bricks', new Vec3(2,0,-1))\nplaceItem(bot3, 'sea_lantern', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'gold_ore', new Vec3(-1,0,-1))\nplaceItem(bot2, 'gold_ore', new Vec3(2,1,-1))\nplaceItem(bot3, 'gold_ore', new Vec3(0,1,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'birch_log', new Vec3(-1,1,-1))\nplaceItem(bot2, 'clay', new Vec3(1,1,-1))\n" ] }
5
build
3
{ "from": [ "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 2 dirt. bot1 has 2 coal_ore. bot1 has 2 oak_planks. bot1 has 2 orange_concrete. bot2 has 5 dirt. bot2 has 3 oak_planks. bot3 has 4 bricks. bot3 has 1 orange_concrete. bot3 has 3 coal_ore. bot3 has 2 oak_planks. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'dirt', new Vec3(-1,0,-1))\nplaceItem(bot2, 'dirt', new Vec3(1,0,-1))\nplaceItem(bot3, 'bricks', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'coal_ore', new Vec3(2,0,-1))\nplaceItem(bot2, 'oak_planks', new Vec3(-1,1,-1))\nplaceItem(bot3, 'orange_concrete', new Vec3(1,1,-1))\n" ] }
6
build
3
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 1 gold_ore. bot1 has 1 clay. bot1 has 2 sponge. bot1 has 3 stone. bot2 has 5 end_stone. bot2 has 5 stone. bot2 has 3 gold_ore. bot2 has 1 sponge. bot2 has 2 pumpkin. bot2 has 3 birch_log. bot2 has 2 clay. bot3 has 6 birch_log. bot3 has 5 pumpkin. bot3 has 3 clay. bot3 has 1 stone. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'gold_ore', new Vec3(-1,0,0))\nplaceItem(bot2, 'end_stone', new Vec3(0,0,0))\nplaceItem(bot3, 'birch_log', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'clay', new Vec3(-1,0,-1))\nplaceItem(bot2, 'stone', new Vec3(0,0,1))\nplaceItem(bot3, 'pumpkin', new Vec3(-1,0,1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'sponge', new Vec3(-1,1,0))\nplaceItem(bot2, 'stone', new Vec3(-1,1,-1))\n" ] }
7
build
3
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 2 end_stone. bot1 has 4 oak_planks. bot1 has 3 emerald_block. bot1 has 3 grass_block. bot1 has 1 bricks. bot1 has 3 clay. bot2 has 4 bricks. bot2 has 3 grass_block. bot2 has 1 oak_planks. bot3 has 1 clay. bot3 has 3 iron_ore. bot3 has 4 end_stone. bot3 has 1 oak_planks. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'end_stone', new Vec3(-1,0,0))\nplaceItem(bot2, 'bricks', new Vec3(-1,0,1))\nplaceItem(bot3, 'clay', new Vec3(-1,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'oak_planks', new Vec3(0,0,1))\nplaceItem(bot2, 'bricks', new Vec3(0,0,0))\nplaceItem(bot3, 'iron_ore', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'emerald_block', new Vec3(-1,1,-1))\nplaceItem(bot2, 'grass_block', new Vec3(-1,1,0))\nplaceItem(bot3, 'end_stone', new Vec3(-1,1,1))\n" ] }
8
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 2 iron_ore. bot1 has 2 pumpkin. bot1 has 4 dirt. bot1 has 5 emerald_block. bot1 has 1 orange_concrete. bot2 has 4 orange_concrete. bot2 has 11 emerald_block. bot2 has 3 iron_ore. bot2 has 3 dirt. bot2 has 3 pumpkin. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'iron_ore', new Vec3(-1,0,-1))\nplaceItem(bot2, 'orange_concrete', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'pumpkin', new Vec3(1,0,-1))\nplaceItem(bot2, 'emerald_block', new Vec3(0,1,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'dirt', new Vec3(1,1,-1))\nplaceItem(bot2, 'emerald_block', new Vec3(-1,1,-1))\n" ] }
9
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 5 bricks. bot1 has 5 iron_ore. bot1 has 1 sandstone. bot2 has 3 pumpkin. bot2 has 6 sandstone. bot2 has 3 iron_ore. bot2 has 3 bricks. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(-1,0,-1))\nplaceItem(bot2, 'pumpkin', new Vec3(-1,0,0))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'iron_ore', new Vec3(0,0,-1))\nplaceItem(bot2, 'sandstone', new Vec3(0,0,0))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'iron_ore', new Vec3(-1,1,-1))\n" ] }
10
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 3 emerald_block. bot1 has 4 oak_fence. bot1 has 2 clay. bot1 has 1 oak_planks. bot1 has 4 sponge. bot2 has 8 emerald_block. bot2 has 2 stone. bot2 has 5 birch_log. bot2 has 2 dirt. bot2 has 4 coal_ore. bot2 has 1 clay. bot2 has 1 oak_planks. bot2 has 1 sponge. bot2 has 2 oak_fence. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'emerald_block', new Vec3(-1,0,0))\nplaceItem(bot2, 'emerald_block', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'oak_fence', new Vec3(-1,0,-1))\nplaceItem(bot2, 'stone', new Vec3(0,0,0))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'clay', new Vec3(-1,0,1))\nplaceItem(bot2, 'birch_log', new Vec3(0,0,1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'oak_planks', new Vec3(-1,1,-1))\nplaceItem(bot2, 'dirt', new Vec3(-1,1,1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'sponge', new Vec3(-1,1,0))\nplaceItem(bot2, 'coal_ore', new Vec3(0,1,1))\n" ] }
11
build
3
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 5 sea_lantern. bot1 has 6 bricks. bot1 has 5 purple_wool. bot1 has 3 oak_planks. bot1 has 3 iron_ore. bot2 has 5 oak_planks. bot2 has 3 iron_ore. bot2 has 3 purple_wool. bot3 has 5 purple_wool. bot3 has 2 sea_lantern. bot3 has 3 oak_planks. bot3 has 1 bricks. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'sea_lantern', new Vec3(0,0,0))\nplaceItem(bot2, 'oak_planks', new Vec3(0,0,-1))\nplaceItem(bot3, 'purple_wool', new Vec3(-1,0,0))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(-1,0,-1))\nplaceItem(bot2, 'iron_ore', new Vec3(-1,1,0))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'purple_wool', new Vec3(-1,1,-1))\n" ] }
12
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 2 clay. bot1 has 5 stone. bot1 has 4 oak_planks. bot1 has 3 emerald_block. bot2 has 5 oak_planks. bot2 has 6 sandstone. bot2 has 3 emerald_block. bot2 has 6 stone. bot2 has 3 clay. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'clay', new Vec3(-1,0,0))\nplaceItem(bot2, 'oak_planks', new Vec3(0,0,0))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'stone', new Vec3(-1,0,-1))\nplaceItem(bot2, 'sandstone', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'stone', new Vec3(-1,1,0))\nplaceItem(bot2, 'emerald_block', new Vec3(0,1,0))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'oak_planks', new Vec3(-1,1,-1))\n" ] }
13
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 5 gold_ore. bot1 has 5 bricks. bot1 has 3 sandstone. bot1 has 1 orange_concrete. bot1 has 2 oak_planks. bot1 has 3 sponge. bot2 has 3 sponge. bot2 has 1 oak_planks. bot2 has 1 orange_concrete. bot2 has 2 sandstone. bot2 has 3 gold_ore. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'gold_ore', new Vec3(2,0,-1))\nplaceItem(bot2, 'sponge', new Vec3(1,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(-1,0,-1))\nplaceItem(bot2, 'oak_planks', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'sandstone', new Vec3(2,1,-1))\nplaceItem(bot2, 'orange_concrete', new Vec3(-1,1,-1))\n" ] }
14
build
3
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 7 bricks. bot1 has 5 emerald_block. bot1 has 2 iron_ore. bot1 has 1 sea_lantern. bot2 has 3 sea_lantern. bot2 has 5 oak_planks. bot2 has 1 iron_ore. bot2 has 2 emerald_block. bot2 has 2 bricks. bot2 has 4 orange_concrete. bot3 has 9 orange_concrete. bot3 has 3 iron_ore. bot3 has 3 bricks. bot3 has 3 sea_lantern. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(1,0,-1))\nplaceItem(bot2, 'sea_lantern', new Vec3(0,0,-1))\nplaceItem(bot3, 'orange_concrete', new Vec3(2,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(-1,0,-1))\nplaceItem(bot2, 'oak_planks', new Vec3(0,1,-1))\nplaceItem(bot3, 'orange_concrete', new Vec3(2,1,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'emerald_block', new Vec3(-1,1,-1))\nplaceItem(bot2, 'iron_ore', new Vec3(1,1,-1))\n" ] }
15
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 8 gold_ore. bot1 has 2 iron_ore. bot1 has 5 bricks. bot1 has 3 clay. bot1 has 3 stone. bot2 has 1 oak_fence. bot2 has 1 clay. bot2 has 1 sponge. bot2 has 5 stone. bot2 has 1 bricks. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'gold_ore', new Vec3(0,0,0))\nplaceItem(bot2, 'oak_fence', new Vec3(-1,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'iron_ore', new Vec3(-1,0,0))\nplaceItem(bot2, 'clay', new Vec3(0,0,1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'gold_ore', new Vec3(-1,0,1))\nplaceItem(bot2, 'sponge', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(0,1,1))\nplaceItem(bot2, 'stone', new Vec3(-1,1,1))\n" ] }
16
build
3
{ "from": [ "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 3 orange_concrete. bot1 has 1 clay. bot1 has 1 iron_ore. bot2 has 5 iron_ore. bot2 has 4 orange_concrete. bot2 has 1 clay. bot3 has 4 orange_concrete. bot3 has 6 pumpkin. bot3 has 5 iron_ore. bot3 has 2 clay. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'orange_concrete', new Vec3(0,0,-1))\nplaceItem(bot2, 'iron_ore', new Vec3(1,0,-1))\nplaceItem(bot3, 'orange_concrete', new Vec3(-1,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'clay', new Vec3(1,1,-1))\nplaceItem(bot2, 'iron_ore', new Vec3(-1,1,-1))\nplaceItem(bot3, 'pumpkin', new Vec3(0,1,-1))\n" ] }
17
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 2 bricks. bot1 has 6 clay. bot1 has 1 oak_fence. bot2 has 4 end_stone. bot2 has 3 sandstone. bot2 has 3 bricks. bot2 has 2 oak_fence. bot2 has 3 clay. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(0,0,-1))\nplaceItem(bot2, 'end_stone', new Vec3(1,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'clay', new Vec3(-1,0,-1))\nplaceItem(bot2, 'sandstone', new Vec3(1,1,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'oak_fence', new Vec3(0,1,-1))\nplaceItem(bot2, 'bricks', new Vec3(-1,1,-1))\n" ] }
18
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 5 sandstone. bot1 has 2 emerald_block. bot1 has 4 stone. bot1 has 3 clay. bot1 has 3 oak_planks. bot2 has 2 clay. bot2 has 1 oak_planks. bot2 has 1 emerald_block. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'sandstone', new Vec3(-1,0,-1))\nplaceItem(bot2, 'clay', new Vec3(1,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'emerald_block', new Vec3(0,0,-1))\nplaceItem(bot2, 'oak_planks', new Vec3(-1,1,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'stone', new Vec3(0,1,-1))\n" ] }
19
build
3
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 6 clay. bot1 has 2 birch_log. bot1 has 4 grass_block. bot1 has 4 gold_ore. bot1 has 3 orange_concrete. bot1 has 2 purple_wool. bot2 has 6 purple_wool. bot2 has 4 gold_ore. bot2 has 3 orange_concrete. bot2 has 2 clay. bot3 has 5 purple_wool. bot3 has 3 gold_ore. bot3 has 2 grass_block. bot3 has 3 orange_concrete. bot3 has 3 birch_log. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'clay', new Vec3(-1,0,-1))\nplaceItem(bot2, 'purple_wool', new Vec3(1,0,-1))\nplaceItem(bot3, 'purple_wool', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'birch_log', new Vec3(2,0,-1))\nplaceItem(bot2, 'gold_ore', new Vec3(1,1,-1))\nplaceItem(bot3, 'gold_ore', new Vec3(-1,1,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'grass_block', new Vec3(2,1,-1))\nplaceItem(bot2, 'orange_concrete', new Vec3(0,1,-1))\n" ] }
20
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 4 grass_block. bot1 has 2 sea_lantern. bot1 has 4 bricks. bot1 has 3 sandstone. bot1 has 1 end_stone. bot2 has 1 pumpkin. bot2 has 6 sandstone. bot2 has 3 end_stone. bot2 has 1 grass_block. bot2 has 3 bricks. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'grass_block', new Vec3(2,0,-1))\nplaceItem(bot2, 'pumpkin', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'grass_block', new Vec3(1,0,-1))\nplaceItem(bot2, 'sandstone', new Vec3(-1,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'sea_lantern', new Vec3(2,1,-1))\nplaceItem(bot2, 'end_stone', new Vec3(-1,1,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(0,1,-1))\n" ] }
21
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 4 grass_block. bot1 has 3 birch_log. bot1 has 4 iron_ore. bot1 has 5 stone. bot1 has 3 clay. bot1 has 3 emerald_block. bot1 has 3 orange_concrete. bot2 has 2 clay. bot2 has 4 orange_concrete. bot2 has 4 emerald_block. bot2 has 3 stone. bot2 has 2 grass_block. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'grass_block', new Vec3(-1,0,0))\nplaceItem(bot2, 'clay', new Vec3(-1,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'birch_log', new Vec3(0,0,0))\nplaceItem(bot2, 'orange_concrete', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'iron_ore', new Vec3(-1,1,0))\nplaceItem(bot2, 'emerald_block', new Vec3(-1,1,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'stone', new Vec3(0,1,0))\n" ] }
22
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 3 sandstone. bot1 has 4 sponge. bot1 has 1 coal_ore. bot1 has 1 dirt. bot1 has 1 sea_lantern. bot1 has 2 oak_planks. bot2 has 9 sea_lantern. bot2 has 1 birch_log. bot2 has 4 oak_planks. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'sandstone', new Vec3(0,0,-1))\nplaceItem(bot2, 'sea_lantern', new Vec3(-1,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'sponge', new Vec3(-1,0,1))\nplaceItem(bot2, 'birch_log', new Vec3(0,0,0))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'coal_ore', new Vec3(0,0,1))\nplaceItem(bot2, 'oak_planks', new Vec3(-1,0,0))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'dirt', new Vec3(-1,1,0))\nplaceItem(bot2, 'sea_lantern', new Vec3(0,1,1))\n" ] }
23
build
3
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 4 dirt. bot1 has 1 stone. bot1 has 3 purple_wool. bot1 has 3 grass_block. bot1 has 2 coal_ore. bot2 has 4 grass_block. bot2 has 6 dirt. bot2 has 3 coal_ore. bot2 has 3 stone. bot2 has 3 purple_wool. bot3 has 5 sandstone. bot3 has 3 grass_block. bot3 has 6 dirt. bot3 has 3 purple_wool. bot3 has 3 coal_ore. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'dirt', new Vec3(0,0,-1))\nplaceItem(bot2, 'grass_block', new Vec3(1,0,-1))\nplaceItem(bot3, 'sandstone', new Vec3(-1,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'stone', new Vec3(2,0,-1))\nplaceItem(bot2, 'dirt', new Vec3(1,1,-1))\nplaceItem(bot3, 'grass_block', new Vec3(0,1,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'purple_wool', new Vec3(2,1,-1))\nplaceItem(bot2, 'coal_ore', new Vec3(-1,1,-1))\n" ] }
24
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 6 end_stone. bot1 has 3 bricks. bot1 has 4 oak_fence. bot1 has 4 grass_block. bot1 has 3 sandstone. bot1 has 3 oak_planks. bot2 has 4 sandstone. bot2 has 6 grass_block. bot2 has 2 oak_planks. bot2 has 3 oak_fence. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'end_stone', new Vec3(2,0,-1))\nplaceItem(bot2, 'sandstone', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(-1,0,-1))\nplaceItem(bot2, 'grass_block', new Vec3(1,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'oak_fence', new Vec3(2,1,-1))\nplaceItem(bot2, 'oak_planks', new Vec3(1,1,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'grass_block', new Vec3(0,1,-1))\n" ] }
25
build
3
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 4 oak_planks. bot1 has 2 purple_wool. bot1 has 2 coal_ore. bot1 has 2 birch_log. bot1 has 1 orange_concrete. bot1 has 4 end_stone. bot2 has 4 birch_log. bot2 has 3 end_stone. bot2 has 5 clay. bot2 has 1 oak_planks. bot2 has 2 purple_wool. bot2 has 3 coal_ore. bot3 has 4 orange_concrete. bot3 has 6 end_stone. bot3 has 1 bricks. bot3 has 6 birch_log. bot3 has 2 coal_ore. bot3 has 2 clay. bot3 has 1 purple_wool. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'oak_planks', new Vec3(-1,0,1))\nplaceItem(bot2, 'birch_log', new Vec3(-1,0,-1))\nplaceItem(bot3, 'orange_concrete', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'purple_wool', new Vec3(0,0,1))\nplaceItem(bot2, 'end_stone', new Vec3(0,0,0))\nplaceItem(bot3, 'end_stone', new Vec3(-1,0,0))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'coal_ore', new Vec3(-1,1,-1))\nplaceItem(bot2, 'clay', new Vec3(-1,1,1))\nplaceItem(bot3, 'bricks', new Vec3(-1,1,0))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'birch_log', new Vec3(0,1,1))\n" ] }
26
build
3
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 3 oak_planks. bot1 has 3 sea_lantern. bot1 has 2 coal_ore. bot2 has 5 bricks. bot2 has 3 sandstone. bot2 has 4 coal_ore. bot2 has 2 oak_planks. bot3 has 2 sandstone. bot3 has 1 dirt. bot3 has 2 orange_concrete. bot3 has 4 coal_ore. bot3 has 1 bricks. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'oak_planks', new Vec3(0,0,0))\nplaceItem(bot2, 'bricks', new Vec3(-1,0,0))\nplaceItem(bot3, 'sandstone', new Vec3(-1,0,1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'sea_lantern', new Vec3(0,0,1))\nplaceItem(bot2, 'sandstone', new Vec3(-1,0,-1))\nplaceItem(bot3, 'dirt', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'coal_ore', new Vec3(-1,1,1))\nplaceItem(bot2, 'coal_ore', new Vec3(-1,1,0))\nplaceItem(bot3, 'orange_concrete', new Vec3(-1,1,-1))\n" ] }
27
build
3
{ "from": [ "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 1 sea_lantern. bot1 has 4 gold_ore. bot1 has 3 sandstone. bot1 has 3 clay. bot2 has 6 sandstone. bot2 has 1 emerald_block. bot2 has 1 gold_ore. bot2 has 2 sea_lantern. bot2 has 2 clay. bot3 has 3 clay. bot3 has 3 coal_ore. bot3 has 1 sandstone. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'sea_lantern', new Vec3(-1,0,0))\nplaceItem(bot2, 'sandstone', new Vec3(0,0,-1))\nplaceItem(bot3, 'clay', new Vec3(0,0,0))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'gold_ore', new Vec3(-1,0,-1))\nplaceItem(bot2, 'emerald_block', new Vec3(0,1,0))\nplaceItem(bot3, 'coal_ore', new Vec3(-1,1,0))\n" ] }
28
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 4 grass_block. bot1 has 5 coal_ore. bot1 has 3 emerald_block. bot1 has 2 oak_fence. bot1 has 1 oak_planks. bot2 has 3 oak_planks. bot2 has 4 coal_ore. bot2 has 3 oak_fence. bot2 has 2 grass_block. bot2 has 3 emerald_block. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'grass_block', new Vec3(-1,0,-1))\nplaceItem(bot2, 'oak_planks', new Vec3(-1,0,0))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'coal_ore', new Vec3(0,0,-1))\nplaceItem(bot2, 'coal_ore', new Vec3(0,0,0))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'emerald_block', new Vec3(-1,1,-1))\nplaceItem(bot2, 'oak_fence', new Vec3(-1,1,0))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'coal_ore', new Vec3(0,1,0))\n" ] }
29
build
3
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 9 sandstone. bot1 has 6 sponge. bot1 has 1 oak_fence. bot1 has 2 stone. bot2 has 1 stone. bot2 has 3 oak_fence. bot2 has 1 sandstone. bot3 has 4 sandstone. bot3 has 6 emerald_block. bot3 has 2 sponge. bot3 has 2 stone. bot3 has 3 oak_fence. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'sandstone', new Vec3(-1,0,0))\nplaceItem(bot2, 'stone', new Vec3(0,0,0))\nplaceItem(bot3, 'sandstone', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'sponge', new Vec3(-1,0,-1))\nplaceItem(bot2, 'oak_fence', new Vec3(0,1,0))\nplaceItem(bot3, 'emerald_block', new Vec3(-1,1,0))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'sandstone', new Vec3(-1,1,-1))\n" ] }
30
build
3
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 3 sea_lantern. bot1 has 3 oak_planks. bot1 has 4 stone. bot1 has 2 end_stone. bot1 has 2 bricks. bot1 has 1 purple_wool. bot2 has 2 bricks. bot2 has 3 purple_wool. bot2 has 2 sea_lantern. bot2 has 1 stone. bot2 has 1 oak_planks. bot2 has 3 coal_ore. bot3 has 5 end_stone. bot3 has 4 coal_ore. bot3 has 3 bricks. bot3 has 3 oak_planks. bot3 has 3 sea_lantern. bot3 has 1 stone. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'sea_lantern', new Vec3(0,0,1))\nplaceItem(bot2, 'bricks', new Vec3(0,0,-1))\nplaceItem(bot3, 'end_stone', new Vec3(-1,0,0))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'oak_planks', new Vec3(-1,0,-1))\nplaceItem(bot2, 'purple_wool', new Vec3(-1,0,1))\nplaceItem(bot3, 'coal_ore', new Vec3(-1,1,0))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'stone', new Vec3(0,1,1))\n" ] }
31
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 4 coal_ore. bot1 has 6 sandstone. bot1 has 5 sponge. bot1 has 2 bricks. bot1 has 1 end_stone. bot1 has 3 clay. bot2 has 4 end_stone. bot2 has 3 sandstone. bot2 has 3 clay. bot2 has 3 coal_ore. bot2 has 3 bricks. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'coal_ore', new Vec3(0,0,0))\nplaceItem(bot2, 'end_stone', new Vec3(-1,0,0))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'sandstone', new Vec3(-1,0,-1))\nplaceItem(bot2, 'sandstone', new Vec3(-1,0,1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'sponge', new Vec3(0,0,-1))\nplaceItem(bot2, 'sandstone', new Vec3(0,0,1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(-1,1,1))\nplaceItem(bot2, 'clay', new Vec3(0,1,1))\n" ] }
32
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 2 bricks. bot1 has 4 sponge. bot1 has 3 pumpkin. bot1 has 1 grass_block. bot2 has 1 oak_planks. bot2 has 2 grass_block. bot2 has 3 gold_ore. bot2 has 2 bricks. bot2 has 1 pumpkin. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(0,0,-1))\nplaceItem(bot2, 'oak_planks', new Vec3(1,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'sponge', new Vec3(2,0,-1))\nplaceItem(bot2, 'grass_block', new Vec3(-1,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'pumpkin', new Vec3(1,1,-1))\nplaceItem(bot2, 'gold_ore', new Vec3(0,1,-1))\n" ] }
33
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 4 end_stone. bot1 has 4 gold_ore. bot1 has 3 sandstone. bot1 has 2 sea_lantern. bot2 has 1 sea_lantern. bot2 has 3 sandstone. bot2 has 6 end_stone. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'end_stone', new Vec3(-1,0,1))\nplaceItem(bot2, 'sea_lantern', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'gold_ore', new Vec3(-1,0,-1))\nplaceItem(bot2, 'sandstone', new Vec3(0,0,1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'sandstone', new Vec3(0,0,0))\nplaceItem(bot2, 'end_stone', new Vec3(-1,1,1))\n" ] }
34
build
3
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 4 clay. bot1 has 6 oak_planks. bot1 has 6 sandstone. bot1 has 1 sea_lantern. bot1 has 2 gold_ore. bot2 has 1 sponge. bot2 has 3 gold_ore. bot2 has 2 purple_wool. bot3 has 2 purple_wool. bot3 has 3 sea_lantern. bot3 has 1 oak_planks. bot3 has 2 sandstone. bot3 has 1 gold_ore. bot3 has 2 clay. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'clay', new Vec3(-1,0,-1))\nplaceItem(bot2, 'sponge', new Vec3(0,0,0))\nplaceItem(bot3, 'purple_wool', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'oak_planks', new Vec3(0,0,1))\nplaceItem(bot2, 'gold_ore', new Vec3(-1,0,1))\nplaceItem(bot3, 'sea_lantern', new Vec3(-1,0,0))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'sandstone', new Vec3(-1,1,-1))\n" ] }
35
build
3
{ "from": [ "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 4 emerald_block. bot1 has 8 bricks. bot1 has 2 orange_concrete. bot1 has 2 gold_ore. bot1 has 3 dirt. bot2 has 3 dirt. bot2 has 2 orange_concrete. bot2 has 2 emerald_block. bot3 has 3 gold_ore. bot3 has 3 bricks. bot3 has 3 orange_concrete. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'emerald_block', new Vec3(0,0,-1))\nplaceItem(bot2, 'dirt', new Vec3(-1,0,-1))\nplaceItem(bot3, 'gold_ore', new Vec3(1,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(1,1,-1))\nplaceItem(bot2, 'orange_concrete', new Vec3(-1,1,-1))\nplaceItem(bot3, 'bricks', new Vec3(0,1,-1))\n" ] }
36
build
3
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 4 gold_ore. bot1 has 4 coal_ore. bot1 has 4 dirt. bot1 has 3 iron_ore. bot1 has 3 end_stone. bot2 has 5 gold_ore. bot2 has 5 end_stone. bot2 has 2 coal_ore. bot2 has 1 dirt. bot3 has 5 iron_ore. bot3 has 6 dirt. bot3 has 3 coal_ore. bot3 has 3 gold_ore. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'gold_ore', new Vec3(-1,0,-1))\nplaceItem(bot2, 'gold_ore', new Vec3(0,0,-1))\nplaceItem(bot3, 'iron_ore', new Vec3(0,0,0))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'coal_ore', new Vec3(-1,0,0))\nplaceItem(bot2, 'end_stone', new Vec3(-1,0,1))\nplaceItem(bot3, 'dirt', new Vec3(0,0,1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'dirt', new Vec3(-1,1,-1))\n" ] }
37
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 1 end_stone. bot1 has 1 bricks. bot1 has 2 pumpkin. bot1 has 1 oak_fence. bot2 has 3 oak_fence. bot2 has 5 clay. bot2 has 2 pumpkin. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'end_stone', new Vec3(0,0,-1))\nplaceItem(bot2, 'oak_fence', new Vec3(-1,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(1,0,-1))\nplaceItem(bot2, 'clay', new Vec3(0,1,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'pumpkin', new Vec3(1,1,-1))\n" ] }
38
build
3
{ "from": [ "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 2 sandstone. bot1 has 1 clay. bot1 has 2 birch_log. bot2 has 5 sponge. bot2 has 5 stone. bot2 has 1 clay. bot2 has 3 oak_fence. bot2 has 3 birch_log. bot2 has 1 sandstone. bot3 has 5 oak_fence. bot3 has 6 birch_log. bot3 has 2 stone. bot3 has 3 clay. bot3 has 3 sandstone. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'sandstone', new Vec3(0,0,0))\nplaceItem(bot2, 'sponge', new Vec3(-1,0,-1))\nplaceItem(bot3, 'oak_fence', new Vec3(-1,0,0))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'clay', new Vec3(-1,1,0))\nplaceItem(bot2, 'stone', new Vec3(-1,1,-1))\nplaceItem(bot3, 'birch_log', new Vec3(0,1,0))\n" ] }
39
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 2 dirt. bot1 has 4 bricks. bot1 has 2 end_stone. bot1 has 1 sea_lantern. bot2 has 6 oak_planks. bot2 has 4 sea_lantern. bot2 has 1 bricks. bot2 has 2 dirt. bot2 has 3 end_stone. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'dirt', new Vec3(0,0,-1))\nplaceItem(bot2, 'oak_planks', new Vec3(1,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(-1,0,-1))\nplaceItem(bot2, 'sea_lantern', new Vec3(0,1,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'end_stone', new Vec3(1,1,-1))\n" ] }
40
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 2 sea_lantern. bot1 has 2 oak_planks. bot1 has 6 pumpkin. bot1 has 3 stone. bot2 has 3 sea_lantern. bot2 has 3 birch_log. bot2 has 2 dirt. bot2 has 1 gold_ore. bot2 has 3 stone. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'sea_lantern', new Vec3(2,0,-1))\nplaceItem(bot2, 'sea_lantern', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'oak_planks', new Vec3(-1,0,-1))\nplaceItem(bot2, 'birch_log', new Vec3(1,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'pumpkin', new Vec3(2,1,-1))\nplaceItem(bot2, 'dirt', new Vec3(-1,1,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'stone', new Vec3(1,1,-1))\nplaceItem(bot2, 'gold_ore', new Vec3(0,1,-1))\n" ] }
41
build
3
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 6 bricks. bot1 has 1 gold_ore. bot1 has 3 grass_block. bot1 has 3 purple_wool. bot1 has 4 sea_lantern. bot2 has 6 sea_lantern. bot2 has 1 grass_block. bot2 has 3 bricks. bot3 has 6 purple_wool. bot3 has 3 bricks. bot3 has 3 grass_block. bot3 has 2 sea_lantern. bot3 has 2 gold_ore. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(-1,0,1))\nplaceItem(bot2, 'sea_lantern', new Vec3(0,0,1))\nplaceItem(bot3, 'purple_wool', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(-1,0,0))\nplaceItem(bot2, 'sea_lantern', new Vec3(-1,0,-1))\nplaceItem(bot3, 'purple_wool', new Vec3(0,0,0))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'gold_ore', new Vec3(0,1,1))\nplaceItem(bot2, 'grass_block', new Vec3(-1,1,1))\n" ] }
42
build
3
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 2 sea_lantern. bot1 has 3 bricks. bot1 has 6 sponge. bot1 has 3 iron_ore. bot1 has 1 oak_planks. bot1 has 3 coal_ore. bot2 has 2 coal_ore. bot2 has 5 iron_ore. bot2 has 3 sponge. bot2 has 2 bricks. bot3 has 2 sponge. bot3 has 2 oak_planks. bot3 has 3 iron_ore. bot3 has 1 sea_lantern. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'sea_lantern', new Vec3(2,0,-1))\nplaceItem(bot2, 'coal_ore', new Vec3(1,0,-1))\nplaceItem(bot3, 'sponge', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(-1,0,-1))\nplaceItem(bot2, 'iron_ore', new Vec3(2,1,-1))\nplaceItem(bot3, 'oak_planks', new Vec3(1,1,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'sponge', new Vec3(0,1,-1))\n" ] }
43
build
3
{ "from": [ "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 5 stone. bot1 has 2 bricks. bot1 has 3 sea_lantern. bot2 has 6 dirt. bot2 has 3 gold_ore. bot2 has 1 sea_lantern. bot2 has 2 bricks. bot2 has 2 sandstone. bot3 has 2 sandstone. bot3 has 3 sea_lantern. bot3 has 3 dirt. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'stone', new Vec3(-1,0,0))\nplaceItem(bot2, 'dirt', new Vec3(0,0,-1))\nplaceItem(bot3, 'sandstone', new Vec3(0,0,0))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(-1,0,-1))\nplaceItem(bot2, 'gold_ore', new Vec3(0,1,0))\nplaceItem(bot3, 'sea_lantern', new Vec3(-1,1,0))\n" ] }
44
build
3
{ "from": [ "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 1 end_stone. bot1 has 3 clay. bot1 has 3 orange_concrete. bot1 has 3 purple_wool. bot2 has 3 orange_concrete. bot2 has 1 grass_block. bot2 has 2 end_stone. bot3 has 3 sea_lantern. bot3 has 2 purple_wool. bot3 has 1 end_stone. bot3 has 2 clay. bot3 has 1 orange_concrete. bot3 has 3 grass_block. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'end_stone', new Vec3(0,0,0))\nplaceItem(bot2, 'orange_concrete', new Vec3(0,0,-1))\nplaceItem(bot3, 'sea_lantern', new Vec3(-1,0,0))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'clay', new Vec3(-1,0,1))\nplaceItem(bot2, 'grass_block', new Vec3(0,0,1))\nplaceItem(bot3, 'purple_wool', new Vec3(-1,1,0))\n" ] }
45
build
3
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 3 end_stone. bot1 has 4 purple_wool. bot1 has 5 gold_ore. bot1 has 2 oak_planks. bot1 has 2 clay. bot1 has 1 sea_lantern. bot1 has 3 orange_concrete. bot2 has 3 sea_lantern. bot2 has 3 oak_planks. bot2 has 2 orange_concrete. bot3 has 3 orange_concrete. bot3 has 4 clay. bot3 has 3 purple_wool. bot3 has 1 gold_ore. bot3 has 2 oak_planks. bot3 has 2 end_stone. bot3 has 3 sea_lantern. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'end_stone', new Vec3(2,0,-1))\nplaceItem(bot2, 'sea_lantern', new Vec3(-1,0,-1))\nplaceItem(bot3, 'orange_concrete', new Vec3(1,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'purple_wool', new Vec3(0,0,-1))\nplaceItem(bot2, 'oak_planks', new Vec3(-1,1,-1))\nplaceItem(bot3, 'clay', new Vec3(2,1,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'gold_ore', new Vec3(0,1,-1))\n" ] }
46
build
3
{ "from": [ "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 4 coal_ore. bot1 has 3 sandstone. bot1 has 1 birch_log. bot1 has 2 dirt. bot1 has 3 bricks. bot2 has 5 birch_log. bot2 has 2 bricks. bot2 has 4 dirt. bot3 has 5 dirt. bot3 has 2 sandstone. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'coal_ore', new Vec3(-1,0,-1))\nplaceItem(bot2, 'birch_log', new Vec3(0,0,-1))\nplaceItem(bot3, 'dirt', new Vec3(-1,0,0))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'sandstone', new Vec3(0,0,0))\nplaceItem(bot2, 'bricks', new Vec3(-1,1,0))\nplaceItem(bot3, 'dirt', new Vec3(-1,1,-1))\n" ] }
47
build
3
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 15 bricks. bot1 has 5 sandstone. bot1 has 3 sponge. bot1 has 3 grass_block. bot2 has 1 sponge. bot2 has 10 bricks. bot2 has 2 grass_block. bot2 has 2 sandstone. bot3 has 11 bricks. bot3 has 5 grass_block. bot3 has 2 sandstone. bot3 has 1 sponge. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(0,0,0))\nplaceItem(bot2, 'sponge', new Vec3(-1,0,-1))\nplaceItem(bot3, 'bricks', new Vec3(-1,0,0))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'sandstone', new Vec3(0,0,-1))\nplaceItem(bot2, 'bricks', new Vec3(0,1,0))\nplaceItem(bot3, 'grass_block', new Vec3(-1,1,0))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(-1,1,-1))\n" ] }
48
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 3 bricks. bot1 has 3 clay. bot1 has 3 gold_ore. bot1 has 3 sea_lantern. bot2 has 5 bricks. bot2 has 3 sea_lantern. bot2 has 1 clay. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(-1,0,-1))\nplaceItem(bot2, 'bricks', new Vec3(1,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'clay', new Vec3(0,0,-1))\nplaceItem(bot2, 'sea_lantern', new Vec3(-1,1,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'gold_ore', new Vec3(0,1,-1))\n" ] }
49
build
3
{ "from": [ "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 3 sponge. bot1 has 7 sea_lantern. bot1 has 2 bricks. bot2 has 3 dirt. bot2 has 2 bricks. bot2 has 1 sponge. bot2 has 3 sea_lantern. bot3 has 11 sea_lantern. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'sponge', new Vec3(1,0,-1))\nplaceItem(bot2, 'dirt', new Vec3(-1,0,-1))\nplaceItem(bot3, 'sea_lantern', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'sea_lantern', new Vec3(0,1,-1))\nplaceItem(bot2, 'bricks', new Vec3(1,1,-1))\nplaceItem(bot3, 'sea_lantern', new Vec3(-1,1,-1))\n" ] }
50
build
3
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 4 birch_log. bot1 has 6 dirt. bot1 has 4 emerald_block. bot1 has 1 oak_fence. bot1 has 1 purple_wool. bot1 has 3 clay. bot1 has 3 iron_ore. bot2 has 3 clay. bot2 has 8 oak_fence. bot3 has 6 iron_ore. bot3 has 5 purple_wool. bot3 has 3 dirt. bot3 has 3 clay. bot3 has 2 birch_log. bot3 has 3 emerald_block. bot3 has 2 oak_fence. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'birch_log', new Vec3(-1,0,0))\nplaceItem(bot2, 'clay', new Vec3(0,0,0))\nplaceItem(bot3, 'iron_ore', new Vec3(-1,0,1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'dirt', new Vec3(0,0,1))\nplaceItem(bot2, 'oak_fence', new Vec3(0,0,-1))\nplaceItem(bot3, 'purple_wool', new Vec3(-1,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'emerald_block', new Vec3(-1,1,0))\nplaceItem(bot2, 'oak_fence', new Vec3(-1,1,1))\n" ] }
51
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 3 end_stone. bot1 has 3 birch_log. bot1 has 7 emerald_block. bot1 has 3 gold_ore. bot2 has 1 gold_ore. bot2 has 6 emerald_block. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'end_stone', new Vec3(-1,0,-1))\nplaceItem(bot2, 'gold_ore', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'birch_log', new Vec3(1,0,-1))\nplaceItem(bot2, 'emerald_block', new Vec3(0,1,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'emerald_block', new Vec3(-1,1,-1))\n" ] }
52
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 2 emerald_block. bot1 has 2 clay. bot1 has 5 coal_ore. bot2 has 2 stone. bot2 has 2 bricks. bot2 has 1 emerald_block. bot2 has 2 clay. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'emerald_block', new Vec3(1,0,-1))\nplaceItem(bot2, 'stone', new Vec3(-1,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'clay', new Vec3(0,0,-1))\nplaceItem(bot2, 'bricks', new Vec3(1,1,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'coal_ore', new Vec3(0,1,-1))\n" ] }
53
build
3
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 3 grass_block. bot1 has 6 oak_planks. bot1 has 3 end_stone. bot1 has 3 clay. bot1 has 5 bricks. bot1 has 2 oak_fence. bot2 has 6 clay. bot2 has 6 bricks. bot2 has 2 oak_fence. bot2 has 1 oak_planks. bot2 has 1 end_stone. bot2 has 1 grass_block. bot3 has 1 bricks. bot3 has 3 oak_fence. bot3 has 1 clay. bot3 has 2 oak_planks. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'grass_block', new Vec3(-1,0,1))\nplaceItem(bot2, 'clay', new Vec3(-1,0,-1))\nplaceItem(bot3, 'bricks', new Vec3(-1,0,0))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'oak_planks', new Vec3(0,0,1))\nplaceItem(bot2, 'bricks', new Vec3(0,0,0))\nplaceItem(bot3, 'oak_fence', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'end_stone', new Vec3(-1,1,1))\n" ] }
54
build
3
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 6 sandstone. bot1 has 3 birch_log. bot1 has 4 oak_planks. bot1 has 1 grass_block. bot1 has 3 oak_fence. bot2 has 2 bricks. bot2 has 2 stone. bot2 has 1 oak_fence. bot2 has 3 oak_planks. bot2 has 3 birch_log. bot3 has 1 pumpkin. bot3 has 2 grass_block. bot3 has 3 oak_planks. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'sandstone', new Vec3(1,0,-1))\nplaceItem(bot2, 'bricks', new Vec3(-1,0,-1))\nplaceItem(bot3, 'pumpkin', new Vec3(2,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'birch_log', new Vec3(0,0,-1))\nplaceItem(bot2, 'stone', new Vec3(-1,1,-1))\nplaceItem(bot3, 'grass_block', new Vec3(2,1,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'oak_planks', new Vec3(0,1,-1))\nplaceItem(bot2, 'oak_fence', new Vec3(1,1,-1))\n" ] }
55
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 5 coal_ore. bot1 has 3 oak_fence. bot1 has 5 orange_concrete. bot1 has 2 birch_log. bot1 has 1 gold_ore. bot1 has 1 purple_wool. bot2 has 5 purple_wool. bot2 has 5 birch_log. bot2 has 6 gold_ore. bot2 has 2 orange_concrete. bot2 has 2 oak_fence. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'coal_ore', new Vec3(0,0,-1))\nplaceItem(bot2, 'purple_wool', new Vec3(-1,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'oak_fence', new Vec3(1,0,-1))\nplaceItem(bot2, 'birch_log', new Vec3(0,1,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'orange_concrete', new Vec3(1,1,-1))\nplaceItem(bot2, 'gold_ore', new Vec3(-1,1,-1))\n" ] }
56
build
3
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 3 purple_wool. bot1 has 4 end_stone. bot1 has 6 coal_ore. bot1 has 4 oak_fence. bot2 has 6 oak_fence. bot2 has 3 oak_planks. bot2 has 1 purple_wool. bot3 has 4 oak_fence. bot3 has 2 coal_ore. bot3 has 2 end_stone. bot3 has 1 oak_planks. bot3 has 2 purple_wool. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'purple_wool', new Vec3(-1,0,0))\nplaceItem(bot2, 'oak_fence', new Vec3(0,0,0))\nplaceItem(bot3, 'oak_fence', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'end_stone', new Vec3(-1,0,-1))\nplaceItem(bot2, 'oak_planks', new Vec3(0,1,0))\nplaceItem(bot3, 'coal_ore', new Vec3(-1,1,0))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'coal_ore', new Vec3(-1,1,-1))\n" ] }
57
build
3
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 4 iron_ore. bot1 has 9 sandstone. bot1 has 1 purple_wool. bot2 has 5 sea_lantern. bot2 has 3 purple_wool. bot2 has 3 birch_log. bot2 has 3 sandstone. bot2 has 1 iron_ore. bot3 has 3 birch_log. bot3 has 4 sandstone. bot3 has 1 purple_wool. bot3 has 3 sea_lantern. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'iron_ore', new Vec3(0,0,-1))\nplaceItem(bot2, 'sea_lantern', new Vec3(-1,0,-1))\nplaceItem(bot3, 'birch_log', new Vec3(0,0,0))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'sandstone', new Vec3(-1,0,1))\nplaceItem(bot2, 'purple_wool', new Vec3(-1,1,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'sandstone', new Vec3(-1,1,1))\n" ] }
58
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 5 iron_ore. bot1 has 4 coal_ore. bot1 has 7 bricks. bot1 has 6 purple_wool. bot1 has 1 birch_log. bot1 has 2 stone. bot2 has 5 bricks. bot2 has 4 birch_log. bot2 has 2 stone. bot2 has 2 oak_fence. bot2 has 2 purple_wool. bot2 has 2 iron_ore. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'iron_ore', new Vec3(0,0,0))\nplaceItem(bot2, 'bricks', new Vec3(-1,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'coal_ore', new Vec3(0,0,1))\nplaceItem(bot2, 'birch_log', new Vec3(-1,0,1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(0,0,-1))\nplaceItem(bot2, 'stone', new Vec3(-1,0,0))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'purple_wool', new Vec3(-1,1,-1))\nplaceItem(bot2, 'oak_fence', new Vec3(-1,1,0))\n" ] }
59
build
3
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 3 pumpkin. bot1 has 2 stone. bot1 has 7 purple_wool. bot1 has 3 dirt. bot1 has 2 sea_lantern. bot2 has 5 dirt. bot2 has 1 clay. bot2 has 5 purple_wool. bot3 has 4 purple_wool. bot3 has 4 sea_lantern. bot3 has 1 dirt. bot3 has 3 pumpkin. bot3 has 1 clay. bot3 has 2 stone. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'pumpkin', new Vec3(-1,0,0))\nplaceItem(bot2, 'dirt', new Vec3(0,0,0))\nplaceItem(bot3, 'purple_wool', new Vec3(-1,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'stone', new Vec3(0,0,-1))\nplaceItem(bot2, 'clay', new Vec3(-1,1,-1))\nplaceItem(bot3, 'sea_lantern', new Vec3(0,1,0))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'purple_wool', new Vec3(-1,1,0))\n" ] }
60
build
3
{ "from": [ "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 2 stone. bot1 has 2 end_stone. bot1 has 1 sandstone. bot2 has 3 sponge. bot2 has 5 birch_log. bot2 has 1 end_stone. bot2 has 1 sea_lantern. bot2 has 3 stone. bot3 has 4 sea_lantern. bot3 has 3 sandstone. bot3 has 3 birch_log. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'stone', new Vec3(0,0,-1))\nplaceItem(bot2, 'sponge', new Vec3(-1,0,-1))\nplaceItem(bot3, 'sea_lantern', new Vec3(1,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'end_stone', new Vec3(-1,1,-1))\nplaceItem(bot2, 'birch_log', new Vec3(1,1,-1))\nplaceItem(bot3, 'sandstone', new Vec3(0,1,-1))\n" ] }
61
build
3
{ "from": [ "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 9 end_stone. bot1 has 3 sea_lantern. bot1 has 2 sandstone. bot1 has 3 purple_wool. bot2 has 4 purple_wool. bot2 has 4 sandstone. bot2 has 3 sea_lantern. bot2 has 1 end_stone. bot3 has 7 end_stone. bot3 has 7 sandstone. bot3 has 1 purple_wool. bot3 has 2 sea_lantern. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'end_stone', new Vec3(0,0,-1))\nplaceItem(bot2, 'purple_wool', new Vec3(-1,0,-1))\nplaceItem(bot3, 'end_stone', new Vec3(1,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'sea_lantern', new Vec3(-1,1,-1))\nplaceItem(bot2, 'sandstone', new Vec3(1,1,-1))\nplaceItem(bot3, 'sandstone', new Vec3(0,1,-1))\n" ] }
62
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 5 bricks. bot1 has 2 purple_wool. bot1 has 3 gold_ore. bot1 has 2 pumpkin. bot1 has 3 oak_fence. bot1 has 1 coal_ore. bot2 has 1 oak_fence. bot2 has 5 sponge. bot2 has 4 coal_ore. bot2 has 2 purple_wool. bot2 has 2 bricks. bot2 has 1 gold_ore. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(2,0,-1))\nplaceItem(bot2, 'oak_fence', new Vec3(1,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'purple_wool', new Vec3(0,0,-1))\nplaceItem(bot2, 'sponge', new Vec3(-1,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'gold_ore', new Vec3(0,1,-1))\nplaceItem(bot2, 'coal_ore', new Vec3(2,1,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'pumpkin', new Vec3(-1,1,-1))\n" ] }
63
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 2 purple_wool. bot1 has 4 grass_block. bot1 has 2 iron_ore. bot1 has 6 birch_log. bot1 has 5 stone. bot2 has 9 stone. bot2 has 4 emerald_block. bot2 has 2 birch_log. bot2 has 3 grass_block. bot2 has 2 iron_ore. bot2 has 3 purple_wool. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'purple_wool', new Vec3(0,0,-1))\nplaceItem(bot2, 'stone', new Vec3(1,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'grass_block', new Vec3(-1,0,-1))\nplaceItem(bot2, 'emerald_block', new Vec3(2,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'iron_ore', new Vec3(0,1,-1))\nplaceItem(bot2, 'stone', new Vec3(2,1,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'birch_log', new Vec3(-1,1,-1))\n" ] }
64
build
3
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 1 sea_lantern. bot1 has 3 sponge. bot1 has 5 sandstone. bot1 has 2 oak_fence. bot1 has 3 dirt. bot1 has 3 bricks. bot2 has 3 bricks. bot2 has 3 dirt. bot2 has 3 purple_wool. bot3 has 3 oak_fence. bot3 has 3 sandstone. bot3 has 3 dirt. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'sea_lantern', new Vec3(-1,0,1))\nplaceItem(bot2, 'bricks', new Vec3(0,0,-1))\nplaceItem(bot3, 'oak_fence', new Vec3(0,0,0))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'sponge', new Vec3(-1,0,0))\nplaceItem(bot2, 'dirt', new Vec3(0,0,1))\nplaceItem(bot3, 'sandstone', new Vec3(-1,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'sandstone', new Vec3(-1,1,1))\nplaceItem(bot2, 'purple_wool', new Vec3(0,1,1))\nplaceItem(bot3, 'dirt', new Vec3(-1,1,0))\n" ] }
65
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 4 orange_concrete. bot1 has 3 gold_ore. bot1 has 4 coal_ore. bot1 has 2 end_stone. bot1 has 3 pumpkin. bot1 has 2 purple_wool. bot2 has 4 pumpkin. bot2 has 4 purple_wool. bot2 has 2 end_stone. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'orange_concrete', new Vec3(1,0,-1))\nplaceItem(bot2, 'pumpkin', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'gold_ore', new Vec3(-1,0,-1))\nplaceItem(bot2, 'purple_wool', new Vec3(0,1,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'coal_ore', new Vec3(-1,1,-1))\nplaceItem(bot2, 'end_stone', new Vec3(1,1,-1))\n" ] }
66
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 4 bricks. bot1 has 2 gold_ore. bot1 has 1 clay. bot2 has 1 end_stone. bot2 has 2 clay. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(0,0,-1))\nplaceItem(bot2, 'end_stone', new Vec3(-1,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'gold_ore', new Vec3(2,0,-1))\nplaceItem(bot2, 'clay', new Vec3(0,1,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'clay', new Vec3(-1,1,-1))\n" ] }
67
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 4 bricks. bot1 has 2 pumpkin. bot1 has 3 orange_concrete. bot1 has 3 purple_wool. bot1 has 1 coal_ore. bot1 has 2 clay. bot2 has 7 coal_ore. bot2 has 3 clay. bot2 has 3 pumpkin. bot2 has 2 orange_concrete. bot2 has 2 bricks. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(-1,0,-1))\nplaceItem(bot2, 'coal_ore', new Vec3(1,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'pumpkin', new Vec3(2,0,-1))\nplaceItem(bot2, 'clay', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'orange_concrete', new Vec3(0,1,-1))\nplaceItem(bot2, 'pumpkin', new Vec3(-1,1,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'purple_wool', new Vec3(2,1,-1))\nplaceItem(bot2, 'coal_ore', new Vec3(1,1,-1))\n" ] }
68
build
3
{ "from": [ "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 5 emerald_block. bot1 has 6 sandstone. bot1 has 2 iron_ore. bot1 has 2 sponge. bot2 has 6 sponge. bot2 has 6 emerald_block. bot2 has 3 iron_ore. bot2 has 1 sandstone. bot3 has 1 iron_ore. bot3 has 6 sponge. bot3 has 4 emerald_block. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'emerald_block', new Vec3(0,0,-1))\nplaceItem(bot2, 'sponge', new Vec3(1,0,-1))\nplaceItem(bot3, 'iron_ore', new Vec3(-1,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'sandstone', new Vec3(-1,1,-1))\nplaceItem(bot2, 'emerald_block', new Vec3(1,1,-1))\nplaceItem(bot3, 'sponge', new Vec3(0,1,-1))\n" ] }
69
build
3
{ "from": [ "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 3 coal_ore. bot1 has 3 bricks. bot1 has 1 birch_log. bot2 has 1 birch_log. bot2 has 3 bricks. bot2 has 1 clay. bot3 has 5 grass_block. bot3 has 3 clay. bot3 has 1 birch_log. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'coal_ore', new Vec3(-1,0,-1))\nplaceItem(bot2, 'birch_log', new Vec3(1,0,-1))\nplaceItem(bot3, 'grass_block', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(0,1,-1))\nplaceItem(bot2, 'bricks', new Vec3(1,1,-1))\nplaceItem(bot3, 'clay', new Vec3(-1,1,-1))\n" ] }
70
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 6 iron_ore. bot1 has 3 pumpkin. bot1 has 1 bricks. bot1 has 1 orange_concrete. bot1 has 3 stone. bot2 has 6 stone. bot2 has 7 orange_concrete. bot2 has 6 purple_wool. bot2 has 2 clay. bot2 has 1 bricks. bot2 has 2 pumpkin. bot2 has 3 iron_ore. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'iron_ore', new Vec3(-1,0,0))\nplaceItem(bot2, 'stone', new Vec3(-1,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'pumpkin', new Vec3(0,0,-1))\nplaceItem(bot2, 'orange_concrete', new Vec3(-1,0,1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'bricks', new Vec3(0,0,0))\nplaceItem(bot2, 'purple_wool', new Vec3(0,0,1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'orange_concrete', new Vec3(0,1,1))\nplaceItem(bot2, 'clay', new Vec3(-1,1,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'iron_ore', new Vec3(-1,1,0))\n" ] }
71
build
3
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 2 clay. bot1 has 4 coal_ore. bot1 has 5 iron_ore. bot1 has 3 pumpkin. bot1 has 2 grass_block. bot1 has 2 orange_concrete. bot2 has 6 orange_concrete. bot2 has 2 coal_ore. bot2 has 3 pumpkin. bot3 has 1 grass_block. bot3 has 4 pumpkin. bot3 has 3 coal_ore. bot3 has 3 orange_concrete. bot3 has 1 clay. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'clay', new Vec3(-1,0,-1))\nplaceItem(bot2, 'orange_concrete', new Vec3(0,0,0))\nplaceItem(bot3, 'grass_block', new Vec3(-1,0,0))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'coal_ore', new Vec3(0,0,-1))\nplaceItem(bot2, 'coal_ore', new Vec3(-1,0,1))\nplaceItem(bot3, 'pumpkin', new Vec3(-1,1,0))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'iron_ore', new Vec3(-1,1,-1))\n" ] }
72
build
2
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nTwo bots need to build a building on the platform. bot1 has 3 end_stone. bot1 has 3 birch_log. bot1 has 7 pumpkin. bot1 has 1 clay. bot1 has 2 gold_ore. bot2 has 3 clay. bot2 has 4 pumpkin. bot2 has 4 gold_ore. bot2 has 3 end_stone. Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'end_stone', new Vec3(-1,0,-1))\nplaceItem(bot2, 'clay', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'birch_log', new Vec3(1,0,-1))\nplaceItem(bot2, 'pumpkin', new Vec3(-1,1,-1))\n", "Write the actions for bot1, bot2 based on this given observation.", "placeItem(bot1, 'pumpkin', new Vec3(0,1,-1))\nplaceItem(bot2, 'gold_ore', new Vec3(1,1,-1))\n" ] }
73
build
3
{ "from": [ "human", "gpt", "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 3 end_stone. bot1 has 2 oak_planks. bot1 has 3 birch_log. bot1 has 3 sandstone. bot2 has 6 orange_concrete. bot2 has 3 sea_lantern. bot2 has 1 sandstone. bot2 has 1 birch_log. bot2 has 1 end_stone. bot3 has 5 iron_ore. bot3 has 1 end_stone. bot3 has 3 sea_lantern. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'end_stone', new Vec3(-1,0,-1))\nplaceItem(bot2, 'orange_concrete', new Vec3(2,0,-1))\nplaceItem(bot3, 'iron_ore', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'oak_planks', new Vec3(1,0,-1))\nplaceItem(bot2, 'sea_lantern', new Vec3(2,1,-1))\nplaceItem(bot3, 'end_stone', new Vec3(-1,1,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'birch_log', new Vec3(1,1,-1))\nplaceItem(bot2, 'sandstone', new Vec3(0,1,-1))\n" ] }
74
build
3
{ "from": [ "human", "gpt", "human", "gpt" ], "value": [ "<image>\nThree bots need to build a building on the platform. bot1 has 8 coal_ore. bot1 has 3 sea_lantern. bot1 has 3 bricks. bot2 has 3 grass_block. bot2 has 5 sea_lantern. bot2 has 2 coal_ore. bot2 has 1 bricks. bot3 has 2 sponge. bot3 has 1 bricks. bot3 has 2 coal_ore. Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'coal_ore', new Vec3(0,0,0))\nplaceItem(bot2, 'grass_block', new Vec3(-1,0,-1))\nplaceItem(bot3, 'sponge', new Vec3(0,0,-1))\n", "Write the actions for bot1, bot2 and bot3 based on this given observation.", "placeItem(bot1, 'coal_ore', new Vec3(-1,0,0))\nplaceItem(bot2, 'sea_lantern', new Vec3(0,1,0))\nplaceItem(bot3, 'bricks', new Vec3(-1,1,-1))\n" ] }

Dataset Card for TeamCraft

The TeamCraft dataset is designed to develop multi-modal, multi-agent collaboration in Minecraft. It features 55,000 task variants defined by multi-modal prompts and procedurally generated expert demonstrations.

This repository contains the data for the validation set and its visualizations.

To use the validation set, download TeamCraft-Data-Valid.zip and extract using unzip TeamCraft-Data-Valid.zip.

In addition, the training set is available in two formats:

Each dataset is approximately 127GB, containing over one million images and a training JSON file.

Tasks

The TeamCraft dataset includes demonstrations for the following tasks:

For detailed task descriptions and task visualization videos, visit the Task Documentation.

  • Building: Construct structures from provided blueprints.
  • Clearing: Remove specified blocks from target regions.
  • Farming: Sow and harvest crops on designated farmland.
  • Smelting: Use furnaces to smelt resources into goal items.

Applications

This dataset supports research in:

  • Multi-agent reinforcement learning.
  • Multi-modal learning and task planning.
  • Embodied AI in collaborative environments.

Usage

Model training and evaluation available on TeamCraft GitHub Repository.


Disclaimer

This dataset is provided for research purposes only. Users are responsible for ensuring compliance with applicable laws and regulations. The creators do not guarantee the dataset's suitability for any specific purpose and are not liable for any consequences arising from its use.

License

This dataset is released under the Apache License 2.0.

Downloads last month
91

Collection including teamcraft/teamcraft_data