diff --git a/tasks/cooking_tasks/test_tasks.json b/tasks/cooking_tasks/test_tasks.json new file mode 100644 index 0000000..147c6aa --- /dev/null +++ b/tasks/cooking_tasks/test_tasks.json @@ -0,0 +1,706 @@ +{ + "multiagent_cooking_1_cooked_porkchop": { + "conversation": "Let's work together to make cooked_porkchop.", + "agent_count": 2, + "target": { + "cooked_porkchop": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cooked_porkchop": [ + "Step 1: Kill a pig and pick up 1 porkchop that is dropped.", + "Step 2: Go to furnace and use it to cook the porkchop." + ] + }, + "blocked_access_to_recipe": [], + "goal": "Collaborate to make 1 cooked_porkchop", + "difficulty": "easy" + }, + "multiagent_cooking_1_cooked_chicken": { + "conversation": "Let's work together to make cooked_chicken.", + "agent_count": 2, + "target": { + "cooked_chicken": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cooked_chicken": [ + "Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.", + "Step 2: Go to furnace and use it to cook the raw chicken." + ] + }, + "blocked_access_to_recipe": [], + "goal": "Collaborate to make 1 cooked_chicken", + "difficulty": "easy" + }, + "multiagent_cooking_1_cooked_rabbit_blocked_access_andy": { + "conversation": "Let's work together to make cooked_rabbit.", + "agent_count": 2, + "target": { + "cooked_rabbit": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cooked_rabbit": [ + "Step 1: Kill a rabbit and pick up 1 raw rabbit that is dropped.", + "Step 2: Go to furnace and use it to cook the raw rabbit." + ] + }, + "blocked_access_to_recipe": [ + "andy" + ], + "goal": "Collaborate to make 1 cooked_rabbit", + "difficulty": "easy" + }, + "multiagent_cooking_1_golden_carrot": { + "conversation": "Let's work together to make golden_carrot.", + "agent_count": 2, + "target": { + "golden_carrot": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "golden_carrot": [ + "Step 1: Go to the farm and collect 1 carrot.", + "Step 2: Go to the chest and collect gold ingots and convert them to gold nuggets.", + "Step 3: Go to the crafting table and surround the carrot with gold nuggets to create a golden carrot." + ] + }, + "blocked_access_to_recipe": [], + "goal": "Collaborate to make 1 golden_carrot", + "difficulty": "easy" + }, + "multiagent_cooking_1_golden_carrot_blocked_access_randy": { + "conversation": "Let's work together to make golden_carrot.", + "agent_count": 2, + "target": { + "golden_carrot": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "golden_carrot": [ + "Step 1: Go to the farm and collect 1 carrot.", + "Step 2: Go to the chest and collect gold ingots and convert them to gold nuggets.", + "Step 3: Go to the crafting table and surround the carrot with gold nuggets to create a golden carrot." + ] + }, + "blocked_access_to_recipe": [ + "randy" + ], + "goal": "Collaborate to make 1 golden_carrot", + "difficulty": "easy" + }, + "multiagent_cooking_1_cooked_chicken_blocked_access_randy": { + "conversation": "Let's work together to make cooked_chicken.", + "agent_count": 2, + "target": { + "cooked_chicken": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cooked_chicken": [ + "Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.", + "Step 2: Go to furnace and use it to cook the raw chicken." + ] + }, + "blocked_access_to_recipe": [ + "randy" + ], + "goal": "Collaborate to make 1 cooked_chicken", + "difficulty": "easy" + }, + "multiagent_cooking_1_cooked_chicken_1_cooked_rabbit": { + "conversation": "Let's collaborate to make cooked_chicken and cooked_rabbit.", + "agent_count": 2, + "target": { + "cooked_chicken": 1, + "cooked_rabbit": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cooked_chicken": [ + "Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.", + "Step 2: Go to furnace and use it to cook the raw chicken." + ], + "cooked_rabbit": [ + "Step 1: Kill a rabbit and pick up 1 raw rabbit that is dropped.", + "Step 2: Go to furnace and use it to cook the raw rabbit." + ] + }, + "blocked_access_to_recipe": [], + "goal": "Collaborate to make 1 cooked_chicken, 1 cooked_rabbit", + "difficulty": "easy" + }, + "multiagent_cooking_1_cooked_chicken_1_cooked_mutton": { + "conversation": "Let's collaborate to make cooked_chicken and cooked_mutton.", + "agent_count": 2, + "target": { + "cooked_chicken": 1, + "cooked_mutton": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cooked_chicken": [ + "Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.", + "Step 2: Go to furnace and use it to cook the raw chicken." + ], + "cooked_mutton": [ + "Step 1: Kill a sheep and pick up 1 mutton that is dropped.", + "Step 2: Go to furnace and use it to cook the mutton." + ] + }, + "blocked_access_to_recipe": [], + "goal": "Collaborate to make 1 cooked_chicken, 1 cooked_mutton", + "difficulty": "easy" + }, + "multiagent_cooking_1_cooked_porkchop_1_cooked_rabbit": { + "conversation": "Let's collaborate to make cooked_rabbit and cooked_porkchop.", + "agent_count": 2, + "target": { + "cooked_rabbit": 1, + "cooked_porkchop": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cooked_rabbit": [ + "Step 1: Kill a rabbit and pick up 1 raw rabbit that is dropped.", + "Step 2: Go to furnace and use it to cook the raw rabbit." + ], + "cooked_porkchop": [ + "Step 1: Kill a pig and pick up 1 porkchop that is dropped.", + "Step 2: Go to furnace and use it to cook the porkchop." + ] + }, + "blocked_access_to_recipe": [], + "goal": "Collaborate to make 1 cooked_rabbit, 1 cooked_porkchop", + "difficulty": "easy" + }, + "multiagent_cooking_1_cooked_mutton_blocked_access_randy": { + "conversation": "Let's work together to make cooked_mutton.", + "agent_count": 2, + "target": { + "cooked_mutton": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cooked_mutton": [ + "Step 1: Kill a sheep and pick up 1 mutton that is dropped.", + "Step 2: Go to furnace and use it to cook the mutton." + ] + }, + "blocked_access_to_recipe": [ + "randy" + ], + "goal": "Collaborate to make 1 cooked_mutton", + "difficulty": "easy" + }, + "multiagent_cooking_1_cooked_porkchop_1_suspicious_stew_blocked_access_randy": { + "conversation": "Let's collaborate to make cooked_porkchop and suspicious_stew.", + "agent_count": 2, + "target": { + "cooked_porkchop": 1, + "suspicious_stew": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cooked_porkchop": [ + "Step 1: Kill a pig and pick up 1 porkchop that is dropped.", + "Step 2: Go to furnace and use it to cook the porkchop." + ], + "suspicious_stew": [ + "Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom, and 1 dandelion.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the mushrooms, dandelion, and bowl to make suspicious stew." + ] + }, + "blocked_access_to_recipe": [ + "randy" + ], + "goal": "Collaborate to make 1 cooked_porkchop, 1 suspicious_stew", + "difficulty": "medium" + }, + "multiagent_cooking_1_cooked_mutton_1_golden_carrot_blocked_access_andy": { + "conversation": "Let's collaborate to make golden_carrot and cooked_mutton.", + "agent_count": 2, + "target": { + "golden_carrot": 1, + "cooked_mutton": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "golden_carrot": [ + "Step 1: Go to the farm and collect 1 carrot.", + "Step 2: Go to the chest and collect gold ingots and convert them to gold nuggets.", + "Step 3: Go to the crafting table and surround the carrot with gold nuggets to create a golden carrot." + ], + "cooked_mutton": [ + "Step 1: Kill a sheep and pick up 1 mutton that is dropped.", + "Step 2: Go to furnace and use it to cook the mutton." + ] + }, + "blocked_access_to_recipe": [ + "andy" + ], + "goal": "Collaborate to make 1 golden_carrot, 1 cooked_mutton", + "difficulty": "medium" + }, + "multiagent_cooking_1_cooked_rabbit_1_golden_carrot": { + "conversation": "Let's collaborate to make golden_carrot and cooked_rabbit.", + "agent_count": 2, + "target": { + "golden_carrot": 1, + "cooked_rabbit": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "golden_carrot": [ + "Step 1: Go to the farm and collect 1 carrot.", + "Step 2: Go to the chest and collect gold ingots and convert them to gold nuggets.", + "Step 3: Go to the crafting table and surround the carrot with gold nuggets to create a golden carrot." + ], + "cooked_rabbit": [ + "Step 1: Kill a rabbit and pick up 1 raw rabbit that is dropped.", + "Step 2: Go to furnace and use it to cook the raw rabbit." + ] + }, + "blocked_access_to_recipe": [], + "goal": "Collaborate to make 1 golden_carrot, 1 cooked_rabbit", + "difficulty": "medium" + }, + "multiagent_cooking_1_cooked_rabbit_1_golden_carrot_blocked_access_randy": { + "conversation": "Let's collaborate to make cooked_rabbit and golden_carrot.", + "agent_count": 2, + "target": { + "cooked_rabbit": 1, + "golden_carrot": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cooked_rabbit": [ + "Step 1: Kill a rabbit and pick up 1 raw rabbit that is dropped.", + "Step 2: Go to furnace and use it to cook the raw rabbit." + ], + "golden_carrot": [ + "Step 1: Go to the farm and collect 1 carrot.", + "Step 2: Go to the chest and collect gold ingots and convert them to gold nuggets.", + "Step 3: Go to the crafting table and surround the carrot with gold nuggets to create a golden carrot." + ] + }, + "blocked_access_to_recipe": [ + "randy" + ], + "goal": "Collaborate to make 1 cooked_rabbit, 1 golden_carrot", + "difficulty": "medium" + }, + "multiagent_cooking_1_golden_carrot_blocked_access_andy_randy": { + "conversation": "Let's work together to make golden_carrot.", + "agent_count": 2, + "target": { + "golden_carrot": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "golden_carrot": [ + "Step 1: Go to the farm and collect 1 carrot.", + "Step 2: Go to the chest and collect gold ingots and convert them to gold nuggets.", + "Step 3: Go to the crafting table and surround the carrot with gold nuggets to create a golden carrot." + ] + }, + "blocked_access_to_recipe": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 golden_carrot", + "difficulty": "medium" + }, + "multiagent_cooking_1_cooked_chicken_1_golden_carrot": { + "conversation": "Let's collaborate to make cooked_chicken and golden_carrot.", + "agent_count": 2, + "target": { + "cooked_chicken": 1, + "golden_carrot": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cooked_chicken": [ + "Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.", + "Step 2: Go to furnace and use it to cook the raw chicken." + ], + "golden_carrot": [ + "Step 1: Go to the farm and collect 1 carrot.", + "Step 2: Go to the chest and collect gold ingots and convert them to gold nuggets.", + "Step 3: Go to the crafting table and surround the carrot with gold nuggets to create a golden carrot." + ] + }, + "blocked_access_to_recipe": [], + "goal": "Collaborate to make 1 cooked_chicken, 1 golden_carrot", + "difficulty": "medium" + }, + "multiagent_cooking_1_cooked_mutton_1_golden_carrot_blocked_access_randy": { + "conversation": "Let's collaborate to make cooked_mutton and golden_carrot.", + "agent_count": 2, + "target": { + "cooked_mutton": 1, + "golden_carrot": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cooked_mutton": [ + "Step 1: Kill a sheep and pick up 1 mutton that is dropped.", + "Step 2: Go to furnace and use it to cook the mutton." + ], + "golden_carrot": [ + "Step 1: Go to the farm and collect 1 carrot.", + "Step 2: Go to the chest and collect gold ingots and convert them to gold nuggets.", + "Step 3: Go to the crafting table and surround the carrot with gold nuggets to create a golden carrot." + ] + }, + "blocked_access_to_recipe": [ + "randy" + ], + "goal": "Collaborate to make 1 cooked_mutton, 1 golden_carrot", + "difficulty": "medium" + }, + "multiagent_cooking_1_cooked_porkchop_blocked_access_andy_randy": { + "conversation": "Let's work together to make cooked_porkchop.", + "agent_count": 2, + "target": { + "cooked_porkchop": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cooked_porkchop": [ + "Step 1: Kill a pig and pick up 1 porkchop that is dropped.", + "Step 2: Go to furnace and use it to cook the porkchop." + ] + }, + "blocked_access_to_recipe": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 cooked_porkchop", + "difficulty": "medium" + }, + "multiagent_cooking_1_cooked_chicken_1_suspicious_stew_blocked_access_andy": { + "conversation": "Let's collaborate to make cooked_chicken and suspicious_stew.", + "agent_count": 2, + "target": { + "cooked_chicken": 1, + "suspicious_stew": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cooked_chicken": [ + "Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.", + "Step 2: Go to furnace and use it to cook the raw chicken." + ], + "suspicious_stew": [ + "Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom, and 1 dandelion.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the mushrooms, dandelion, and bowl to make suspicious stew." + ] + }, + "blocked_access_to_recipe": [ + "andy" + ], + "goal": "Collaborate to make 1 cooked_chicken, 1 suspicious_stew", + "difficulty": "medium" + }, + "multiagent_cooking_1_cooked_chicken_1_suspicious_stew_blocked_access_randy": { + "conversation": "Let's collaborate to make cooked_chicken and suspicious_stew.", + "agent_count": 2, + "target": { + "cooked_chicken": 1, + "suspicious_stew": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cooked_chicken": [ + "Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.", + "Step 2: Go to furnace and use it to cook the raw chicken." + ], + "suspicious_stew": [ + "Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom, and 1 dandelion.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the mushrooms, dandelion, and bowl to make suspicious stew." + ] + }, + "blocked_access_to_recipe": [ + "randy" + ], + "goal": "Collaborate to make 1 cooked_chicken, 1 suspicious_stew", + "difficulty": "medium" + }, + "multiagent_cooking_1_cooked_mutton_1_suspicious_stew_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make cooked_mutton and suspicious_stew.", + "agent_count": 2, + "target": { + "cooked_mutton": 1, + "suspicious_stew": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cooked_mutton": [ + "Step 1: Kill a sheep and pick up 1 mutton that is dropped.", + "Step 2: Go to furnace and use it to cook the mutton." + ], + "suspicious_stew": [ + "Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom, and 1 dandelion.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the mushrooms, dandelion, and bowl to make suspicious stew." + ] + }, + "blocked_access_to_recipe": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 cooked_mutton, 1 suspicious_stew", + "difficulty": "hard" + }, + "multiagent_cooking_1_cooked_chicken_1_golden_carrot_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make golden_carrot and cooked_chicken.", + "agent_count": 2, + "target": { + "golden_carrot": 1, + "cooked_chicken": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "golden_carrot": [ + "Step 1: Go to the farm and collect 1 carrot.", + "Step 2: Go to the chest and collect gold ingots and convert them to gold nuggets.", + "Step 3: Go to the crafting table and surround the carrot with gold nuggets to create a golden carrot." + ], + "cooked_chicken": [ + "Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.", + "Step 2: Go to furnace and use it to cook the raw chicken." + ] + }, + "blocked_access_to_recipe": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 golden_carrot, 1 cooked_chicken", + "difficulty": "hard" + }, + "multiagent_cooking_1_cooked_rabbit_1_suspicious_stew_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make suspicious_stew and cooked_rabbit.", + "agent_count": 2, + "target": { + "suspicious_stew": 1, + "cooked_rabbit": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "suspicious_stew": [ + "Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom, and 1 dandelion.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the mushrooms, dandelion, and bowl to make suspicious stew." + ], + "cooked_rabbit": [ + "Step 1: Kill a rabbit and pick up 1 raw rabbit that is dropped.", + "Step 2: Go to furnace and use it to cook the raw rabbit." + ] + }, + "blocked_access_to_recipe": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 suspicious_stew, 1 cooked_rabbit", + "difficulty": "hard" + }, + "multiagent_cooking_1_cooked_porkchop_1_golden_carrot_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make golden_carrot and cooked_porkchop.", + "agent_count": 2, + "target": { + "golden_carrot": 1, + "cooked_porkchop": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "golden_carrot": [ + "Step 1: Go to the farm and collect 1 carrot.", + "Step 2: Go to the chest and collect gold ingots and convert them to gold nuggets.", + "Step 3: Go to the crafting table and surround the carrot with gold nuggets to create a golden carrot." + ], + "cooked_porkchop": [ + "Step 1: Kill a pig and pick up 1 porkchop that is dropped.", + "Step 2: Go to furnace and use it to cook the porkchop." + ] + }, + "blocked_access_to_recipe": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 golden_carrot, 1 cooked_porkchop", + "difficulty": "hard" + }, + "multiagent_cooking_1_golden_carrot_1_suspicious_stew_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make suspicious_stew and golden_carrot.", + "agent_count": 2, + "target": { + "suspicious_stew": 1, + "golden_carrot": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "suspicious_stew": [ + "Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom, and 1 dandelion.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the mushrooms, dandelion, and bowl to make suspicious stew." + ], + "golden_carrot": [ + "Step 1: Go to the farm and collect 1 carrot.", + "Step 2: Go to the chest and collect gold ingots and convert them to gold nuggets.", + "Step 3: Go to the crafting table and surround the carrot with gold nuggets to create a golden carrot." + ] + }, + "blocked_access_to_recipe": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 suspicious_stew, 1 golden_carrot", + "difficulty": "hard" + }, + "multiagent_cooking_1_cooked_rabbit_1_golden_carrot_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make golden_carrot and cooked_rabbit.", + "agent_count": 2, + "target": { + "golden_carrot": 1, + "cooked_rabbit": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "golden_carrot": [ + "Step 1: Go to the farm and collect 1 carrot.", + "Step 2: Go to the chest and collect gold ingots and convert them to gold nuggets.", + "Step 3: Go to the crafting table and surround the carrot with gold nuggets to create a golden carrot." + ], + "cooked_rabbit": [ + "Step 1: Kill a rabbit and pick up 1 raw rabbit that is dropped.", + "Step 2: Go to furnace and use it to cook the raw rabbit." + ] + }, + "blocked_access_to_recipe": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 golden_carrot, 1 cooked_rabbit", + "difficulty": "hard" + }, + "multiagent_cooking_1_cooked_chicken_1_suspicious_stew_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make suspicious_stew and cooked_chicken.", + "agent_count": 2, + "target": { + "suspicious_stew": 1, + "cooked_chicken": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "suspicious_stew": [ + "Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom, and 1 dandelion.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the mushrooms, dandelion, and bowl to make suspicious stew." + ], + "cooked_chicken": [ + "Step 1: Kill a chicken and pick up 1 raw chicken that is dropped.", + "Step 2: Go to furnace and use it to cook the raw chicken." + ] + }, + "blocked_access_to_recipe": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 suspicious_stew, 1 cooked_chicken", + "difficulty": "hard" + }, + "multiagent_cooking_1_cooked_mutton_1_golden_carrot_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make cooked_mutton and golden_carrot.", + "agent_count": 2, + "target": { + "cooked_mutton": 1, + "golden_carrot": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cooked_mutton": [ + "Step 1: Kill a sheep and pick up 1 mutton that is dropped.", + "Step 2: Go to furnace and use it to cook the mutton." + ], + "golden_carrot": [ + "Step 1: Go to the farm and collect 1 carrot.", + "Step 2: Go to the chest and collect gold ingots and convert them to gold nuggets.", + "Step 3: Go to the crafting table and surround the carrot with gold nuggets to create a golden carrot." + ] + }, + "blocked_access_to_recipe": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 cooked_mutton, 1 golden_carrot", + "difficulty": "hard" + }, + "multiagent_cooking_1_cooked_porkchop_1_suspicious_stew_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make cooked_porkchop and suspicious_stew.", + "agent_count": 2, + "target": { + "cooked_porkchop": 1, + "suspicious_stew": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cooked_porkchop": [ + "Step 1: Kill a pig and pick up 1 porkchop that is dropped.", + "Step 2: Go to furnace and use it to cook the porkchop." + ], + "suspicious_stew": [ + "Step 1: Go to the farm and collect 1 red mushroom, 1 brown mushroom, and 1 dandelion.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the mushrooms, dandelion, and bowl to make suspicious stew." + ] + }, + "blocked_access_to_recipe": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 cooked_porkchop, 1 suspicious_stew", + "difficulty": "hard" + } +} \ No newline at end of file diff --git a/tasks/cooking_tasks/train_tasks.json b/tasks/cooking_tasks/train_tasks.json new file mode 100644 index 0000000..4e19421 --- /dev/null +++ b/tasks/cooking_tasks/train_tasks.json @@ -0,0 +1,1767 @@ +{ + "multiagent_cooking_1_mushroom_stew_blocked_access_andy": { + "conversation": "Let's work together to make mushroom_stew.", + "agent_count": 2, + "target": { + "mushroom_stew": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "mushroom_stew": [ + "Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the mushrooms and bowl to make mushroom stew." + ] + }, + "blocked_access_to_recipe": [ + "andy" + ], + "goal": "Collaborate to make 1 mushroom_stew", + "difficulty": "easy" + }, + "multiagent_cooking_1_bread_1_cookie": { + "conversation": "Let's collaborate to make bread and cookie.", + "agent_count": 2, + "target": { + "bread": 1, + "cookie": 1 + }, + "type": "cooking", + "timeout": 300, + "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." + ], + "cookie": [ + "Step 1: Go to the farm and collect 2 wheat and 1 cocoa bean from the chest.", + "Step 2: Go to the crafting table and combine the wheat and cocoa bean to craft a cookie." + ] + }, + "blocked_access_to_recipe": [], + "goal": "Collaborate to make 1 bread, 1 cookie", + "difficulty": "easy" + }, + "multiagent_cooking_1_beetroot_soup_blocked_access_randy": { + "conversation": "Let's work together to make beetroot_soup.", + "agent_count": 2, + "target": { + "beetroot_soup": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "beetroot_soup": [ + "Step 1: Go to the farm and collect 6 beetroot.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the beetroot and bowl to make beetroot soup." + ] + }, + "blocked_access_to_recipe": [ + "randy" + ], + "goal": "Collaborate to make 1 beetroot_soup", + "difficulty": "easy" + }, + "multiagent_cooking_1_beetroot_soup_blocked_access_andy": { + "conversation": "Let's work together to make beetroot_soup.", + "agent_count": 2, + "target": { + "beetroot_soup": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "beetroot_soup": [ + "Step 1: Go to the farm and collect 6 beetroot.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the beetroot and bowl to make beetroot soup." + ] + }, + "blocked_access_to_recipe": [ + "andy" + ], + "goal": "Collaborate to make 1 beetroot_soup", + "difficulty": "easy" + }, + "multiagent_cooking_1_bread": { + "conversation": "Let's work together to make bread.", + "agent_count": 2, + "target": { + "bread": 1 + }, + "type": "cooking", + "timeout": 300, + "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." + ] + }, + "blocked_access_to_recipe": [], + "goal": "Collaborate to make 1 bread", + "difficulty": "easy" + }, + "multiagent_cooking_1_pumpkin_pie_blocked_access_randy": { + "conversation": "Let's work together to make pumpkin_pie.", + "agent_count": 2, + "target": { + "pumpkin_pie": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "pumpkin_pie": [ + "Step 1: Go to the farm and collect 1 pumpkin, 1 egg, and 1 sugar cane.", + "Step 2: Go to the crafting table and craft the sugar cane into sugar.", + "Step 3: Go to the crafting table and combine the pumpkin, egg, and sugar to make a pumpkin pie." + ] + }, + "blocked_access_to_recipe": [ + "randy" + ], + "goal": "Collaborate to make 1 pumpkin_pie", + "difficulty": "easy" + }, + "multiagent_cooking_1_cake_blocked_access_andy": { + "conversation": "Let's work together to make cake.", + "agent_count": 2, + "target": { + "cake": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cake": [ + "Step 1: Go to the farm and collect 3 wheat, 2 sugar cane, and 1 egg.", + "Step 2: Go to the chest and grab a milk bucket.", + "Step 3: Go to the crafting table and craft the sugarcane into sugar.", + "Step 4: 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": [ + "andy" + ], + "goal": "Collaborate to make 1 cake", + "difficulty": "easy" + }, + "multiagent_cooking_1_mushroom_stew": { + "conversation": "Let's work together to make mushroom_stew.", + "agent_count": 2, + "target": { + "mushroom_stew": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "mushroom_stew": [ + "Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the mushrooms and bowl to make mushroom stew." + ] + }, + "blocked_access_to_recipe": [], + "goal": "Collaborate to make 1 mushroom_stew", + "difficulty": "easy" + }, + "multiagent_cooking_1_rabbit_stew": { + "conversation": "Let's work together to make rabbit_stew.", + "agent_count": 2, + "target": { + "rabbit_stew": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "rabbit_stew": [ + "Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom.", + "Step 2: Go to the furnace and bake the potato.", + "Step 3: Go to the chest and grab oak_planks.", + "Step 4: Go to the crafting table and make a bowl using the oak_planks.", + "Step 5: Kill a rabbit and pick up 1 raw rabbit that is dropped.", + "Step 6: Go to the furnace and cook the raw rabbit.", + "Step 7: 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": "Collaborate to make 1 rabbit_stew", + "difficulty": "easy" + }, + "multiagent_cooking_1_cooked_beef": { + "conversation": "Let's work together to make cooked_beef.", + "agent_count": 2, + "target": { + "cooked_beef": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cooked_beef": [ + "Step 1: Kill a cow and pick up 1 beef that is dropped.", + "Step 2: Go to furnace and use it to cook the beef." + ] + }, + "blocked_access_to_recipe": [], + "goal": "Collaborate to make 1 cooked_beef", + "difficulty": "easy" + }, + "multiagent_cooking_1_cooked_beef_blocked_access_randy": { + "conversation": "Let's work together to make cooked_beef.", + "agent_count": 2, + "target": { + "cooked_beef": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cooked_beef": [ + "Step 1: Kill a cow and pick up 1 beef that is dropped.", + "Step 2: Go to furnace and use it to cook the beef." + ] + }, + "blocked_access_to_recipe": [ + "randy" + ], + "goal": "Collaborate to make 1 cooked_beef", + "difficulty": "easy" + }, + "multiagent_cooking_1_cookie_blocked_access_randy": { + "conversation": "Let's work together to make cookie.", + "agent_count": 2, + "target": { + "cookie": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cookie": [ + "Step 1: Go to the farm and collect 2 wheat and 1 cocoa bean from the chest.", + "Step 2: Go to the crafting table and combine the wheat and cocoa bean to craft a cookie." + ] + }, + "blocked_access_to_recipe": [ + "randy" + ], + "goal": "Collaborate to make 1 cookie", + "difficulty": "easy" + }, + "multiagent_cooking_1_cake": { + "conversation": "Let's work together to make cake.", + "agent_count": 2, + "target": { + "cake": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cake": [ + "Step 1: Go to the farm and collect 3 wheat, 2 sugar cane, and 1 egg.", + "Step 2: Go to the chest and grab a milk bucket.", + "Step 3: Go to the crafting table and craft the sugarcane into sugar.", + "Step 4: 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": "Collaborate to make 1 cake", + "difficulty": "easy" + }, + "multiagent_cooking_1_beetroot_soup": { + "conversation": "Let's work together to make beetroot_soup.", + "agent_count": 2, + "target": { + "beetroot_soup": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "beetroot_soup": [ + "Step 1: Go to the farm and collect 6 beetroot.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the beetroot and bowl to make beetroot soup." + ] + }, + "blocked_access_to_recipe": [], + "goal": "Collaborate to make 1 beetroot_soup", + "difficulty": "easy" + }, + "multiagent_cooking_1_baked_potato_1_cooked_beef": { + "conversation": "Let's collaborate to make baked_potato and cooked_beef.", + "agent_count": 2, + "target": { + "baked_potato": 1, + "cooked_beef": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "baked_potato": [ + "Step 1: Go to the farm and collect 1 potato.", + "Step 2: Go to the furnace and bake the potato." + ], + "cooked_beef": [ + "Step 1: Kill a cow and pick up 1 beef that is dropped.", + "Step 2: Go to furnace and use it to cook the beef." + ] + }, + "blocked_access_to_recipe": [], + "goal": "Collaborate to make 1 baked_potato, 1 cooked_beef", + "difficulty": "easy" + }, + "multiagent_cooking_1_baked_potato_1_cookie": { + "conversation": "Let's collaborate to make baked_potato and cookie.", + "agent_count": 2, + "target": { + "baked_potato": 1, + "cookie": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "baked_potato": [ + "Step 1: Go to the farm and collect 1 potato.", + "Step 2: Go to the furnace and bake the potato." + ], + "cookie": [ + "Step 1: Go to the farm and collect 2 wheat and 1 cocoa bean from the chest.", + "Step 2: Go to the crafting table and combine the wheat and cocoa bean to craft a cookie." + ] + }, + "blocked_access_to_recipe": [], + "goal": "Collaborate to make 1 baked_potato, 1 cookie", + "difficulty": "easy" + }, + "multiagent_cooking_1_baked_potato_1_bread": { + "conversation": "Let's collaborate to make bread and baked_potato.", + "agent_count": 2, + "target": { + "bread": 1, + "baked_potato": 1 + }, + "type": "cooking", + "timeout": 300, + "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.", + "Step 2: Go to the furnace and bake the potato." + ] + }, + "blocked_access_to_recipe": [], + "goal": "Collaborate to make 1 bread, 1 baked_potato", + "difficulty": "easy" + }, + "multiagent_cooking_1_pumpkin_pie": { + "conversation": "Let's work together to make pumpkin_pie.", + "agent_count": 2, + "target": { + "pumpkin_pie": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "pumpkin_pie": [ + "Step 1: Go to the farm and collect 1 pumpkin, 1 egg, and 1 sugar cane.", + "Step 2: Go to the crafting table and craft the sugar cane into sugar.", + "Step 3: Go to the crafting table and combine the pumpkin, egg, and sugar to make a pumpkin pie." + ] + }, + "blocked_access_to_recipe": [], + "goal": "Collaborate to make 1 pumpkin_pie", + "difficulty": "easy" + }, + "multiagent_cooking_1_cooked_beef_1_golden_apple": { + "conversation": "Let's collaborate to make cooked_beef and golden_apple.", + "agent_count": 2, + "target": { + "cooked_beef": 1, + "golden_apple": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cooked_beef": [ + "Step 1: Kill a cow and pick up 1 beef that is dropped.", + "Step 2: Go to furnace and use it to cook the beef." + ], + "golden_apple": [ + "Step 1: Go to the chest and collect 1 apple and 8 gold ingots.", + "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": "Collaborate to make 1 cooked_beef, 1 golden_apple", + "difficulty": "easy" + }, + "multiagent_cooking_1_bread_blocked_access_randy": { + "conversation": "Let's work together to make bread.", + "agent_count": 2, + "target": { + "bread": 1 + }, + "type": "cooking", + "timeout": 300, + "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." + ] + }, + "blocked_access_to_recipe": [ + "randy" + ], + "goal": "Collaborate to make 1 bread", + "difficulty": "easy" + }, + "multiagent_cooking_1_golden_apple": { + "conversation": "Let's work together to make golden_apple.", + "agent_count": 2, + "target": { + "golden_apple": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "golden_apple": [ + "Step 1: Go to the chest and collect 1 apple and 8 gold ingots.", + "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": "Collaborate to make 1 golden_apple", + "difficulty": "easy" + }, + "multiagent_cooking_1_baked_potato_blocked_access_andy": { + "conversation": "Let's work together to make baked_potato.", + "agent_count": 2, + "target": { + "baked_potato": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "baked_potato": [ + "Step 1: Go to the farm and collect 1 potato.", + "Step 2: Go to the furnace and bake the potato." + ] + }, + "blocked_access_to_recipe": [ + "andy" + ], + "goal": "Collaborate to make 1 baked_potato", + "difficulty": "easy" + }, + "multiagent_cooking_1_cooked_beef_1_cookie": { + "conversation": "Let's collaborate to make cooked_beef and cookie.", + "agent_count": 2, + "target": { + "cooked_beef": 1, + "cookie": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cooked_beef": [ + "Step 1: Kill a cow and pick up 1 beef that is dropped.", + "Step 2: Go to furnace and use it to cook the beef." + ], + "cookie": [ + "Step 1: Go to the farm and collect 2 wheat and 1 cocoa bean from the chest.", + "Step 2: Go to the crafting table and combine the wheat and cocoa bean to craft a cookie." + ] + }, + "blocked_access_to_recipe": [], + "goal": "Collaborate to make 1 cooked_beef, 1 cookie", + "difficulty": "easy" + }, + "multiagent_cooking_1_golden_apple_blocked_access_andy": { + "conversation": "Let's work together to make golden_apple.", + "agent_count": 2, + "target": { + "golden_apple": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "golden_apple": [ + "Step 1: Go to the chest and collect 1 apple and 8 gold ingots.", + "Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple." + ] + }, + "blocked_access_to_recipe": [ + "andy" + ], + "goal": "Collaborate to make 1 golden_apple", + "difficulty": "easy" + }, + "multiagent_cooking_1_baked_potato_1_cake_blocked_access_andy": { + "conversation": "Let's collaborate to make baked_potato and cake.", + "agent_count": 2, + "target": { + "baked_potato": 1, + "cake": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "baked_potato": [ + "Step 1: Go to the farm and collect 1 potato.", + "Step 2: Go to the furnace and bake the potato." + ], + "cake": [ + "Step 1: Go to the farm and collect 3 wheat, 2 sugar cane, and 1 egg.", + "Step 2: Go to the chest and grab a milk bucket.", + "Step 3: Go to the crafting table and craft the sugarcane into sugar.", + "Step 4: 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": [ + "andy" + ], + "goal": "Collaborate to make 1 baked_potato, 1 cake", + "difficulty": "medium" + }, + "multiagent_cooking_1_baked_potato_1_golden_apple_blocked_access_randy": { + "conversation": "Let's collaborate to make baked_potato and golden_apple.", + "agent_count": 2, + "target": { + "baked_potato": 1, + "golden_apple": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "baked_potato": [ + "Step 1: Go to the farm and collect 1 potato.", + "Step 2: Go to the furnace and bake the potato." + ], + "golden_apple": [ + "Step 1: Go to the chest and collect 1 apple and 8 gold ingots.", + "Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple." + ] + }, + "blocked_access_to_recipe": [ + "randy" + ], + "goal": "Collaborate to make 1 baked_potato, 1 golden_apple", + "difficulty": "medium" + }, + "multiagent_cooking_1_beetroot_soup_1_bread_blocked_access_randy": { + "conversation": "Let's collaborate to make beetroot_soup and bread.", + "agent_count": 2, + "target": { + "beetroot_soup": 1, + "bread": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "beetroot_soup": [ + "Step 1: Go to the farm and collect 6 beetroot.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the beetroot and bowl to make beetroot soup." + ], + "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": [ + "randy" + ], + "goal": "Collaborate to make 1 beetroot_soup, 1 bread", + "difficulty": "medium" + }, + "multiagent_cooking_1_mushroom_stew_1_rabbit_stew": { + "conversation": "Let's collaborate to make rabbit_stew and mushroom_stew.", + "agent_count": 2, + "target": { + "rabbit_stew": 1, + "mushroom_stew": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "rabbit_stew": [ + "Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom.", + "Step 2: Go to the furnace and bake the potato.", + "Step 3: Go to the chest and grab oak_planks.", + "Step 4: Go to the crafting table and make a bowl using the oak_planks.", + "Step 5: Kill a rabbit and pick up 1 raw rabbit that is dropped.", + "Step 6: Go to the furnace and cook the raw rabbit.", + "Step 7: Go to the crafting table and combine the cooked rabbit, baked potato, carrot, brown mushroom, and bowl to make rabbit stew." + ], + "mushroom_stew": [ + "Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the mushrooms and bowl to make mushroom stew." + ] + }, + "blocked_access_to_recipe": [], + "goal": "Collaborate to make 1 rabbit_stew, 1 mushroom_stew", + "difficulty": "medium" + }, + "multiagent_cooking_1_cake_1_golden_apple_blocked_access_andy": { + "conversation": "Let's collaborate to make golden_apple and cake.", + "agent_count": 2, + "target": { + "golden_apple": 1, + "cake": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "golden_apple": [ + "Step 1: Go to the chest and collect 1 apple and 8 gold ingots.", + "Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple." + ], + "cake": [ + "Step 1: Go to the farm and collect 3 wheat, 2 sugar cane, and 1 egg.", + "Step 2: Go to the chest and grab a milk bucket.", + "Step 3: Go to the crafting table and craft the sugarcane into sugar.", + "Step 4: 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": [ + "andy" + ], + "goal": "Collaborate to make 1 golden_apple, 1 cake", + "difficulty": "medium" + }, + "multiagent_cooking_1_cookie_blocked_access_andy_randy": { + "conversation": "Let's work together to make cookie.", + "agent_count": 2, + "target": { + "cookie": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cookie": [ + "Step 1: Go to the farm and collect 2 wheat and 1 cocoa bean from the chest.", + "Step 2: Go to the crafting table and combine the wheat and cocoa bean to craft a cookie." + ] + }, + "blocked_access_to_recipe": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 cookie", + "difficulty": "medium" + }, + "multiagent_cooking_1_baked_potato_1_cooked_beef_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make baked_potato and cooked_beef.", + "agent_count": 2, + "target": { + "baked_potato": 1, + "cooked_beef": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "baked_potato": [ + "Step 1: Go to the farm and collect 1 potato.", + "Step 2: Go to the furnace and bake the potato." + ], + "cooked_beef": [ + "Step 1: Kill a cow and pick up 1 beef that is dropped.", + "Step 2: Go to furnace and use it to cook the beef." + ] + }, + "blocked_access_to_recipe": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 baked_potato, 1 cooked_beef", + "difficulty": "medium" + }, + "multiagent_cooking_1_bread_1_cooked_beef_blocked_access_randy": { + "conversation": "Let's collaborate to make bread and cooked_beef.", + "agent_count": 2, + "target": { + "bread": 1, + "cooked_beef": 1 + }, + "type": "cooking", + "timeout": 300, + "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: Go to furnace and use it to cook the beef." + ] + }, + "blocked_access_to_recipe": [ + "randy" + ], + "goal": "Collaborate to make 1 bread, 1 cooked_beef", + "difficulty": "medium" + }, + "multiagent_cooking_1_golden_apple_1_mushroom_stew_blocked_access_andy": { + "conversation": "Let's collaborate to make golden_apple and mushroom_stew.", + "agent_count": 2, + "target": { + "golden_apple": 1, + "mushroom_stew": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "golden_apple": [ + "Step 1: Go to the chest and collect 1 apple and 8 gold ingots.", + "Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple." + ], + "mushroom_stew": [ + "Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the mushrooms and bowl to make mushroom stew." + ] + }, + "blocked_access_to_recipe": [ + "andy" + ], + "goal": "Collaborate to make 1 golden_apple, 1 mushroom_stew", + "difficulty": "medium" + }, + "multiagent_cooking_1_pumpkin_pie_1_rabbit_stew": { + "conversation": "Let's collaborate to make pumpkin_pie and rabbit_stew.", + "agent_count": 2, + "target": { + "pumpkin_pie": 1, + "rabbit_stew": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "pumpkin_pie": [ + "Step 1: Go to the farm and collect 1 pumpkin, 1 egg, and 1 sugar cane.", + "Step 2: Go to the crafting table and craft the sugar cane into sugar.", + "Step 3: Go to the crafting table and combine the pumpkin, egg, and sugar to make a pumpkin pie." + ], + "rabbit_stew": [ + "Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom.", + "Step 2: Go to the furnace and bake the potato.", + "Step 3: Go to the chest and grab oak_planks.", + "Step 4: Go to the crafting table and make a bowl using the oak_planks.", + "Step 5: Kill a rabbit and pick up 1 raw rabbit that is dropped.", + "Step 6: Go to the furnace and cook the raw rabbit.", + "Step 7: 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": "Collaborate to make 1 pumpkin_pie, 1 rabbit_stew", + "difficulty": "medium" + }, + "multiagent_cooking_1_beetroot_soup_1_cookie_blocked_access_randy": { + "conversation": "Let's collaborate to make beetroot_soup and cookie.", + "agent_count": 2, + "target": { + "beetroot_soup": 1, + "cookie": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "beetroot_soup": [ + "Step 1: Go to the farm and collect 6 beetroot.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the beetroot and bowl to make beetroot soup." + ], + "cookie": [ + "Step 1: Go to the farm and collect 2 wheat and 1 cocoa bean from the chest.", + "Step 2: Go to the crafting table and combine the wheat and cocoa bean to craft a cookie." + ] + }, + "blocked_access_to_recipe": [ + "randy" + ], + "goal": "Collaborate to make 1 beetroot_soup, 1 cookie", + "difficulty": "medium" + }, + "multiagent_cooking_1_cooked_beef_blocked_access_andy_randy": { + "conversation": "Let's work together to make cooked_beef.", + "agent_count": 2, + "target": { + "cooked_beef": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cooked_beef": [ + "Step 1: Kill a cow and pick up 1 beef that is dropped.", + "Step 2: Go to furnace and use it to cook the beef." + ] + }, + "blocked_access_to_recipe": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 cooked_beef", + "difficulty": "medium" + }, + "multiagent_cooking_1_beetroot_soup_1_cooked_beef_blocked_access_randy": { + "conversation": "Let's collaborate to make beetroot_soup and cooked_beef.", + "agent_count": 2, + "target": { + "beetroot_soup": 1, + "cooked_beef": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "beetroot_soup": [ + "Step 1: Go to the farm and collect 6 beetroot.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the beetroot and bowl to make beetroot soup." + ], + "cooked_beef": [ + "Step 1: Kill a cow and pick up 1 beef that is dropped.", + "Step 2: Go to furnace and use it to cook the beef." + ] + }, + "blocked_access_to_recipe": [ + "randy" + ], + "goal": "Collaborate to make 1 beetroot_soup, 1 cooked_beef", + "difficulty": "medium" + }, + "multiagent_cooking_1_baked_potato_1_cookie_blocked_access_randy": { + "conversation": "Let's collaborate to make baked_potato and cookie.", + "agent_count": 2, + "target": { + "baked_potato": 1, + "cookie": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "baked_potato": [ + "Step 1: Go to the farm and collect 1 potato.", + "Step 2: Go to the furnace and bake the potato." + ], + "cookie": [ + "Step 1: Go to the farm and collect 2 wheat and 1 cocoa bean from the chest.", + "Step 2: Go to the crafting table and combine the wheat and cocoa bean to craft a cookie." + ] + }, + "blocked_access_to_recipe": [ + "randy" + ], + "goal": "Collaborate to make 1 baked_potato, 1 cookie", + "difficulty": "medium" + }, + "multiagent_cooking_1_bread_1_golden_apple_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make bread and golden_apple.", + "agent_count": 2, + "target": { + "bread": 1, + "golden_apple": 1 + }, + "type": "cooking", + "timeout": 300, + "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." + ], + "golden_apple": [ + "Step 1: Go to the chest and collect 1 apple and 8 gold ingots.", + "Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple." + ] + }, + "blocked_access_to_recipe": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 bread, 1 golden_apple", + "difficulty": "medium" + }, + "multiagent_cooking_1_cake_1_golden_apple": { + "conversation": "Let's collaborate to make cake and golden_apple.", + "agent_count": 2, + "target": { + "cake": 1, + "golden_apple": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cake": [ + "Step 1: Go to the farm and collect 3 wheat, 2 sugar cane, and 1 egg.", + "Step 2: Go to the chest and grab a milk bucket.", + "Step 3: Go to the crafting table and craft the sugarcane into sugar.", + "Step 4: Go to the crafting table and combine all ingredients (3 wheat, 2 sugar, 1 egg, and milk bucket) to make a cake." + ], + "golden_apple": [ + "Step 1: Go to the chest and collect 1 apple and 8 gold ingots.", + "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": "Collaborate to make 1 cake, 1 golden_apple", + "difficulty": "medium" + }, + "multiagent_cooking_1_bread_1_pumpkin_pie_blocked_access_andy": { + "conversation": "Let's collaborate to make pumpkin_pie and bread.", + "agent_count": 2, + "target": { + "pumpkin_pie": 1, + "bread": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "pumpkin_pie": [ + "Step 1: Go to the farm and collect 1 pumpkin, 1 egg, and 1 sugar cane.", + "Step 2: Go to the crafting table and craft the sugar cane into sugar.", + "Step 3: Go to the crafting table and combine the pumpkin, egg, and sugar to make a pumpkin pie." + ], + "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": [ + "andy" + ], + "goal": "Collaborate to make 1 pumpkin_pie, 1 bread", + "difficulty": "medium" + }, + "multiagent_cooking_1_beetroot_soup_1_pumpkin_pie_blocked_access_andy": { + "conversation": "Let's collaborate to make pumpkin_pie and beetroot_soup.", + "agent_count": 2, + "target": { + "pumpkin_pie": 1, + "beetroot_soup": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "pumpkin_pie": [ + "Step 1: Go to the farm and collect 1 pumpkin, 1 egg, and 1 sugar cane.", + "Step 2: Go to the crafting table and craft the sugar cane into sugar.", + "Step 3: Go to the crafting table and combine the pumpkin, egg, and sugar to make a pumpkin pie." + ], + "beetroot_soup": [ + "Step 1: Go to the farm and collect 6 beetroot.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the beetroot and bowl to make beetroot soup." + ] + }, + "blocked_access_to_recipe": [ + "andy" + ], + "goal": "Collaborate to make 1 pumpkin_pie, 1 beetroot_soup", + "difficulty": "medium" + }, + "multiagent_cooking_1_cookie_1_mushroom_stew_blocked_access_randy": { + "conversation": "Let's collaborate to make mushroom_stew and cookie.", + "agent_count": 2, + "target": { + "mushroom_stew": 1, + "cookie": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "mushroom_stew": [ + "Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the mushrooms and bowl to make mushroom stew." + ], + "cookie": [ + "Step 1: Go to the farm and collect 2 wheat and 1 cocoa bean from the chest.", + "Step 2: Go to the crafting table and combine the wheat and cocoa bean to craft a cookie." + ] + }, + "blocked_access_to_recipe": [ + "randy" + ], + "goal": "Collaborate to make 1 mushroom_stew, 1 cookie", + "difficulty": "medium" + }, + "multiagent_cooking_1_golden_apple_blocked_access_andy_randy": { + "conversation": "Let's work together to make golden_apple.", + "agent_count": 2, + "target": { + "golden_apple": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "golden_apple": [ + "Step 1: Go to the chest and collect 1 apple and 8 gold ingots.", + "Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple." + ] + }, + "blocked_access_to_recipe": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 golden_apple", + "difficulty": "medium" + }, + "multiagent_cooking_1_cookie_1_mushroom_stew": { + "conversation": "Let's collaborate to make mushroom_stew and cookie.", + "agent_count": 2, + "target": { + "mushroom_stew": 1, + "cookie": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "mushroom_stew": [ + "Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the mushrooms and bowl to make mushroom stew." + ], + "cookie": [ + "Step 1: Go to the farm and collect 2 wheat and 1 cocoa bean from the chest.", + "Step 2: Go to the crafting table and combine the wheat and cocoa bean to craft a cookie." + ] + }, + "blocked_access_to_recipe": [], + "goal": "Collaborate to make 1 mushroom_stew, 1 cookie", + "difficulty": "medium" + }, + "multiagent_cooking_1_bread_1_cookie_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make cookie and bread.", + "agent_count": 2, + "target": { + "cookie": 1, + "bread": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cookie": [ + "Step 1: Go to the farm and collect 2 wheat and 1 cocoa bean from the chest.", + "Step 2: Go to the crafting table and combine the wheat and cocoa bean to craft a cookie." + ], + "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": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 cookie, 1 bread", + "difficulty": "medium" + }, + "multiagent_cooking_1_golden_apple_1_pumpkin_pie_blocked_access_randy": { + "conversation": "Let's collaborate to make pumpkin_pie and golden_apple.", + "agent_count": 2, + "target": { + "pumpkin_pie": 1, + "golden_apple": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "pumpkin_pie": [ + "Step 1: Go to the farm and collect 1 pumpkin, 1 egg, and 1 sugar cane.", + "Step 2: Go to the crafting table and craft the sugar cane into sugar.", + "Step 3: Go to the crafting table and combine the pumpkin, egg, and sugar to make a pumpkin pie." + ], + "golden_apple": [ + "Step 1: Go to the chest and collect 1 apple and 8 gold ingots.", + "Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple." + ] + }, + "blocked_access_to_recipe": [ + "randy" + ], + "goal": "Collaborate to make 1 pumpkin_pie, 1 golden_apple", + "difficulty": "medium" + }, + "multiagent_cooking_1_beetroot_soup_1_cooked_beef_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make beetroot_soup and cooked_beef.", + "agent_count": 2, + "target": { + "beetroot_soup": 1, + "cooked_beef": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "beetroot_soup": [ + "Step 1: Go to the farm and collect 6 beetroot.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the beetroot and bowl to make beetroot soup." + ], + "cooked_beef": [ + "Step 1: Kill a cow and pick up 1 beef that is dropped.", + "Step 2: Go to furnace and use it to cook the beef." + ] + }, + "blocked_access_to_recipe": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 beetroot_soup, 1 cooked_beef", + "difficulty": "hard" + }, + "multiagent_cooking_1_cooked_beef_1_rabbit_stew_blocked_access_andy": { + "conversation": "Let's collaborate to make cooked_beef and rabbit_stew.", + "agent_count": 2, + "target": { + "cooked_beef": 1, + "rabbit_stew": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cooked_beef": [ + "Step 1: Kill a cow and pick up 1 beef that is dropped.", + "Step 2: Go to furnace and use it to cook the beef." + ], + "rabbit_stew": [ + "Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom.", + "Step 2: Go to the furnace and bake the potato.", + "Step 3: Go to the chest and grab oak_planks.", + "Step 4: Go to the crafting table and make a bowl using the oak_planks.", + "Step 5: Kill a rabbit and pick up 1 raw rabbit that is dropped.", + "Step 6: Go to the furnace and cook the raw rabbit.", + "Step 7: 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": [ + "andy" + ], + "goal": "Collaborate to make 1 cooked_beef, 1 rabbit_stew", + "difficulty": "hard" + }, + "multiagent_cooking_1_cake_1_cooked_beef_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make cooked_beef and cake.", + "agent_count": 2, + "target": { + "cooked_beef": 1, + "cake": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cooked_beef": [ + "Step 1: Kill a cow and pick up 1 beef that is dropped.", + "Step 2: Go to furnace and use it to cook the beef." + ], + "cake": [ + "Step 1: Go to the farm and collect 3 wheat, 2 sugar cane, and 1 egg.", + "Step 2: Go to the chest and grab a milk bucket.", + "Step 3: Go to the crafting table and craft the sugarcane into sugar.", + "Step 4: 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": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 cooked_beef, 1 cake", + "difficulty": "hard" + }, + "multiagent_cooking_1_cookie_1_pumpkin_pie_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make pumpkin_pie and cookie.", + "agent_count": 2, + "target": { + "pumpkin_pie": 1, + "cookie": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "pumpkin_pie": [ + "Step 1: Go to the farm and collect 1 pumpkin, 1 egg, and 1 sugar cane.", + "Step 2: Go to the crafting table and craft the sugar cane into sugar.", + "Step 3: Go to the crafting table and combine the pumpkin, egg, and sugar to make a pumpkin pie." + ], + "cookie": [ + "Step 1: Go to the farm and collect 2 wheat and 1 cocoa bean from the chest.", + "Step 2: Go to the crafting table and combine the wheat and cocoa bean to craft a cookie." + ] + }, + "blocked_access_to_recipe": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 pumpkin_pie, 1 cookie", + "difficulty": "hard" + }, + "multiagent_cooking_1_pumpkin_pie_1_rabbit_stew_blocked_access_randy": { + "conversation": "Let's collaborate to make pumpkin_pie and rabbit_stew.", + "agent_count": 2, + "target": { + "pumpkin_pie": 1, + "rabbit_stew": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "pumpkin_pie": [ + "Step 1: Go to the farm and collect 1 pumpkin, 1 egg, and 1 sugar cane.", + "Step 2: Go to the crafting table and craft the sugar cane into sugar.", + "Step 3: Go to the crafting table and combine the pumpkin, egg, and sugar to make a pumpkin pie." + ], + "rabbit_stew": [ + "Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom.", + "Step 2: Go to the furnace and bake the potato.", + "Step 3: Go to the chest and grab oak_planks.", + "Step 4: Go to the crafting table and make a bowl using the oak_planks.", + "Step 5: Kill a rabbit and pick up 1 raw rabbit that is dropped.", + "Step 6: Go to the furnace and cook the raw rabbit.", + "Step 7: 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": [ + "randy" + ], + "goal": "Collaborate to make 1 pumpkin_pie, 1 rabbit_stew", + "difficulty": "hard" + }, + "multiagent_cooking_1_bread_1_rabbit_stew_blocked_access_andy": { + "conversation": "Let's collaborate to make bread and rabbit_stew.", + "agent_count": 2, + "target": { + "bread": 1, + "rabbit_stew": 1 + }, + "type": "cooking", + "timeout": 300, + "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." + ], + "rabbit_stew": [ + "Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom.", + "Step 2: Go to the furnace and bake the potato.", + "Step 3: Go to the chest and grab oak_planks.", + "Step 4: Go to the crafting table and make a bowl using the oak_planks.", + "Step 5: Kill a rabbit and pick up 1 raw rabbit that is dropped.", + "Step 6: Go to the furnace and cook the raw rabbit.", + "Step 7: 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": [ + "andy" + ], + "goal": "Collaborate to make 1 bread, 1 rabbit_stew", + "difficulty": "hard" + }, + "multiagent_cooking_1_golden_apple_1_rabbit_stew_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make golden_apple and rabbit_stew.", + "agent_count": 2, + "target": { + "golden_apple": 1, + "rabbit_stew": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "golden_apple": [ + "Step 1: Go to the chest and collect 1 apple and 8 gold ingots.", + "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.", + "Step 2: Go to the furnace and bake the potato.", + "Step 3: Go to the chest and grab oak_planks.", + "Step 4: Go to the crafting table and make a bowl using the oak_planks.", + "Step 5: Kill a rabbit and pick up 1 raw rabbit that is dropped.", + "Step 6: Go to the furnace and cook the raw rabbit.", + "Step 7: 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": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 golden_apple, 1 rabbit_stew", + "difficulty": "hard" + }, + "multiagent_cooking_1_baked_potato_1_cake_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make cake and baked_potato.", + "agent_count": 2, + "target": { + "cake": 1, + "baked_potato": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cake": [ + "Step 1: Go to the farm and collect 3 wheat, 2 sugar cane, and 1 egg.", + "Step 2: Go to the chest and grab a milk bucket.", + "Step 3: Go to the crafting table and craft the sugarcane into sugar.", + "Step 4: Go to the crafting table and combine all ingredients (3 wheat, 2 sugar, 1 egg, and milk bucket) to make a cake." + ], + "baked_potato": [ + "Step 1: Go to the farm and collect 1 potato.", + "Step 2: Go to the furnace and bake the potato." + ] + }, + "blocked_access_to_recipe": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 cake, 1 baked_potato", + "difficulty": "hard" + }, + "multiagent_cooking_1_bread_1_rabbit_stew_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make rabbit_stew and bread.", + "agent_count": 2, + "target": { + "rabbit_stew": 1, + "bread": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "rabbit_stew": [ + "Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom.", + "Step 2: Go to the furnace and bake the potato.", + "Step 3: Go to the chest and grab oak_planks.", + "Step 4: Go to the crafting table and make a bowl using the oak_planks.", + "Step 5: Kill a rabbit and pick up 1 raw rabbit that is dropped.", + "Step 6: Go to the furnace and cook the raw rabbit.", + "Step 7: 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": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 rabbit_stew, 1 bread", + "difficulty": "hard" + }, + "multiagent_cooking_1_bread_1_rabbit_stew_blocked_access_randy": { + "conversation": "Let's collaborate to make bread and rabbit_stew.", + "agent_count": 2, + "target": { + "bread": 1, + "rabbit_stew": 1 + }, + "type": "cooking", + "timeout": 300, + "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." + ], + "rabbit_stew": [ + "Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom.", + "Step 2: Go to the furnace and bake the potato.", + "Step 3: Go to the chest and grab oak_planks.", + "Step 4: Go to the crafting table and make a bowl using the oak_planks.", + "Step 5: Kill a rabbit and pick up 1 raw rabbit that is dropped.", + "Step 6: Go to the furnace and cook the raw rabbit.", + "Step 7: 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": [ + "randy" + ], + "goal": "Collaborate to make 1 bread, 1 rabbit_stew", + "difficulty": "hard" + }, + "multiagent_cooking_1_bread_1_pumpkin_pie_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make pumpkin_pie and bread.", + "agent_count": 2, + "target": { + "pumpkin_pie": 1, + "bread": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "pumpkin_pie": [ + "Step 1: Go to the farm and collect 1 pumpkin, 1 egg, and 1 sugar cane.", + "Step 2: Go to the crafting table and craft the sugar cane into sugar.", + "Step 3: Go to the crafting table and combine the pumpkin, egg, and sugar to make a pumpkin pie." + ], + "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": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 pumpkin_pie, 1 bread", + "difficulty": "hard" + }, + "multiagent_cooking_1_cake_1_mushroom_stew_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make cake and mushroom_stew.", + "agent_count": 2, + "target": { + "cake": 1, + "mushroom_stew": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cake": [ + "Step 1: Go to the farm and collect 3 wheat, 2 sugar cane, and 1 egg.", + "Step 2: Go to the chest and grab a milk bucket.", + "Step 3: Go to the crafting table and craft the sugarcane into sugar.", + "Step 4: Go to the crafting table and combine all ingredients (3 wheat, 2 sugar, 1 egg, and milk bucket) to make a cake." + ], + "mushroom_stew": [ + "Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the mushrooms and bowl to make mushroom stew." + ] + }, + "blocked_access_to_recipe": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 cake, 1 mushroom_stew", + "difficulty": "hard" + }, + "multiagent_cooking_1_mushroom_stew_1_rabbit_stew_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make mushroom_stew and rabbit_stew.", + "agent_count": 2, + "target": { + "mushroom_stew": 1, + "rabbit_stew": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "mushroom_stew": [ + "Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the mushrooms and bowl to make mushroom stew." + ], + "rabbit_stew": [ + "Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom.", + "Step 2: Go to the furnace and bake the potato.", + "Step 3: Go to the chest and grab oak_planks.", + "Step 4: Go to the crafting table and make a bowl using the oak_planks.", + "Step 5: Kill a rabbit and pick up 1 raw rabbit that is dropped.", + "Step 6: Go to the furnace and cook the raw rabbit.", + "Step 7: 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": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 mushroom_stew, 1 rabbit_stew", + "difficulty": "hard" + }, + "multiagent_cooking_1_golden_apple_1_pumpkin_pie_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make pumpkin_pie and golden_apple.", + "agent_count": 2, + "target": { + "pumpkin_pie": 1, + "golden_apple": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "pumpkin_pie": [ + "Step 1: Go to the farm and collect 1 pumpkin, 1 egg, and 1 sugar cane.", + "Step 2: Go to the crafting table and craft the sugar cane into sugar.", + "Step 3: Go to the crafting table and combine the pumpkin, egg, and sugar to make a pumpkin pie." + ], + "golden_apple": [ + "Step 1: Go to the chest and collect 1 apple and 8 gold ingots.", + "Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple." + ] + }, + "blocked_access_to_recipe": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 pumpkin_pie, 1 golden_apple", + "difficulty": "hard" + }, + "multiagent_cooking_1_cooked_beef_1_rabbit_stew_blocked_access_randy": { + "conversation": "Let's collaborate to make rabbit_stew and cooked_beef.", + "agent_count": 2, + "target": { + "rabbit_stew": 1, + "cooked_beef": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "rabbit_stew": [ + "Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom.", + "Step 2: Go to the furnace and bake the potato.", + "Step 3: Go to the chest and grab oak_planks.", + "Step 4: Go to the crafting table and make a bowl using the oak_planks.", + "Step 5: Kill a rabbit and pick up 1 raw rabbit that is dropped.", + "Step 6: Go to the furnace and cook the raw rabbit.", + "Step 7: Go to the crafting table and combine the cooked rabbit, baked potato, carrot, brown mushroom, and bowl to make rabbit stew." + ], + "cooked_beef": [ + "Step 1: Kill a cow and pick up 1 beef that is dropped.", + "Step 2: Go to furnace and use it to cook the beef." + ] + }, + "blocked_access_to_recipe": [ + "randy" + ], + "goal": "Collaborate to make 1 rabbit_stew, 1 cooked_beef", + "difficulty": "hard" + }, + "multiagent_cooking_1_mushroom_stew_1_rabbit_stew_blocked_access_randy": { + "conversation": "Let's collaborate to make mushroom_stew and rabbit_stew.", + "agent_count": 2, + "target": { + "mushroom_stew": 1, + "rabbit_stew": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "mushroom_stew": [ + "Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the mushrooms and bowl to make mushroom stew." + ], + "rabbit_stew": [ + "Step 1: Go to the farm and collect 1 carrot, 1 potato, and 1 brown mushroom.", + "Step 2: Go to the furnace and bake the potato.", + "Step 3: Go to the chest and grab oak_planks.", + "Step 4: Go to the crafting table and make a bowl using the oak_planks.", + "Step 5: Kill a rabbit and pick up 1 raw rabbit that is dropped.", + "Step 6: Go to the furnace and cook the raw rabbit.", + "Step 7: 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": [ + "randy" + ], + "goal": "Collaborate to make 1 mushroom_stew, 1 rabbit_stew", + "difficulty": "hard" + }, + "multiagent_cooking_1_cooked_beef_1_mushroom_stew_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make mushroom_stew and cooked_beef.", + "agent_count": 2, + "target": { + "mushroom_stew": 1, + "cooked_beef": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "mushroom_stew": [ + "Step 1: Go to the farm and collect 1 red mushroom and 1 brown mushroom.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the mushrooms and bowl to make mushroom stew." + ], + "cooked_beef": [ + "Step 1: Kill a cow and pick up 1 beef that is dropped.", + "Step 2: Go to furnace and use it to cook the beef." + ] + }, + "blocked_access_to_recipe": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 mushroom_stew, 1 cooked_beef", + "difficulty": "hard" + }, + "multiagent_cooking_1_beetroot_soup_1_golden_apple_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make beetroot_soup and golden_apple.", + "agent_count": 2, + "target": { + "beetroot_soup": 1, + "golden_apple": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "beetroot_soup": [ + "Step 1: Go to the farm and collect 6 beetroot.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the beetroot and bowl to make beetroot soup." + ], + "golden_apple": [ + "Step 1: Go to the chest and collect 1 apple and 8 gold ingots.", + "Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple." + ] + }, + "blocked_access_to_recipe": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 beetroot_soup, 1 golden_apple", + "difficulty": "hard" + }, + "multiagent_cooking_1_cake_1_golden_apple_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make golden_apple and cake.", + "agent_count": 2, + "target": { + "golden_apple": 1, + "cake": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "golden_apple": [ + "Step 1: Go to the chest and collect 1 apple and 8 gold ingots.", + "Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple." + ], + "cake": [ + "Step 1: Go to the farm and collect 3 wheat, 2 sugar cane, and 1 egg.", + "Step 2: Go to the chest and grab a milk bucket.", + "Step 3: Go to the crafting table and craft the sugarcane into sugar.", + "Step 4: 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": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 golden_apple, 1 cake", + "difficulty": "hard" + }, + "multiagent_cooking_1_baked_potato_1_pumpkin_pie_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make baked_potato and pumpkin_pie.", + "agent_count": 2, + "target": { + "baked_potato": 1, + "pumpkin_pie": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "baked_potato": [ + "Step 1: Go to the farm and collect 1 potato.", + "Step 2: Go to the furnace and bake the potato." + ], + "pumpkin_pie": [ + "Step 1: Go to the farm and collect 1 pumpkin, 1 egg, and 1 sugar cane.", + "Step 2: Go to the crafting table and craft the sugar cane into sugar.", + "Step 3: Go to the crafting table and combine the pumpkin, egg, and sugar to make a pumpkin pie." + ] + }, + "blocked_access_to_recipe": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 baked_potato, 1 pumpkin_pie", + "difficulty": "hard" + }, + "multiagent_cooking_1_beetroot_soup_1_bread_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make bread and beetroot_soup.", + "agent_count": 2, + "target": { + "bread": 1, + "beetroot_soup": 1 + }, + "type": "cooking", + "timeout": 300, + "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." + ], + "beetroot_soup": [ + "Step 1: Go to the farm and collect 6 beetroot.", + "Step 2: Go to the chest and grab oak_planks.", + "Step 3: Go to the crafting table and make a bowl using the oak_planks.", + "Step 4: Go to the crafting table and combine the beetroot and bowl to make beetroot soup." + ] + }, + "blocked_access_to_recipe": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 bread, 1 beetroot_soup", + "difficulty": "hard" + }, + "multiagent_cooking_1_bread_1_cake_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make cake and bread.", + "agent_count": 2, + "target": { + "cake": 1, + "bread": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cake": [ + "Step 1: Go to the farm and collect 3 wheat, 2 sugar cane, and 1 egg.", + "Step 2: Go to the chest and grab a milk bucket.", + "Step 3: Go to the crafting table and craft the sugarcane into sugar.", + "Step 4: 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": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 cake, 1 bread", + "difficulty": "hard" + }, + "multiagent_cooking_1_cake_1_cookie_blocked_access_andy_randy": { + "conversation": "Let's collaborate to make cake and cookie.", + "agent_count": 2, + "target": { + "cake": 1, + "cookie": 1 + }, + "type": "cooking", + "timeout": 300, + "recipes": { + "cake": [ + "Step 1: Go to the farm and collect 3 wheat, 2 sugar cane, and 1 egg.", + "Step 2: Go to the chest and grab a milk bucket.", + "Step 3: Go to the crafting table and craft the sugarcane into sugar.", + "Step 4: Go to the crafting table and combine all ingredients (3 wheat, 2 sugar, 1 egg, and milk bucket) to make a cake." + ], + "cookie": [ + "Step 1: Go to the farm and collect 2 wheat and 1 cocoa bean from the chest.", + "Step 2: Go to the crafting table and combine the wheat and cocoa bean to craft a cookie." + ] + }, + "blocked_access_to_recipe": [ + "andy", + "randy" + ], + "goal": "Collaborate to make 1 cake, 1 cookie", + "difficulty": "hard" + } +} \ No newline at end of file