Skip to content

Commit 39f1b94

Browse files
authored
Merge pull request #350 from stratosphereips:fix-max-steps-to-100
Fix max steps to 100 by default
2 parents c584030 + dd06695 commit 39f1b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AIDojoCoordinator/netsecenv_conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ coordinator:
44
# Define the conf for all the 'attacker' agents.
55
agents:
66
Attacker:
7-
max_steps: 25
7+
max_steps: 100
88
goal:
99
description: "Exfiltrate data to '213.47.23.195'"
1010
is_any_part_of_goal_random: True

0 commit comments

Comments
 (0)