mindcraft/tasks/crafting_tasks/debug_tasks.json
2025-03-09 15:48:10 -07:00

165 lines
No EOL
4.2 KiB
JSON

{
"multiagent_techtree_1_shears": {
"goal": "Collaborate with other agents to build a shear.",
"conversation": "Let's collaborate to build a shear.",
"agent_count": 2,
"initial_inventory": {
"0": {
"iron_ingot": 1
},
"1": {
"iron_ingot": 1,
"crafting_table": 1
}
},
"blocked_actions": {
"0": ["!collectBlocks"],
"1": ["!collectBlocks"]
},
"target": "shears",
"number_of_target": 1,
"type": "techtree",
"timeout": 120
},
"multiagent_crafting_daylight_detector_no_plan__depth_0": {
"goal": "Collaborate with other agents to craft an daylight_detector",
"conversation": "Let's work together to craft an daylight_detector.",
"initial_inventory": {
"0": {
"glass": 2,
"quartz": 2,
"oak_slab": 2
},
"1": {
"glass": 1,
"quartz": 1,
"oak_slab": 1
}
},
"agent_count": 2,
"target": "daylight_detector",
"number_of_target": 1,
"type": "techtree",
"max_depth": 2,
"depth": 0,
"timeout": 120,
"blocked_actions": {
"0": [
"!getCraftingPlan"
],
"1": [
"!getCraftingPlan"
]
},
"missing_items": []
}, "multiagent_crafting_magma_block_no_plan__depth_0": {
"goal": "Collaborate with other agents to craft an magma_block",
"conversation": "Let's work together to craft an magma_block.",
"initial_inventory": {
"0": {
"magma_cream": 3
},
"1": {
"magma_cream": 2
}
},
"agent_count": 2,
"target": "magma_block",
"number_of_target": 1,
"type": "techtree",
"max_depth": 2,
"depth": 0,
"timeout": 700,
"blocked_actions": {
"0": [
"!getCraftingPlan"
],
"1": [
"!getCraftingPlan"
]
},
"missing_items": []
},
"multiagent_crafting_polished_diorite_no_plan__depth_0": {
"goal": "Collaborate with other agents to craft an polished_diorite",
"conversation": "Let's work together to craft an polished_diorite.",
"initial_inventory": {
"0": {
"diorite": 3
},
"1": {
"diorite": 2
}
},
"agent_count": 2,
"target": "polished_diorite",
"number_of_target": 1,
"type": "techtree",
"max_depth": 1,
"depth": 0,
"timeout": 700,
"blocked_actions": {
"0": [
"!getCraftingPlan"
],
"1": [
"!getCraftingPlan"
]
},
"missing_items": []
},
"multiagent_crafting_blast_furnace_full_plan__depth_0": {
"goal": "Collaborate with other agents to craft an blast_furnace",
"conversation": "Let's work together to craft an blast_furnace.",
"initial_inventory": {
"0": {
"iron_ingot": 3,
"furnace": 1,
"smooth_stone": 2
},
"1": {
"iron_ingot": 2,
"smooth_stone": 1
}
},
"agent_count": 2,
"target": "blast_furnace",
"number_of_target": 1,
"type": "techtree",
"max_depth": 1,
"depth": 0,
"timeout": 700,
"blocked_actions": {
"0": [],
"1": []
},
"missing_items": []
},
"multiagent_crafting_comparator_full_plan__depth_0": {
"goal": "Collaborate with other agents to craft an comparator",
"conversation": "Let's work together to craft an comparator.",
"initial_inventory": {
"0": {
"redstone_torch": 2,
"quartz": 1,
"stone": 2
},
"1": {
"redstone_torch": 1,
"stone": 1
}
},
"agent_count": 2,
"target": "comparator",
"number_of_target": 1,
"type": "techtree",
"max_depth": 3,
"depth": 0,
"timeout": 700,
"blocked_actions": {
"0": [],
"1": []
},
"missing_items": []
}
}