From 52a3a6810ddcc33dac17fe2abf003095101ae7b9 Mon Sep 17 00:00:00 2001 From: Isadora White Date: Thu, 13 Feb 2025 12:57:47 -0800 Subject: [PATCH] crafting tasks --- multiagent_crafting_tasks.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/multiagent_crafting_tasks.json b/multiagent_crafting_tasks.json index 49a1064..5d3bf0c 100644 --- a/multiagent_crafting_tasks.json +++ b/multiagent_crafting_tasks.json @@ -10,10 +10,14 @@ "wooden_axe": 1 } }, + "blocked_actions": { + "0": [], + "1": [] + }, "target": "stone_pickaxe", "number_of_target": 1, "type": "techtree", - "timeout": 50 + "timeout": 20 }, "multiagent_techtree_1_shears": { "goal": "Collaborate with other agents to build a shear.", @@ -27,9 +31,13 @@ "iron_ingot": 1 } }, + "blocked_actions": { + "0": [], + "1": [] + }, "target": "shears", "number_of_target": 1, "type": "techtree", - "timeout": 50 + "timeout": 20 } } \ No newline at end of file