diff --git a/evaluation_script.py b/evaluation_script.py index c3f8b2f..dfcc897 100644 --- a/evaluation_script.py +++ b/evaluation_script.py @@ -131,7 +131,7 @@ def launch_parallel_experiments(task_path, for i in range(len(servers)): session_name = str(servers[i][1] - 55916) subprocess.run(["tmux", "send-keys", "-t", "server_" + session_name, f"/op @a", "C-m"]) - time.sleep(1) + time.sleep(10) def launch_server_experiment(task_path, task_ids, diff --git a/example_tasks.json b/example_tasks.json index d966103..7a08ce4 100644 --- a/example_tasks.json +++ b/example_tasks.json @@ -17,6 +17,15 @@ }, "type": "debug" }, + "debug_1_agent_timeout": { + "goal": "Just stand at a place and don't do anything", + "agent_count": 1, + "initial_inventory": { + "iron_ingot": 1 + }, + "type": "debug", + "timeout": 60 + }, "debug_2_agent_timeout": { "goal": "Just stand at a place and don't do anything", "agent_count": 2,