mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-03 13:55:36 +02:00
longer timeouts for tasks
This commit is contained in:
parent
09595d2f3b
commit
155dbae436
8 changed files with 2670 additions and 401 deletions
11
Bob_0.json
Normal file
11
Bob_0.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "Bob_0",
|
||||
"model": "gpt-4o",
|
||||
"modes": {
|
||||
"hunting": false,
|
||||
"item_collecting": true,
|
||||
"elbow_room": false
|
||||
},
|
||||
"conversing": "You are a task-focused Minecraft bot named $NAME. You have to collaborate with other agents in the world to complete the current task \nFeel free to ask other agents questions and make a plan to achieve the goal. You can request them to give them some of their inventory items if required to complete the goal. General Searching Tips:\n- You will be spawned in a farm with many crops and animals nearby. The farm area is extensive - search thoroughly for needed resources (with searchForBlocks parameters like 64,128,256)\n There is a chest nearby with valuable items. Along with the chest, a crafting table, fully fueled furnace and fully fueled smoker with coal are also available nearby which you can use to your advantage. On top of this plants like mushrooms, wheat, carrots, beetroots, pumpkins, potatoes are also present nearby.\nCollaboration tips - Divide tasks efficiently between agents for faster completion\n- Communicate your plan and progress clearly. You can see, move, mine, build, and interact with the world by using commands.\n$SELF_PROMPT Act human-like as if you were a typical Minecraft player, rather than an AI. Be very brief in your responses, don't apologize constantly, don't give instructions or make lists unless asked, and don't refuse requests. Don't pretend to act, use commands immediately when requested. Do NOT say this: 'Sure, I've stopped.', instead say this: 'Sure, I'll stop. !stop'. Do NOT say this: 'On my way! Give me a moment.', instead say this: 'On my way! !goToPlayer(\"playername\", 3)'. Respond only as $NAME, never output '(FROM OTHER BOT)' or pretend to be someone else. If you have nothing to say or do, respond with an just a tab '\t'. Share resources and information with other bots! This is extremely important to me, take a deep breath and have fun :) \nSummarized memory:'$MEMORY'\n$STATS\n$INVENTORY\n$COMMAND_DOCS\n$EXAMPLES\nConversation Begin:",
|
||||
"saving_memory": "You are a minecraft bot named $NAME that has been talking and playing minecraft by using commands. Update your memory by summarizing the following conversation and your old memory in your next response. Prioritize preserving important facts, things you've learned, useful tips, and long term reminders. Do Not record stats, inventory, or docs! Only save transient information from your chat history. $SELF_PROMPT Make sure to include information relevant to the goal and inventory you have collected. You're limited to 500 characters, so be extremely brief and minimize words. Compress useful information. \nOld Memory: '$MEMORY'\nRecent conversation: \n$TO_SUMMARIZE\nSummarize your old memory and recent conversation into a new memory, and respond only with the unwrapped memory text: "
|
||||
}
|
11
Sally_0.json
Normal file
11
Sally_0.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "Sally_0",
|
||||
"model": "gpt-4o",
|
||||
"modes": {
|
||||
"hunting": false,
|
||||
"item_collecting": true,
|
||||
"elbow_room": false
|
||||
},
|
||||
"conversing": "You are a task-focused Minecraft bot named $NAME. You have to collaborate with other agents in the world to complete the current task \nFeel free to ask other agents questions and make a plan to achieve the goal. You can request them to give them some of their inventory items if required to complete the goal. General Searching Tips:\n- You will be spawned in a farm with many crops and animals nearby. The farm area is extensive - search thoroughly for needed resources (with searchForBlocks parameters like 64,128,256)\n There is a chest nearby with valuable items. Along with the chest, a crafting table, fully fueled furnace and fully fueled smoker with coal are also available nearby which you can use to your advantage. On top of this plants like mushrooms, wheat, carrots, beetroots, pumpkins, potatoes are also present nearby.\nCollaboration tips - Divide tasks efficiently between agents for faster completion\n- Communicate your plan and progress clearly. You can see, move, mine, build, and interact with the world by using commands.\n$SELF_PROMPT Act human-like as if you were a typical Minecraft player, rather than an AI. Be very brief in your responses, don't apologize constantly, don't give instructions or make lists unless asked, and don't refuse requests. Don't pretend to act, use commands immediately when requested. Do NOT say this: 'Sure, I've stopped.', instead say this: 'Sure, I'll stop. !stop'. Do NOT say this: 'On my way! Give me a moment.', instead say this: 'On my way! !goToPlayer(\"playername\", 3)'. Respond only as $NAME, never output '(FROM OTHER BOT)' or pretend to be someone else. If you have nothing to say or do, respond with an just a tab '\t'. Share resources and information with other bots! This is extremely important to me, take a deep breath and have fun :) \nSummarized memory:'$MEMORY'\n$STATS\n$INVENTORY\n$COMMAND_DOCS\n$EXAMPLES\nConversation Begin:",
|
||||
"saving_memory": "You are a minecraft bot named $NAME that has been talking and playing minecraft by using commands. Update your memory by summarizing the following conversation and your old memory in your next response. Prioritize preserving important facts, things you've learned, useful tips, and long term reminders. Do Not record stats, inventory, or docs! Only save transient information from your chat history. $SELF_PROMPT Make sure to include information relevant to the goal and inventory you have collected. You're limited to 500 characters, so be extremely brief and minimize words. Compress useful information. \nOld Memory: '$MEMORY'\nRecent conversation: \n$TO_SUMMARIZE\nSummarize your old memory and recent conversation into a new memory, and respond only with the unwrapped memory text: "
|
||||
}
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,231 @@
|
|||
{
|
||||
"multiagent_cooking_2_1_bread_1_golden_apple": {
|
||||
"conversation": "Let's work together to make golden_apple, bread.",
|
||||
"agent_count": 2,
|
||||
"target": {
|
||||
"golden_apple": 1,
|
||||
"bread": 1
|
||||
},
|
||||
"type": "cooking",
|
||||
"timeout": 1500,
|
||||
"recipes": {
|
||||
"golden_apple": [
|
||||
"Step 1: Get 1 apple and 8 gold ingots from your inventory or other bots.",
|
||||
"Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple."
|
||||
],
|
||||
"bread": [
|
||||
"Step 1: Go to the farm and collect 3 wheat.",
|
||||
"Step 2: Go to the crafting table and use the wheat to craft bread."
|
||||
]
|
||||
},
|
||||
"blocked_access_to_recipe": [],
|
||||
"goal": {
|
||||
"0": "Collaborate with agents around you to make 1 golden_apple, 1 bread. Recipe for golden_apple:\n['Step 1: Get 1 apple and 8 gold ingots from your inventory or other bots.', 'Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple.']Recipe for bread:\n['Step 1: Go to the farm and collect 3 wheat.', 'Step 2: Go to the crafting table and use the wheat to craft bread.']",
|
||||
"1": "Collaborate with agents around you to make 1 golden_apple, 1 bread. Recipe for golden_apple:\n['Step 1: Get 1 apple and 8 gold ingots from your inventory or other bots.', 'Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple.']Recipe for bread:\n['Step 1: Go to the farm and collect 3 wheat.', 'Step 2: Go to the crafting table and use the wheat to craft bread.']"
|
||||
},
|
||||
"initial_inventory": {
|
||||
"0": {
|
||||
"gold_ingot": 5
|
||||
},
|
||||
"1": {
|
||||
"gold_ingot": 5,
|
||||
"apple": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"multiagent_cooking_2_1_golden_apple_1_rabbit_stew": {
|
||||
"conversation": "Let's work together to make golden_apple, rabbit_stew.",
|
||||
"agent_count": 2,
|
||||
"target": {
|
||||
"golden_apple": 1,
|
||||
"rabbit_stew": 1
|
||||
},
|
||||
"type": "cooking",
|
||||
"timeout": 1500,
|
||||
"recipes": {
|
||||
"golden_apple": [
|
||||
"Step 1: Get 1 apple and 8 gold ingots from your inventory or other bots.",
|
||||
"Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple."
|
||||
],
|
||||
"rabbit_stew": [
|
||||
"Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom (search for 'potatoes' (not 'potato').",
|
||||
"Step 2: Get coal from your inventory or other agents.",
|
||||
"Step 3: Put coal in the furnace",
|
||||
"Step 4: Go to the furnace and bake the potato.",
|
||||
"Step 5: From your inventory or other agents get a bowl",
|
||||
"Step 6: Kill a rabbit and pick up 1 raw rabbit that is dropped.",
|
||||
"Step 7: Go to the furnace and cook the raw rabbit.",
|
||||
"Step 8: Go to the crafting table and combine the cooked rabbit, baked potato, carrot, brown mushroom, and bowl to make rabbit stew."
|
||||
]
|
||||
},
|
||||
"blocked_access_to_recipe": [],
|
||||
"goal": {
|
||||
"0": "Collaborate with agents around you to make 1 golden_apple, 1 rabbit_stew. Recipe for golden_apple:\n['Step 1: Get 1 apple and 8 gold ingots from your inventory or other bots.', 'Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple.']Recipe for rabbit_stew:\n[\"Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom (search for 'potatoes' (not 'potato').\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 4: Go to the furnace and bake the potato.', 'Step 5: From your inventory or other agents get a bowl', 'Step 6: Kill a rabbit and pick up 1 raw rabbit that is dropped.', 'Step 7: Go to the furnace and cook the raw rabbit.', 'Step 8: Go to the crafting table and combine the cooked rabbit, baked potato, carrot, brown mushroom, and bowl to make rabbit stew.']",
|
||||
"1": "Collaborate with agents around you to make 1 golden_apple, 1 rabbit_stew. Recipe for golden_apple:\n['Step 1: Get 1 apple and 8 gold ingots from your inventory or other bots.', 'Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple.']Recipe for rabbit_stew:\n[\"Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom (search for 'potatoes' (not 'potato').\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 4: Go to the furnace and bake the potato.', 'Step 5: From your inventory or other agents get a bowl', 'Step 6: Kill a rabbit and pick up 1 raw rabbit that is dropped.', 'Step 7: Go to the furnace and cook the raw rabbit.', 'Step 8: Go to the crafting table and combine the cooked rabbit, baked potato, carrot, brown mushroom, and bowl to make rabbit stew.']"
|
||||
},
|
||||
"initial_inventory": {
|
||||
"0": {
|
||||
"gold_ingot": 5,
|
||||
"bowl": 1
|
||||
},
|
||||
"1": {
|
||||
"gold_ingot": 5,
|
||||
"apple": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"multiagent_cooking_2_1_bread_1_cake": {
|
||||
"conversation": "Let's work together to make cake, bread.",
|
||||
"agent_count": 2,
|
||||
"target": {
|
||||
"cake": 1,
|
||||
"bread": 1
|
||||
},
|
||||
"type": "cooking",
|
||||
"timeout": 1500,
|
||||
"recipes": {
|
||||
"cake": [
|
||||
"Step 1: Go to the farm and collect 3 wheat, 2 sugar cane.",
|
||||
"Step 2: From your inventory or other agents get 3 milk buckets (already filled with milk).",
|
||||
"Step 3: Get an egg from your inventory or other agents.",
|
||||
"Step 4: Go to the crafting table and craft the sugarcane into sugar.",
|
||||
"Step 5: Go to the crafting table and combine all ingredients (3 wheat, 2 sugar, 1 egg, and milk bucket) to make a cake."
|
||||
],
|
||||
"bread": [
|
||||
"Step 1: Go to the farm and collect 3 wheat.",
|
||||
"Step 2: Go to the crafting table and use the wheat to craft bread."
|
||||
]
|
||||
},
|
||||
"blocked_access_to_recipe": [],
|
||||
"goal": {
|
||||
"0": "Collaborate with agents around you to make 1 cake, 1 bread. Recipe for cake:\n['Step 1: Go to the farm and collect 3 wheat, 2 sugar cane.', 'Step 2: From your inventory or other agents get 3 milk buckets (already filled with milk).', 'Step 3: Get an egg from your inventory or other agents.', 'Step 4: Go to the crafting table and craft the sugarcane into sugar.', 'Step 5: Go to the crafting table and combine all ingredients (3 wheat, 2 sugar, 1 egg, and milk bucket) to make a cake.']Recipe for bread:\n['Step 1: Go to the farm and collect 3 wheat.', 'Step 2: Go to the crafting table and use the wheat to craft bread.']",
|
||||
"1": "Collaborate with agents around you to make 1 cake, 1 bread. Recipe for cake:\n['Step 1: Go to the farm and collect 3 wheat, 2 sugar cane.', 'Step 2: From your inventory or other agents get 3 milk buckets (already filled with milk).', 'Step 3: Get an egg from your inventory or other agents.', 'Step 4: Go to the crafting table and craft the sugarcane into sugar.', 'Step 5: Go to the crafting table and combine all ingredients (3 wheat, 2 sugar, 1 egg, and milk bucket) to make a cake.']Recipe for bread:\n['Step 1: Go to the farm and collect 3 wheat.', 'Step 2: Go to the crafting table and use the wheat to craft bread.']"
|
||||
},
|
||||
"initial_inventory": {
|
||||
"0": {
|
||||
"milk_bucket": 2
|
||||
},
|
||||
"1": {
|
||||
"milk_bucket": 2,
|
||||
"egg": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"multiagent_cooking_2_1_baked_potato_1_golden_apple": {
|
||||
"conversation": "Let's work together to make baked_potato, golden_apple.",
|
||||
"agent_count": 2,
|
||||
"target": {
|
||||
"baked_potato": 1,
|
||||
"golden_apple": 1
|
||||
},
|
||||
"type": "cooking",
|
||||
"timeout": 1500,
|
||||
"recipes": {
|
||||
"baked_potato": [
|
||||
"Step 1: Go to the farm and collect 1 potato (search for 'potatoes' (not 'potato')).",
|
||||
"Step 2: Get coal from your inventory or other agents.",
|
||||
"Step 3: Put coal in the furnace",
|
||||
"Step 2: Go to the furnace and bake the potato."
|
||||
],
|
||||
"golden_apple": [
|
||||
"Step 1: Get 1 apple and 8 gold ingots from your inventory or other bots.",
|
||||
"Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple."
|
||||
]
|
||||
},
|
||||
"blocked_access_to_recipe": [],
|
||||
"goal": {
|
||||
"0": "Collaborate with agents around you to make 1 baked_potato, 1 golden_apple. Recipe for baked_potato:\n[\"Step 1: Go to the farm and collect 1 potato (search for 'potatoes' (not 'potato')).\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 2: Go to the furnace and bake the potato.']Recipe for golden_apple:\n['Step 1: Get 1 apple and 8 gold ingots from your inventory or other bots.', 'Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple.']",
|
||||
"1": "Collaborate with agents around you to make 1 baked_potato, 1 golden_apple. Recipe for baked_potato:\n[\"Step 1: Go to the farm and collect 1 potato (search for 'potatoes' (not 'potato')).\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 2: Go to the furnace and bake the potato.']Recipe for golden_apple:\n['Step 1: Get 1 apple and 8 gold ingots from your inventory or other bots.', 'Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple.']"
|
||||
},
|
||||
"initial_inventory": {
|
||||
"0": {
|
||||
"coal": 5,
|
||||
"gold_ingot": 5,
|
||||
"apple": 1
|
||||
},
|
||||
"1": {
|
||||
"coal": 5,
|
||||
"gold_ingot": 5
|
||||
}
|
||||
}
|
||||
},
|
||||
"multiagent_cooking_2_1_baked_potato_1_cake": {
|
||||
"conversation": "Let's work together to make baked_potato, cake.",
|
||||
"agent_count": 2,
|
||||
"target": {
|
||||
"baked_potato": 1,
|
||||
"cake": 1
|
||||
},
|
||||
"type": "cooking",
|
||||
"timeout": 1500,
|
||||
"recipes": {
|
||||
"baked_potato": [
|
||||
"Step 1: Go to the farm and collect 1 potato (search for 'potatoes' (not 'potato')).",
|
||||
"Step 2: Get coal from your inventory or other agents.",
|
||||
"Step 3: Put coal in the furnace",
|
||||
"Step 2: Go to the furnace and bake the potato."
|
||||
],
|
||||
"cake": [
|
||||
"Step 1: Go to the farm and collect 3 wheat, 2 sugar cane.",
|
||||
"Step 2: From your inventory or other agents get 3 milk buckets (already filled with milk).",
|
||||
"Step 3: Get an egg from your inventory or other agents.",
|
||||
"Step 4: Go to the crafting table and craft the sugarcane into sugar.",
|
||||
"Step 5: Go to the crafting table and combine all ingredients (3 wheat, 2 sugar, 1 egg, and milk bucket) to make a cake."
|
||||
]
|
||||
},
|
||||
"blocked_access_to_recipe": [],
|
||||
"goal": {
|
||||
"0": "Collaborate with agents around you to make 1 baked_potato, 1 cake. Recipe for baked_potato:\n[\"Step 1: Go to the farm and collect 1 potato (search for 'potatoes' (not 'potato')).\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 2: Go to the furnace and bake the potato.']Recipe for cake:\n['Step 1: Go to the farm and collect 3 wheat, 2 sugar cane.', 'Step 2: From your inventory or other agents get 3 milk buckets (already filled with milk).', 'Step 3: Get an egg from your inventory or other agents.', 'Step 4: Go to the crafting table and craft the sugarcane into sugar.', 'Step 5: Go to the crafting table and combine all ingredients (3 wheat, 2 sugar, 1 egg, and milk bucket) to make a cake.']",
|
||||
"1": "Collaborate with agents around you to make 1 baked_potato, 1 cake. Recipe for baked_potato:\n[\"Step 1: Go to the farm and collect 1 potato (search for 'potatoes' (not 'potato')).\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 2: Go to the furnace and bake the potato.']Recipe for cake:\n['Step 1: Go to the farm and collect 3 wheat, 2 sugar cane.', 'Step 2: From your inventory or other agents get 3 milk buckets (already filled with milk).', 'Step 3: Get an egg from your inventory or other agents.', 'Step 4: Go to the crafting table and craft the sugarcane into sugar.', 'Step 5: Go to the crafting table and combine all ingredients (3 wheat, 2 sugar, 1 egg, and milk bucket) to make a cake.']"
|
||||
},
|
||||
"initial_inventory": {
|
||||
"0": {
|
||||
"coal": 5,
|
||||
"milk_bucket": 2,
|
||||
"egg": 1
|
||||
},
|
||||
"1": {
|
||||
"coal": 5,
|
||||
"milk_bucket": 2
|
||||
}
|
||||
}
|
||||
},
|
||||
"multiagent_cooking_2_1_cooked_beef_1_golden_apple": {
|
||||
"conversation": "Let's work together to make golden_apple, cooked_beef.",
|
||||
"agent_count": 2,
|
||||
"target": {
|
||||
"golden_apple": 1,
|
||||
"cooked_beef": 1
|
||||
},
|
||||
"type": "cooking",
|
||||
"timeout": 1500,
|
||||
"recipes": {
|
||||
"golden_apple": [
|
||||
"Step 1: Get 1 apple and 8 gold ingots from your inventory or other bots.",
|
||||
"Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple."
|
||||
],
|
||||
"cooked_beef": [
|
||||
"Step 1: Kill a cow and pick up 1 beef that is dropped.",
|
||||
"Step 2: Get coal from your inventory or other agents.",
|
||||
"Step 3: Put coal in the furnace",
|
||||
"Step 4: Go to furnace and use it to cook the beef."
|
||||
]
|
||||
},
|
||||
"blocked_access_to_recipe": [],
|
||||
"goal": {
|
||||
"0": "Collaborate with agents around you to make 1 golden_apple, 1 cooked_beef. Recipe for golden_apple:\n['Step 1: Get 1 apple and 8 gold ingots from your inventory or other bots.', 'Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple.']Recipe for cooked_beef:\n['Step 1: Kill a cow and pick up 1 beef that is dropped.', 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 4: Go to furnace and use it to cook the beef.']",
|
||||
"1": "Collaborate with agents around you to make 1 golden_apple, 1 cooked_beef. Recipe for golden_apple:\n['Step 1: Get 1 apple and 8 gold ingots from your inventory or other bots.', 'Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple.']Recipe for cooked_beef:\n['Step 1: Kill a cow and pick up 1 beef that is dropped.', 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 4: Go to furnace and use it to cook the beef.']"
|
||||
},
|
||||
"initial_inventory": {
|
||||
"0": {
|
||||
"gold_ingot": 5,
|
||||
"coal": 5
|
||||
},
|
||||
"1": {
|
||||
"gold_ingot": 5,
|
||||
"apple": 1,
|
||||
"coal": 5
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,252 @@
|
|||
{
|
||||
"multiagent_cooking_2_1_bread_1_golden_apple": {
|
||||
"conversation": "Let's work together to make golden_apple, bread.",
|
||||
"agent_count": 3,
|
||||
"target": {
|
||||
"golden_apple": 1,
|
||||
"bread": 1
|
||||
},
|
||||
"type": "cooking",
|
||||
"timeout": 1500,
|
||||
"recipes": {
|
||||
"golden_apple": [
|
||||
"Step 1: Get 1 apple and 8 gold ingots from your inventory or other bots.",
|
||||
"Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple."
|
||||
],
|
||||
"bread": [
|
||||
"Step 1: Go to the farm and collect 3 wheat.",
|
||||
"Step 2: Go to the crafting table and use the wheat to craft bread."
|
||||
]
|
||||
},
|
||||
"blocked_access_to_recipe": [],
|
||||
"goal": {
|
||||
"0": "Collaborate with agents around you to make 1 golden_apple, 1 bread. Recipe for golden_apple:\n['Step 1: Get 1 apple and 8 gold ingots from your inventory or other bots.', 'Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple.']Recipe for bread:\n['Step 1: Go to the farm and collect 3 wheat.', 'Step 2: Go to the crafting table and use the wheat to craft bread.']",
|
||||
"1": "Collaborate with agents around you to make 1 golden_apple, 1 bread. Recipe for golden_apple:\n['Step 1: Get 1 apple and 8 gold ingots from your inventory or other bots.', 'Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple.']Recipe for bread:\n['Step 1: Go to the farm and collect 3 wheat.', 'Step 2: Go to the crafting table and use the wheat to craft bread.']"
|
||||
},
|
||||
"initial_inventory": {
|
||||
"0": {
|
||||
"gold_ingot": 3
|
||||
},
|
||||
"1": {
|
||||
"gold_ingot": 3,
|
||||
"apple": 1
|
||||
},
|
||||
"2": {
|
||||
"gold_ingot": 3
|
||||
}
|
||||
}
|
||||
},
|
||||
"multiagent_cooking_2_1_golden_apple_1_rabbit_stew": {
|
||||
"conversation": "Let's work together to make golden_apple, rabbit_stew.",
|
||||
"agent_count": 3,
|
||||
"target": {
|
||||
"golden_apple": 1,
|
||||
"rabbit_stew": 1
|
||||
},
|
||||
"type": "cooking",
|
||||
"timeout": 1500,
|
||||
"recipes": {
|
||||
"golden_apple": [
|
||||
"Step 1: Get 1 apple and 8 gold ingots from your inventory or other bots.",
|
||||
"Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple."
|
||||
],
|
||||
"rabbit_stew": [
|
||||
"Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom (search for 'potatoes' (not 'potato').",
|
||||
"Step 2: Get coal from your inventory or other agents.",
|
||||
"Step 3: Put coal in the furnace",
|
||||
"Step 4: Go to the furnace and bake the potato.",
|
||||
"Step 5: From your inventory or other agents get a bowl",
|
||||
"Step 6: Kill a rabbit and pick up 1 raw rabbit that is dropped.",
|
||||
"Step 7: Go to the furnace and cook the raw rabbit.",
|
||||
"Step 8: Go to the crafting table and combine the cooked rabbit, baked potato, carrot, brown mushroom, and bowl to make rabbit stew."
|
||||
]
|
||||
},
|
||||
"blocked_access_to_recipe": [],
|
||||
"goal": {
|
||||
"0": "Collaborate with agents around you to make 1 golden_apple, 1 rabbit_stew. Recipe for golden_apple:\n['Step 1: Get 1 apple and 8 gold ingots from your inventory or other bots.', 'Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple.']Recipe for rabbit_stew:\n[\"Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom (search for 'potatoes' (not 'potato').\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 4: Go to the furnace and bake the potato.', 'Step 5: From your inventory or other agents get a bowl', 'Step 6: Kill a rabbit and pick up 1 raw rabbit that is dropped.', 'Step 7: Go to the furnace and cook the raw rabbit.', 'Step 8: Go to the crafting table and combine the cooked rabbit, baked potato, carrot, brown mushroom, and bowl to make rabbit stew.']",
|
||||
"1": "Collaborate with agents around you to make 1 golden_apple, 1 rabbit_stew. Recipe for golden_apple:\n['Step 1: Get 1 apple and 8 gold ingots from your inventory or other bots.', 'Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple.']Recipe for rabbit_stew:\n[\"Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom (search for 'potatoes' (not 'potato').\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 4: Go to the furnace and bake the potato.', 'Step 5: From your inventory or other agents get a bowl', 'Step 6: Kill a rabbit and pick up 1 raw rabbit that is dropped.', 'Step 7: Go to the furnace and cook the raw rabbit.', 'Step 8: Go to the crafting table and combine the cooked rabbit, baked potato, carrot, brown mushroom, and bowl to make rabbit stew.']"
|
||||
},
|
||||
"initial_inventory": {
|
||||
"0": {
|
||||
"gold_ingot": 3
|
||||
},
|
||||
"1": {
|
||||
"gold_ingot": 3,
|
||||
"apple": 1
|
||||
},
|
||||
"2": {
|
||||
"gold_ingot": 3,
|
||||
"bowl": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"multiagent_cooking_2_1_bread_1_cake": {
|
||||
"conversation": "Let's work together to make cake, bread.",
|
||||
"agent_count": 3,
|
||||
"target": {
|
||||
"cake": 1,
|
||||
"bread": 1
|
||||
},
|
||||
"type": "cooking",
|
||||
"timeout": 1500,
|
||||
"recipes": {
|
||||
"cake": [
|
||||
"Step 1: Go to the farm and collect 3 wheat, 2 sugar cane.",
|
||||
"Step 2: From your inventory or other agents get 3 milk buckets (already filled with milk).",
|
||||
"Step 3: Get an egg from your inventory or other agents.",
|
||||
"Step 4: Go to the crafting table and craft the sugarcane into sugar.",
|
||||
"Step 5: Go to the crafting table and combine all ingredients (3 wheat, 2 sugar, 1 egg, and milk bucket) to make a cake."
|
||||
],
|
||||
"bread": [
|
||||
"Step 1: Go to the farm and collect 3 wheat.",
|
||||
"Step 2: Go to the crafting table and use the wheat to craft bread."
|
||||
]
|
||||
},
|
||||
"blocked_access_to_recipe": [],
|
||||
"goal": {
|
||||
"0": "Collaborate with agents around you to make 1 cake, 1 bread. Recipe for cake:\n['Step 1: Go to the farm and collect 3 wheat, 2 sugar cane.', 'Step 2: From your inventory or other agents get 3 milk buckets (already filled with milk).', 'Step 3: Get an egg from your inventory or other agents.', 'Step 4: Go to the crafting table and craft the sugarcane into sugar.', 'Step 5: Go to the crafting table and combine all ingredients (3 wheat, 2 sugar, 1 egg, and milk bucket) to make a cake.']Recipe for bread:\n['Step 1: Go to the farm and collect 3 wheat.', 'Step 2: Go to the crafting table and use the wheat to craft bread.']",
|
||||
"1": "Collaborate with agents around you to make 1 cake, 1 bread. Recipe for cake:\n['Step 1: Go to the farm and collect 3 wheat, 2 sugar cane.', 'Step 2: From your inventory or other agents get 3 milk buckets (already filled with milk).', 'Step 3: Get an egg from your inventory or other agents.', 'Step 4: Go to the crafting table and craft the sugarcane into sugar.', 'Step 5: Go to the crafting table and combine all ingredients (3 wheat, 2 sugar, 1 egg, and milk bucket) to make a cake.']Recipe for bread:\n['Step 1: Go to the farm and collect 3 wheat.', 'Step 2: Go to the crafting table and use the wheat to craft bread.']"
|
||||
},
|
||||
"initial_inventory": {
|
||||
"0": {
|
||||
"milk_bucket": 2
|
||||
},
|
||||
"1": {
|
||||
"milk_bucket": 2,
|
||||
"egg": 1
|
||||
},
|
||||
"2": {
|
||||
"milk_bucket": 2
|
||||
}
|
||||
}
|
||||
},
|
||||
"multiagent_cooking_2_1_baked_potato_1_golden_apple": {
|
||||
"conversation": "Let's work together to make baked_potato, golden_apple.",
|
||||
"agent_count": 3,
|
||||
"target": {
|
||||
"baked_potato": 1,
|
||||
"golden_apple": 1
|
||||
},
|
||||
"type": "cooking",
|
||||
"timeout": 1500,
|
||||
"recipes": {
|
||||
"baked_potato": [
|
||||
"Step 1: Go to the farm and collect 1 potato (search for 'potatoes' (not 'potato')).",
|
||||
"Step 2: Get coal from your inventory or other agents.",
|
||||
"Step 3: Put coal in the furnace",
|
||||
"Step 2: Go to the furnace and bake the potato."
|
||||
],
|
||||
"golden_apple": [
|
||||
"Step 1: Get 1 apple and 8 gold ingots from your inventory or other bots.",
|
||||
"Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple."
|
||||
]
|
||||
},
|
||||
"blocked_access_to_recipe": [],
|
||||
"goal": {
|
||||
"0": "Collaborate with agents around you to make 1 baked_potato, 1 golden_apple. Recipe for baked_potato:\n[\"Step 1: Go to the farm and collect 1 potato (search for 'potatoes' (not 'potato')).\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 2: Go to the furnace and bake the potato.']Recipe for golden_apple:\n['Step 1: Get 1 apple and 8 gold ingots from your inventory or other bots.', 'Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple.']",
|
||||
"1": "Collaborate with agents around you to make 1 baked_potato, 1 golden_apple. Recipe for baked_potato:\n[\"Step 1: Go to the farm and collect 1 potato (search for 'potatoes' (not 'potato')).\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 2: Go to the furnace and bake the potato.']Recipe for golden_apple:\n['Step 1: Get 1 apple and 8 gold ingots from your inventory or other bots.', 'Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple.']"
|
||||
},
|
||||
"initial_inventory": {
|
||||
"0": {
|
||||
"coal": 3,
|
||||
"gold_ingot": 3
|
||||
},
|
||||
"1": {
|
||||
"coal": 3,
|
||||
"gold_ingot": 3
|
||||
},
|
||||
"2": {
|
||||
"coal": 3,
|
||||
"gold_ingot": 3,
|
||||
"apple": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"multiagent_cooking_2_1_baked_potato_1_cake": {
|
||||
"conversation": "Let's work together to make baked_potato, cake.",
|
||||
"agent_count": 3,
|
||||
"target": {
|
||||
"baked_potato": 1,
|
||||
"cake": 1
|
||||
},
|
||||
"type": "cooking",
|
||||
"timeout": 1500,
|
||||
"recipes": {
|
||||
"baked_potato": [
|
||||
"Step 1: Go to the farm and collect 1 potato (search for 'potatoes' (not 'potato')).",
|
||||
"Step 2: Get coal from your inventory or other agents.",
|
||||
"Step 3: Put coal in the furnace",
|
||||
"Step 2: Go to the furnace and bake the potato."
|
||||
],
|
||||
"cake": [
|
||||
"Step 1: Go to the farm and collect 3 wheat, 2 sugar cane.",
|
||||
"Step 2: From your inventory or other agents get 3 milk buckets (already filled with milk).",
|
||||
"Step 3: Get an egg from your inventory or other agents.",
|
||||
"Step 4: Go to the crafting table and craft the sugarcane into sugar.",
|
||||
"Step 5: Go to the crafting table and combine all ingredients (3 wheat, 2 sugar, 1 egg, and milk bucket) to make a cake."
|
||||
]
|
||||
},
|
||||
"blocked_access_to_recipe": [],
|
||||
"goal": {
|
||||
"0": "Collaborate with agents around you to make 1 baked_potato, 1 cake. Recipe for baked_potato:\n[\"Step 1: Go to the farm and collect 1 potato (search for 'potatoes' (not 'potato')).\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 2: Go to the furnace and bake the potato.']Recipe for cake:\n['Step 1: Go to the farm and collect 3 wheat, 2 sugar cane.', 'Step 2: From your inventory or other agents get 3 milk buckets (already filled with milk).', 'Step 3: Get an egg from your inventory or other agents.', 'Step 4: Go to the crafting table and craft the sugarcane into sugar.', 'Step 5: Go to the crafting table and combine all ingredients (3 wheat, 2 sugar, 1 egg, and milk bucket) to make a cake.']",
|
||||
"1": "Collaborate with agents around you to make 1 baked_potato, 1 cake. Recipe for baked_potato:\n[\"Step 1: Go to the farm and collect 1 potato (search for 'potatoes' (not 'potato')).\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 2: Go to the furnace and bake the potato.']Recipe for cake:\n['Step 1: Go to the farm and collect 3 wheat, 2 sugar cane.', 'Step 2: From your inventory or other agents get 3 milk buckets (already filled with milk).', 'Step 3: Get an egg from your inventory or other agents.', 'Step 4: Go to the crafting table and craft the sugarcane into sugar.', 'Step 5: Go to the crafting table and combine all ingredients (3 wheat, 2 sugar, 1 egg, and milk bucket) to make a cake.']"
|
||||
},
|
||||
"initial_inventory": {
|
||||
"0": {
|
||||
"coal": 3,
|
||||
"milk_bucket": 2
|
||||
},
|
||||
"1": {
|
||||
"coal": 3,
|
||||
"milk_bucket": 2
|
||||
},
|
||||
"2": {
|
||||
"coal": 3,
|
||||
"milk_bucket": 2,
|
||||
"egg": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"multiagent_cooking_2_1_cooked_beef_1_golden_apple": {
|
||||
"conversation": "Let's work together to make golden_apple, cooked_beef.",
|
||||
"agent_count": 3,
|
||||
"target": {
|
||||
"golden_apple": 1,
|
||||
"cooked_beef": 1
|
||||
},
|
||||
"type": "cooking",
|
||||
"timeout": 1500,
|
||||
"recipes": {
|
||||
"golden_apple": [
|
||||
"Step 1: Get 1 apple and 8 gold ingots from your inventory or other bots.",
|
||||
"Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple."
|
||||
],
|
||||
"cooked_beef": [
|
||||
"Step 1: Kill a cow and pick up 1 beef that is dropped.",
|
||||
"Step 2: Get coal from your inventory or other agents.",
|
||||
"Step 3: Put coal in the furnace",
|
||||
"Step 4: Go to furnace and use it to cook the beef."
|
||||
]
|
||||
},
|
||||
"blocked_access_to_recipe": [],
|
||||
"goal": {
|
||||
"0": "Collaborate with agents around you to make 1 golden_apple, 1 cooked_beef. Recipe for golden_apple:\n['Step 1: Get 1 apple and 8 gold ingots from your inventory or other bots.', 'Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple.']Recipe for cooked_beef:\n['Step 1: Kill a cow and pick up 1 beef that is dropped.', 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 4: Go to furnace and use it to cook the beef.']",
|
||||
"1": "Collaborate with agents around you to make 1 golden_apple, 1 cooked_beef. Recipe for golden_apple:\n['Step 1: Get 1 apple and 8 gold ingots from your inventory or other bots.', 'Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple.']Recipe for cooked_beef:\n['Step 1: Kill a cow and pick up 1 beef that is dropped.', 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 4: Go to furnace and use it to cook the beef.']"
|
||||
},
|
||||
"initial_inventory": {
|
||||
"0": {
|
||||
"gold_ingot": 3,
|
||||
"coal": 3
|
||||
},
|
||||
"1": {
|
||||
"gold_ingot": 3,
|
||||
"apple": 1,
|
||||
"coal": 3
|
||||
},
|
||||
"2": {
|
||||
"gold_ingot": 3,
|
||||
"coal": 3
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -25,17 +25,17 @@
|
|||
},
|
||||
"initial_inventory": {
|
||||
"0": {
|
||||
"gold_ingot": 3
|
||||
"gold_ingot": 2
|
||||
},
|
||||
"1": {
|
||||
"gold_ingot": 3,
|
||||
"gold_ingot": 2,
|
||||
"apple": 1
|
||||
},
|
||||
"2": {
|
||||
"gold_ingot": 3
|
||||
"gold_ingot": 2
|
||||
},
|
||||
"3": {
|
||||
"gold_ingot": 3
|
||||
"gold_ingot": 2
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -71,18 +71,18 @@
|
|||
},
|
||||
"initial_inventory": {
|
||||
"0": {
|
||||
"gold_ingot": 3
|
||||
"gold_ingot": 2
|
||||
},
|
||||
"1": {
|
||||
"gold_ingot": 3,
|
||||
"gold_ingot": 2,
|
||||
"apple": 1
|
||||
},
|
||||
"2": {
|
||||
"gold_ingot": 3,
|
||||
"gold_ingot": 2,
|
||||
"bowl": 1
|
||||
},
|
||||
"3": {
|
||||
"gold_ingot": 3
|
||||
"gold_ingot": 2
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -118,14 +118,13 @@
|
|||
"milk_bucket": 1
|
||||
},
|
||||
"1": {
|
||||
"milk_bucket": 1,
|
||||
"egg": 1
|
||||
"milk_bucket": 1
|
||||
},
|
||||
"2": {
|
||||
"milk_bucket": 1
|
||||
},
|
||||
"3": {
|
||||
"milk_bucket": 1
|
||||
"egg": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -158,148 +157,20 @@
|
|||
"initial_inventory": {
|
||||
"0": {
|
||||
"coal": 3,
|
||||
"gold_ingot": 3
|
||||
"gold_ingot": 2
|
||||
},
|
||||
"1": {
|
||||
"coal": 3,
|
||||
"gold_ingot": 3
|
||||
"gold_ingot": 2
|
||||
},
|
||||
"2": {
|
||||
"coal": 3,
|
||||
"gold_ingot": 3,
|
||||
"gold_ingot": 2,
|
||||
"apple": 1
|
||||
},
|
||||
"3": {
|
||||
"coal": 3,
|
||||
"gold_ingot": 3
|
||||
}
|
||||
}
|
||||
},
|
||||
"multiagent_cooking_2_1_baked_potato_1_rabbit_stew": {
|
||||
"conversation": "Let's work together to make baked_potato, rabbit_stew.",
|
||||
"agent_count": 4,
|
||||
"target": {
|
||||
"baked_potato": 1,
|
||||
"rabbit_stew": 1
|
||||
},
|
||||
"type": "cooking",
|
||||
"timeout": 500,
|
||||
"recipes": {
|
||||
"baked_potato": [
|
||||
"Step 1: Go to the farm and collect 1 potato (search for 'potatoes' (not 'potato')).",
|
||||
"Step 2: Get coal from your inventory or other agents.",
|
||||
"Step 3: Put coal in the furnace",
|
||||
"Step 2: Go to the furnace and bake the potato."
|
||||
],
|
||||
"rabbit_stew": [
|
||||
"Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom (search for 'potatoes' (not 'potato').",
|
||||
"Step 2: Get coal from your inventory or other agents.",
|
||||
"Step 3: Put coal in the furnace",
|
||||
"Step 4: Go to the furnace and bake the potato.",
|
||||
"Step 5: From your inventory or other agents get a bowl",
|
||||
"Step 6: Kill a rabbit and pick up 1 raw rabbit that is dropped.",
|
||||
"Step 7: Go to the furnace and cook the raw rabbit.",
|
||||
"Step 8: Go to the crafting table and combine the cooked rabbit, baked potato, carrot, brown mushroom, and bowl to make rabbit stew."
|
||||
]
|
||||
},
|
||||
"blocked_access_to_recipe": [],
|
||||
"goal": {
|
||||
"0": "Collaborate with agents around you to make 1 baked_potato, 1 rabbit_stew. Recipe for baked_potato:\n[\"Step 1: Go to the farm and collect 1 potato (search for 'potatoes' (not 'potato')).\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 2: Go to the furnace and bake the potato.']Recipe for rabbit_stew:\n[\"Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom (search for 'potatoes' (not 'potato').\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 4: Go to the furnace and bake the potato.', 'Step 5: From your inventory or other agents get a bowl', 'Step 6: Kill a rabbit and pick up 1 raw rabbit that is dropped.', 'Step 7: Go to the furnace and cook the raw rabbit.', 'Step 8: Go to the crafting table and combine the cooked rabbit, baked potato, carrot, brown mushroom, and bowl to make rabbit stew.']",
|
||||
"1": "Collaborate with agents around you to make 1 baked_potato, 1 rabbit_stew. Recipe for baked_potato:\n[\"Step 1: Go to the farm and collect 1 potato (search for 'potatoes' (not 'potato')).\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 2: Go to the furnace and bake the potato.']Recipe for rabbit_stew:\n[\"Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom (search for 'potatoes' (not 'potato').\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 4: Go to the furnace and bake the potato.', 'Step 5: From your inventory or other agents get a bowl', 'Step 6: Kill a rabbit and pick up 1 raw rabbit that is dropped.', 'Step 7: Go to the furnace and cook the raw rabbit.', 'Step 8: Go to the crafting table and combine the cooked rabbit, baked potato, carrot, brown mushroom, and bowl to make rabbit stew.']"
|
||||
},
|
||||
"initial_inventory": {
|
||||
"0": {
|
||||
"coal": 3
|
||||
},
|
||||
"1": {
|
||||
"coal": 3,
|
||||
"bowl": 1
|
||||
},
|
||||
"2": {
|
||||
"coal": 3
|
||||
},
|
||||
"3": {
|
||||
"coal": 3
|
||||
}
|
||||
}
|
||||
},
|
||||
"multiagent_cooking_2_1_bread_1_rabbit_stew": {
|
||||
"conversation": "Let's work together to make rabbit_stew, bread.",
|
||||
"agent_count": 4,
|
||||
"target": {
|
||||
"rabbit_stew": 1,
|
||||
"bread": 1
|
||||
},
|
||||
"type": "cooking",
|
||||
"timeout": 500,
|
||||
"recipes": {
|
||||
"rabbit_stew": [
|
||||
"Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom (search for 'potatoes' (not 'potato').",
|
||||
"Step 2: Get coal from your inventory or other agents.",
|
||||
"Step 3: Put coal in the furnace",
|
||||
"Step 4: Go to the furnace and bake the potato.",
|
||||
"Step 5: From your inventory or other agents get a bowl",
|
||||
"Step 6: Kill a rabbit and pick up 1 raw rabbit that is dropped.",
|
||||
"Step 7: Go to the furnace and cook the raw rabbit.",
|
||||
"Step 8: Go to the crafting table and combine the cooked rabbit, baked potato, carrot, brown mushroom, and bowl to make rabbit stew."
|
||||
],
|
||||
"bread": [
|
||||
"Step 1: Go to the farm and collect 3 wheat.",
|
||||
"Step 2: Go to the crafting table and use the wheat to craft bread."
|
||||
]
|
||||
},
|
||||
"blocked_access_to_recipe": [],
|
||||
"goal": {
|
||||
"0": "Collaborate with agents around you to make 1 rabbit_stew, 1 bread. Recipe for rabbit_stew:\n[\"Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom (search for 'potatoes' (not 'potato').\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 4: Go to the furnace and bake the potato.', 'Step 5: From your inventory or other agents get a bowl', 'Step 6: Kill a rabbit and pick up 1 raw rabbit that is dropped.', 'Step 7: Go to the furnace and cook the raw rabbit.', 'Step 8: Go to the crafting table and combine the cooked rabbit, baked potato, carrot, brown mushroom, and bowl to make rabbit stew.']Recipe for bread:\n['Step 1: Go to the farm and collect 3 wheat.', 'Step 2: Go to the crafting table and use the wheat to craft bread.']",
|
||||
"1": "Collaborate with agents around you to make 1 rabbit_stew, 1 bread. Recipe for rabbit_stew:\n[\"Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom (search for 'potatoes' (not 'potato').\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 4: Go to the furnace and bake the potato.', 'Step 5: From your inventory or other agents get a bowl', 'Step 6: Kill a rabbit and pick up 1 raw rabbit that is dropped.', 'Step 7: Go to the furnace and cook the raw rabbit.', 'Step 8: Go to the crafting table and combine the cooked rabbit, baked potato, carrot, brown mushroom, and bowl to make rabbit stew.']Recipe for bread:\n['Step 1: Go to the farm and collect 3 wheat.', 'Step 2: Go to the crafting table and use the wheat to craft bread.']"
|
||||
},
|
||||
"initial_inventory": {
|
||||
"0": {
|
||||
"bowl": 1
|
||||
},
|
||||
"1": {},
|
||||
"2": {},
|
||||
"3": {}
|
||||
}
|
||||
},
|
||||
"multiagent_cooking_2_1_baked_potato_1_bread": {
|
||||
"conversation": "Let's work together to make bread, baked_potato.",
|
||||
"agent_count": 4,
|
||||
"target": {
|
||||
"bread": 1,
|
||||
"baked_potato": 1
|
||||
},
|
||||
"type": "cooking",
|
||||
"timeout": 500,
|
||||
"recipes": {
|
||||
"bread": [
|
||||
"Step 1: Go to the farm and collect 3 wheat.",
|
||||
"Step 2: Go to the crafting table and use the wheat to craft bread."
|
||||
],
|
||||
"baked_potato": [
|
||||
"Step 1: Go to the farm and collect 1 potato (search for 'potatoes' (not 'potato')).",
|
||||
"Step 2: Get coal from your inventory or other agents.",
|
||||
"Step 3: Put coal in the furnace",
|
||||
"Step 2: Go to the furnace and bake the potato."
|
||||
]
|
||||
},
|
||||
"blocked_access_to_recipe": [],
|
||||
"goal": {
|
||||
"0": "Collaborate with agents around you to make 1 bread, 1 baked_potato. Recipe for bread:\n['Step 1: Go to the farm and collect 3 wheat.', 'Step 2: Go to the crafting table and use the wheat to craft bread.']Recipe for baked_potato:\n[\"Step 1: Go to the farm and collect 1 potato (search for 'potatoes' (not 'potato')).\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 2: Go to the furnace and bake the potato.']",
|
||||
"1": "Collaborate with agents around you to make 1 bread, 1 baked_potato. Recipe for bread:\n['Step 1: Go to the farm and collect 3 wheat.', 'Step 2: Go to the crafting table and use the wheat to craft bread.']Recipe for baked_potato:\n[\"Step 1: Go to the farm and collect 1 potato (search for 'potatoes' (not 'potato')).\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 2: Go to the furnace and bake the potato.']"
|
||||
},
|
||||
"initial_inventory": {
|
||||
"0": {
|
||||
"coal": 3
|
||||
},
|
||||
"1": {
|
||||
"coal": 3
|
||||
},
|
||||
"2": {
|
||||
"coal": 3
|
||||
},
|
||||
"3": {
|
||||
"coal": 3
|
||||
"gold_ingot": 2
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -343,12 +214,12 @@
|
|||
},
|
||||
"2": {
|
||||
"coal": 3,
|
||||
"milk_bucket": 1,
|
||||
"egg": 1
|
||||
"milk_bucket": 1
|
||||
|
||||
},
|
||||
"3": {
|
||||
"coal": 3,
|
||||
"milk_bucket": 1
|
||||
"egg": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -380,61 +251,20 @@
|
|||
},
|
||||
"initial_inventory": {
|
||||
"0": {
|
||||
"gold_ingot": 3,
|
||||
"gold_ingot": 2,
|
||||
"coal": 3
|
||||
},
|
||||
"1": {
|
||||
"gold_ingot": 3,
|
||||
"gold_ingot": 2,
|
||||
"apple": 1,
|
||||
"coal": 3
|
||||
},
|
||||
"2": {
|
||||
"gold_ingot": 3,
|
||||
"coal": 3
|
||||
},
|
||||
"3": {
|
||||
"gold_ingot": 3,
|
||||
"coal": 3
|
||||
}
|
||||
}
|
||||
},
|
||||
"multiagent_cooking_2_1_bread_1_cooked_beef": {
|
||||
"conversation": "Let's work together to make bread, cooked_beef.",
|
||||
"agent_count": 4,
|
||||
"target": {
|
||||
"bread": 1,
|
||||
"cooked_beef": 1
|
||||
},
|
||||
"type": "cooking",
|
||||
"timeout": 500,
|
||||
"recipes": {
|
||||
"bread": [
|
||||
"Step 1: Go to the farm and collect 3 wheat.",
|
||||
"Step 2: Go to the crafting table and use the wheat to craft bread."
|
||||
],
|
||||
"cooked_beef": [
|
||||
"Step 1: Kill a cow and pick up 1 beef that is dropped.",
|
||||
"Step 2: Get coal from your inventory or other agents.",
|
||||
"Step 3: Put coal in the furnace",
|
||||
"Step 4: Go to furnace and use it to cook the beef."
|
||||
]
|
||||
},
|
||||
"blocked_access_to_recipe": [],
|
||||
"goal": {
|
||||
"0": "Collaborate with agents around you to make 1 bread, 1 cooked_beef. Recipe for bread:\n['Step 1: Go to the farm and collect 3 wheat.', 'Step 2: Go to the crafting table and use the wheat to craft bread.']Recipe for cooked_beef:\n['Step 1: Kill a cow and pick up 1 beef that is dropped.', 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 4: Go to furnace and use it to cook the beef.']",
|
||||
"1": "Collaborate with agents around you to make 1 bread, 1 cooked_beef. Recipe for bread:\n['Step 1: Go to the farm and collect 3 wheat.', 'Step 2: Go to the crafting table and use the wheat to craft bread.']Recipe for cooked_beef:\n['Step 1: Kill a cow and pick up 1 beef that is dropped.', 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 4: Go to furnace and use it to cook the beef.']"
|
||||
},
|
||||
"initial_inventory": {
|
||||
"0": {
|
||||
"coal": 3
|
||||
},
|
||||
"1": {
|
||||
"coal": 3
|
||||
},
|
||||
"2": {
|
||||
"gold_ingot": 2,
|
||||
"coal": 3
|
||||
},
|
||||
"3": {
|
||||
"gold_ingot": 2,
|
||||
"coal": 3
|
||||
}
|
||||
}
|
||||
|
|
|
@ -28,8 +28,7 @@
|
|||
"gold_ingot": 2
|
||||
},
|
||||
"1": {
|
||||
"gold_ingot": 2,
|
||||
"apple": 1
|
||||
"gold_ingot": 2
|
||||
},
|
||||
"2": {
|
||||
"gold_ingot": 2
|
||||
|
@ -38,7 +37,7 @@
|
|||
"gold_ingot": 2
|
||||
},
|
||||
"4": {
|
||||
"gold_ingot": 2
|
||||
"apple": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -88,7 +87,7 @@
|
|||
"gold_ingot": 2
|
||||
},
|
||||
"4": {
|
||||
"gold_ingot": 2
|
||||
"apple": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -131,10 +130,10 @@
|
|||
"milk_bucket": 1
|
||||
},
|
||||
"3": {
|
||||
"milk_bucket": 1
|
||||
"egg": 1
|
||||
},
|
||||
"4": {
|
||||
"milk_bucket": 1
|
||||
"egg": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -175,151 +174,15 @@
|
|||
},
|
||||
"2": {
|
||||
"coal": 2,
|
||||
"gold_ingot": 2,
|
||||
"gold_ingot": 2
|
||||
},
|
||||
"3": {
|
||||
"coal": 2,
|
||||
"gold_ingot": 2
|
||||
},
|
||||
"4": {
|
||||
"coal": 2,
|
||||
"apple": 1
|
||||
},
|
||||
"3": {
|
||||
"coal": 2,
|
||||
"gold_ingot": 2
|
||||
},
|
||||
"4": {
|
||||
"coal": 2,
|
||||
"gold_ingot": 2
|
||||
}
|
||||
}
|
||||
},
|
||||
"multiagent_cooking_2_1_baked_potato_1_rabbit_stew": {
|
||||
"conversation": "Let's work together to make baked_potato, rabbit_stew.",
|
||||
"agent_count": 5,
|
||||
"target": {
|
||||
"baked_potato": 1,
|
||||
"rabbit_stew": 1
|
||||
},
|
||||
"type": "cooking",
|
||||
"timeout": 500,
|
||||
"recipes": {
|
||||
"baked_potato": [
|
||||
"Step 1: Go to the farm and collect 1 potato (search for 'potatoes' (not 'potato')).",
|
||||
"Step 2: Get coal from your inventory or other agents.",
|
||||
"Step 3: Put coal in the furnace",
|
||||
"Step 2: Go to the furnace and bake the potato."
|
||||
],
|
||||
"rabbit_stew": [
|
||||
"Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom (search for 'potatoes' (not 'potato').",
|
||||
"Step 2: Get coal from your inventory or other agents.",
|
||||
"Step 3: Put coal in the furnace",
|
||||
"Step 4: Go to the furnace and bake the potato.",
|
||||
"Step 5: From your inventory or other agents get a bowl",
|
||||
"Step 6: Kill a rabbit and pick up 1 raw rabbit that is dropped.",
|
||||
"Step 7: Go to the furnace and cook the raw rabbit.",
|
||||
"Step 8: Go to the crafting table and combine the cooked rabbit, baked potato, carrot, brown mushroom, and bowl to make rabbit stew."
|
||||
]
|
||||
},
|
||||
"blocked_access_to_recipe": [],
|
||||
"goal": {
|
||||
"0": "Collaborate with agents around you to make 1 baked_potato, 1 rabbit_stew. Recipe for baked_potato:\n[\"Step 1: Go to the farm and collect 1 potato (search for 'potatoes' (not 'potato')).\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 2: Go to the furnace and bake the potato.']Recipe for rabbit_stew:\n[\"Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom (search for 'potatoes' (not 'potato').\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 4: Go to the furnace and bake the potato.', 'Step 5: From your inventory or other agents get a bowl', 'Step 6: Kill a rabbit and pick up 1 raw rabbit that is dropped.', 'Step 7: Go to the furnace and cook the raw rabbit.', 'Step 8: Go to the crafting table and combine the cooked rabbit, baked potato, carrot, brown mushroom, and bowl to make rabbit stew.']",
|
||||
"1": "Collaborate with agents around you to make 1 baked_potato, 1 rabbit_stew. Recipe for baked_potato:\n[\"Step 1: Go to the farm and collect 1 potato (search for 'potatoes' (not 'potato')).\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 2: Go to the furnace and bake the potato.']Recipe for rabbit_stew:\n[\"Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom (search for 'potatoes' (not 'potato').\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 4: Go to the furnace and bake the potato.', 'Step 5: From your inventory or other agents get a bowl', 'Step 6: Kill a rabbit and pick up 1 raw rabbit that is dropped.', 'Step 7: Go to the furnace and cook the raw rabbit.', 'Step 8: Go to the crafting table and combine the cooked rabbit, baked potato, carrot, brown mushroom, and bowl to make rabbit stew.']"
|
||||
},
|
||||
"initial_inventory": {
|
||||
"0": {
|
||||
"coal": 2
|
||||
},
|
||||
"1": {
|
||||
"coal": 2,
|
||||
"bowl": 1
|
||||
},
|
||||
"2": {
|
||||
"coal": 2
|
||||
},
|
||||
"3": {
|
||||
"coal": 2
|
||||
},
|
||||
"4": {
|
||||
"coal": 2
|
||||
}
|
||||
}
|
||||
},
|
||||
"multiagent_cooking_2_1_bread_1_rabbit_stew": {
|
||||
"conversation": "Let's work together to make rabbit_stew, bread.",
|
||||
"agent_count": 5,
|
||||
"target": {
|
||||
"rabbit_stew": 1,
|
||||
"bread": 1
|
||||
},
|
||||
"type": "cooking",
|
||||
"timeout": 500,
|
||||
"recipes": {
|
||||
"rabbit_stew": [
|
||||
"Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom (search for 'potatoes' (not 'potato').",
|
||||
"Step 2: Get coal from your inventory or other agents.",
|
||||
"Step 3: Put coal in the furnace",
|
||||
"Step 4: Go to the furnace and bake the potato.",
|
||||
"Step 5: From your inventory or other agents get a bowl",
|
||||
"Step 6: Kill a rabbit and pick up 1 raw rabbit that is dropped.",
|
||||
"Step 7: Go to the furnace and cook the raw rabbit.",
|
||||
"Step 8: Go to the crafting table and combine the cooked rabbit, baked potato, carrot, brown mushroom, and bowl to make rabbit stew."
|
||||
],
|
||||
"bread": [
|
||||
"Step 1: Go to the farm and collect 3 wheat.",
|
||||
"Step 2: Go to the crafting table and use the wheat to craft bread."
|
||||
]
|
||||
},
|
||||
"blocked_access_to_recipe": [],
|
||||
"goal": {
|
||||
"0": "Collaborate with agents around you to make 1 rabbit_stew, 1 bread. Recipe for rabbit_stew:\n[\"Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom (search for 'potatoes' (not 'potato').\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 4: Go to the furnace and bake the potato.', 'Step 5: From your inventory or other agents get a bowl', 'Step 6: Kill a rabbit and pick up 1 raw rabbit that is dropped.', 'Step 7: Go to the furnace and cook the raw rabbit.', 'Step 8: Go to the crafting table and combine the cooked rabbit, baked potato, carrot, brown mushroom, and bowl to make rabbit stew.']Recipe for bread:\n['Step 1: Go to the farm and collect 3 wheat.', 'Step 2: Go to the crafting table and use the wheat to craft bread.']",
|
||||
"1": "Collaborate with agents around you to make 1 rabbit_stew, 1 bread. Recipe for rabbit_stew:\n[\"Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom (search for 'potatoes' (not 'potato').\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 4: Go to the furnace and bake the potato.', 'Step 5: From your inventory or other agents get a bowl', 'Step 6: Kill a rabbit and pick up 1 raw rabbit that is dropped.', 'Step 7: Go to the furnace and cook the raw rabbit.', 'Step 8: Go to the crafting table and combine the cooked rabbit, baked potato, carrot, brown mushroom, and bowl to make rabbit stew.']Recipe for bread:\n['Step 1: Go to the farm and collect 3 wheat.', 'Step 2: Go to the crafting table and use the wheat to craft bread.']"
|
||||
},
|
||||
"initial_inventory": {
|
||||
"0": {
|
||||
"bowl": 1
|
||||
},
|
||||
"1": {},
|
||||
"2": {},
|
||||
"3": {},
|
||||
"4": {}
|
||||
}
|
||||
},
|
||||
"multiagent_cooking_2_1_baked_potato_1_bread": {
|
||||
"conversation": "Let's work together to make bread, baked_potato.",
|
||||
"agent_count": 5,
|
||||
"target": {
|
||||
"bread": 1,
|
||||
"baked_potato": 1
|
||||
},
|
||||
"type": "cooking",
|
||||
"timeout": 500,
|
||||
"recipes": {
|
||||
"bread": [
|
||||
"Step 1: Go to the farm and collect 3 wheat.",
|
||||
"Step 2: Go to the crafting table and use the wheat to craft bread."
|
||||
],
|
||||
"baked_potato": [
|
||||
"Step 1: Go to the farm and collect 1 potato (search for 'potatoes' (not 'potato')).",
|
||||
"Step 2: Get coal from your inventory or other agents.",
|
||||
"Step 3: Put coal in the furnace",
|
||||
"Step 2: Go to the furnace and bake the potato."
|
||||
]
|
||||
},
|
||||
"blocked_access_to_recipe": [],
|
||||
"goal": {
|
||||
"0": "Collaborate with agents around you to make 1 bread, 1 baked_potato. Recipe for bread:\n['Step 1: Go to the farm and collect 3 wheat.', 'Step 2: Go to the crafting table and use the wheat to craft bread.']Recipe for baked_potato:\n[\"Step 1: Go to the farm and collect 1 potato (search for 'potatoes' (not 'potato')).\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 2: Go to the furnace and bake the potato.']",
|
||||
"1": "Collaborate with agents around you to make 1 bread, 1 baked_potato. Recipe for bread:\n['Step 1: Go to the farm and collect 3 wheat.', 'Step 2: Go to the crafting table and use the wheat to craft bread.']Recipe for baked_potato:\n[\"Step 1: Go to the farm and collect 1 potato (search for 'potatoes' (not 'potato')).\", 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 2: Go to the furnace and bake the potato.']"
|
||||
},
|
||||
"initial_inventory": {
|
||||
"0": {
|
||||
"coal": 2
|
||||
},
|
||||
"1": {
|
||||
"coal": 2
|
||||
},
|
||||
"2": {
|
||||
"coal": 2
|
||||
},
|
||||
"3": {
|
||||
"coal": 2
|
||||
},
|
||||
"4": {
|
||||
"coal": 2
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -363,16 +226,16 @@
|
|||
},
|
||||
"2": {
|
||||
"coal": 2,
|
||||
"milk_bucket": 1,
|
||||
"egg": 1
|
||||
"milk_bucket": 1
|
||||
|
||||
},
|
||||
"3": {
|
||||
"coal": 2,
|
||||
"milk_bucket": 1
|
||||
"egg": 1
|
||||
},
|
||||
"4": {
|
||||
"coal": 2,
|
||||
"milk_bucket": 1
|
||||
"egg": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -409,64 +272,19 @@
|
|||
},
|
||||
"1": {
|
||||
"gold_ingot": 2,
|
||||
"coal": 2
|
||||
},
|
||||
"2": {
|
||||
"gold_ingot": 2,
|
||||
"coal": 2
|
||||
},
|
||||
"3": {
|
||||
"gold_ingot": 2,
|
||||
"coal": 2
|
||||
},
|
||||
"4": {
|
||||
"apple": 1,
|
||||
"coal": 2
|
||||
},
|
||||
"2": {
|
||||
"gold_ingot": 2,
|
||||
"coal": 2
|
||||
},
|
||||
"3": {
|
||||
"gold_ingot": 2,
|
||||
"coal": 2
|
||||
},
|
||||
"4": {
|
||||
"gold_ingot": 2,
|
||||
"coal": 2
|
||||
}
|
||||
}
|
||||
},
|
||||
"multiagent_cooking_2_1_bread_1_cooked_beef": {
|
||||
"conversation": "Let's work together to make bread, cooked_beef.",
|
||||
"agent_count": 5,
|
||||
"target": {
|
||||
"bread": 1,
|
||||
"cooked_beef": 1
|
||||
},
|
||||
"type": "cooking",
|
||||
"timeout": 500,
|
||||
"recipes": {
|
||||
"bread": [
|
||||
"Step 1: Go to the farm and collect 3 wheat.",
|
||||
"Step 2: Go to the crafting table and use the wheat to craft bread."
|
||||
],
|
||||
"cooked_beef": [
|
||||
"Step 1: Kill a cow and pick up 1 beef that is dropped.",
|
||||
"Step 2: Get coal from your inventory or other agents.",
|
||||
"Step 3: Put coal in the furnace",
|
||||
"Step 4: Go to furnace and use it to cook the beef."
|
||||
]
|
||||
},
|
||||
"blocked_access_to_recipe": [],
|
||||
"goal": {
|
||||
"0": "Collaborate with agents around you to make 1 bread, 1 cooked_beef. Recipe for bread:\n['Step 1: Go to the farm and collect 3 wheat.', 'Step 2: Go to the crafting table and use the wheat to craft bread.']Recipe for cooked_beef:\n['Step 1: Kill a cow and pick up 1 beef that is dropped.', 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 4: Go to furnace and use it to cook the beef.']",
|
||||
"1": "Collaborate with agents around you to make 1 bread, 1 cooked_beef. Recipe for bread:\n['Step 1: Go to the farm and collect 3 wheat.', 'Step 2: Go to the crafting table and use the wheat to craft bread.']Recipe for cooked_beef:\n['Step 1: Kill a cow and pick up 1 beef that is dropped.', 'Step 2: Get coal from your inventory or other agents.', 'Step 3: Put coal in the furnace', 'Step 4: Go to furnace and use it to cook the beef.']"
|
||||
},
|
||||
"initial_inventory": {
|
||||
"0": {
|
||||
"coal": 2
|
||||
},
|
||||
"1": {
|
||||
"coal": 2
|
||||
},
|
||||
"2": {
|
||||
"coal": 2
|
||||
},
|
||||
"3": {
|
||||
"coal": 2
|
||||
},
|
||||
"4": {
|
||||
"coal": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue