From dd06695f7eeedb4abe54b094732952da0098a502 Mon Sep 17 00:00:00 2001 From: Sebastian Garcia Date: Thu, 4 Sep 2025 10:56:43 +0200 Subject: [PATCH] Fix max steps to 100 by default --- AIDojoCoordinator/netsecenv_conf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AIDojoCoordinator/netsecenv_conf.yaml b/AIDojoCoordinator/netsecenv_conf.yaml index 04f3b0e4..6fd52eb1 100644 --- a/AIDojoCoordinator/netsecenv_conf.yaml +++ b/AIDojoCoordinator/netsecenv_conf.yaml @@ -4,7 +4,7 @@ coordinator: # Define the conf for all the 'attacker' agents. agents: Attacker: - max_steps: 25 + max_steps: 100 goal: description: "Exfiltrate data to '213.47.23.195'" is_any_part_of_goal_random: True