Skip to content

Commit 48499d8

Browse files
committed
Update RoboCode configs
1 parent e554021 commit 48499d8

36 files changed

Lines changed: 144 additions & 36 deletions

File tree

configs/main/RoboCode__claude-sonnet-4-20250514__claude-sonnet-4-5-20250929__r15__s1000.yaml renamed to configs/main/RoboCode__claude-sonnet-4-20250514__claude-sonnet-4-5-20250929__r15__s250.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ tournament:
22
rounds: 15
33
game:
44
name: RoboCode
5-
sims_per_round: 1000
5+
sims_per_round: 250
66
args:
77
nodisplay: true
88
nosound: true
9+
record_ratio: 0.2
910
players:
1011
- agent: mini
1112
name: claude-sonnet-4-20250514
@@ -28,6 +29,8 @@ prompts:
2829
You are a software developer ({{player_id}}) competing in a coding game called RoboCode.
2930
Robocode (Tank Royale) is a programming game where your code is the tank: each turn your bot sends intents—speed plus body/gun/radar turn rates and firepower—based on the game state it perceives via radar.
3031
Your program decides how to move, aim, and fire in a deterministic, turn-based arena to outlast other bots.
32+
Your bot logic must be written in Java and located in the `robots/custom/` directory.
33+
Keep the main bot class named `MyTank.java`, but you can include additional Java files if you'd like.
3134
3235
The game is played in 15 rounds. For every round, you (and your competitors) edit program code that controls your bot. This is round {{round}}.
3336
After you and your competitor finish editing your codebases, the game is run automatically.

configs/main/RoboCode__claude-sonnet-4-20250514__gemini-2.5-pro__r15__s1000.yaml renamed to configs/main/RoboCode__claude-sonnet-4-20250514__gemini-2.5-pro__r15__s250.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ tournament:
22
rounds: 15
33
game:
44
name: RoboCode
5-
sims_per_round: 1000
5+
sims_per_round: 250
66
args:
77
nodisplay: true
88
nosound: true
9+
record_ratio: 0.2
910
players:
1011
- agent: mini
1112
name: claude-sonnet-4-20250514
@@ -27,6 +28,8 @@ prompts:
2728
You are a software developer ({{player_id}}) competing in a coding game called RoboCode.
2829
Robocode (Tank Royale) is a programming game where your code is the tank: each turn your bot sends intents—speed plus body/gun/radar turn rates and firepower—based on the game state it perceives via radar.
2930
Your program decides how to move, aim, and fire in a deterministic, turn-based arena to outlast other bots.
31+
Your bot logic must be written in Java and located in the `robots/custom/` directory.
32+
Keep the main bot class named `MyTank.java`, but you can include additional Java files if you'd like.
3033
3134
The game is played in 15 rounds. For every round, you (and your competitors) edit program code that controls your bot. This is round {{round}}.
3235
After you and your competitor finish editing your codebases, the game is run automatically.

configs/main/RoboCode__claude-sonnet-4-20250514__glm-4-5__r15__s1000.yaml renamed to configs/main/RoboCode__claude-sonnet-4-20250514__glm-4-5__r15__s250.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ tournament:
22
rounds: 15
33
game:
44
name: RoboCode
5-
sims_per_round: 1000
5+
sims_per_round: 250
66
args:
77
nodisplay: true
88
nosound: true
9+
record_ratio: 0.2
910
players:
1011
- agent: mini
1112
name: claude-sonnet-4-20250514
@@ -28,6 +29,8 @@ prompts:
2829
You are a software developer ({{player_id}}) competing in a coding game called RoboCode.
2930
Robocode (Tank Royale) is a programming game where your code is the tank: each turn your bot sends intents—speed plus body/gun/radar turn rates and firepower—based on the game state it perceives via radar.
3031
Your program decides how to move, aim, and fire in a deterministic, turn-based arena to outlast other bots.
32+
Your bot logic must be written in Java and located in the `robots/custom/` directory.
33+
Keep the main bot class named `MyTank.java`, but you can include additional Java files if you'd like.
3134
3235
The game is played in 15 rounds. For every round, you (and your competitors) edit program code that controls your bot. This is round {{round}}.
3336
After you and your competitor finish editing your codebases, the game is run automatically.

configs/main/RoboCode__claude-sonnet-4-20250514__gpt-5-mini__r15__s1000.yaml renamed to configs/main/RoboCode__claude-sonnet-4-20250514__gpt-5-mini__r15__s250.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ tournament:
22
rounds: 15
33
game:
44
name: RoboCode
5-
sims_per_round: 1000
5+
sims_per_round: 250
66
args:
77
nodisplay: true
88
nosound: true
9+
record_ratio: 0.2
910
players:
1011
- agent: mini
1112
name: claude-sonnet-4-20250514
@@ -27,6 +28,8 @@ prompts:
2728
You are a software developer ({{player_id}}) competing in a coding game called RoboCode.
2829
Robocode (Tank Royale) is a programming game where your code is the tank: each turn your bot sends intents—speed plus body/gun/radar turn rates and firepower—based on the game state it perceives via radar.
2930
Your program decides how to move, aim, and fire in a deterministic, turn-based arena to outlast other bots.
31+
Your bot logic must be written in Java and located in the `robots/custom/` directory.
32+
Keep the main bot class named `MyTank.java`, but you can include additional Java files if you'd like.
3033
3134
The game is played in 15 rounds. For every round, you (and your competitors) edit program code that controls your bot. This is round {{round}}.
3235
After you and your competitor finish editing your codebases, the game is run automatically.

configs/main/RoboCode__claude-sonnet-4-20250514__gpt-5__r15__s1000.yaml renamed to configs/main/RoboCode__claude-sonnet-4-20250514__gpt-5__r15__s250.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ tournament:
22
rounds: 15
33
game:
44
name: RoboCode
5-
sims_per_round: 1000
5+
sims_per_round: 250
66
args:
77
nodisplay: true
88
nosound: true
9+
record_ratio: 0.2
910
players:
1011
- agent: mini
1112
name: claude-sonnet-4-20250514
@@ -27,6 +28,8 @@ prompts:
2728
You are a software developer ({{player_id}}) competing in a coding game called RoboCode.
2829
Robocode (Tank Royale) is a programming game where your code is the tank: each turn your bot sends intents—speed plus body/gun/radar turn rates and firepower—based on the game state it perceives via radar.
2930
Your program decides how to move, aim, and fire in a deterministic, turn-based arena to outlast other bots.
31+
Your bot logic must be written in Java and located in the `robots/custom/` directory.
32+
Keep the main bot class named `MyTank.java`, but you can include additional Java files if you'd like.
3033
3134
The game is played in 15 rounds. For every round, you (and your competitors) edit program code that controls your bot. This is round {{round}}.
3235
After you and your competitor finish editing your codebases, the game is run automatically.

configs/main/RoboCode__claude-sonnet-4-20250514__grok-code-fast-1__r15__s1000.yaml renamed to configs/main/RoboCode__claude-sonnet-4-20250514__grok-code-fast-1__r15__s250.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ tournament:
22
rounds: 15
33
game:
44
name: RoboCode
5-
sims_per_round: 1000
5+
sims_per_round: 250
66
args:
77
nodisplay: true
88
nosound: true
9+
record_ratio: 0.2
910
players:
1011
- agent: mini
1112
name: claude-sonnet-4-20250514
@@ -28,6 +29,8 @@ prompts:
2829
You are a software developer ({{player_id}}) competing in a coding game called RoboCode.
2930
Robocode (Tank Royale) is a programming game where your code is the tank: each turn your bot sends intents—speed plus body/gun/radar turn rates and firepower—based on the game state it perceives via radar.
3031
Your program decides how to move, aim, and fire in a deterministic, turn-based arena to outlast other bots.
32+
Your bot logic must be written in Java and located in the `robots/custom/` directory.
33+
Keep the main bot class named `MyTank.java`, but you can include additional Java files if you'd like.
3134
3235
The game is played in 15 rounds. For every round, you (and your competitors) edit program code that controls your bot. This is round {{round}}.
3336
After you and your competitor finish editing your codebases, the game is run automatically.

configs/main/RoboCode__claude-sonnet-4-20250514__o3__r15__s1000.yaml renamed to configs/main/RoboCode__claude-sonnet-4-20250514__o3__r15__s250.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ tournament:
22
rounds: 15
33
game:
44
name: RoboCode
5-
sims_per_round: 1000
5+
sims_per_round: 250
66
args:
77
nodisplay: true
88
nosound: true
9+
record_ratio: 0.2
910
players:
1011
- agent: mini
1112
name: claude-sonnet-4-20250514
@@ -27,6 +28,8 @@ prompts:
2728
You are a software developer ({{player_id}}) competing in a coding game called RoboCode.
2829
Robocode (Tank Royale) is a programming game where your code is the tank: each turn your bot sends intents—speed plus body/gun/radar turn rates and firepower—based on the game state it perceives via radar.
2930
Your program decides how to move, aim, and fire in a deterministic, turn-based arena to outlast other bots.
31+
Your bot logic must be written in Java and located in the `robots/custom/` directory.
32+
Keep the main bot class named `MyTank.java`, but you can include additional Java files if you'd like.
3033
3134
The game is played in 15 rounds. For every round, you (and your competitors) edit program code that controls your bot. This is round {{round}}.
3235
After you and your competitor finish editing your codebases, the game is run automatically.

configs/main/RoboCode__claude-sonnet-4-20250514__qwen3-coder-plus-2025-09-23__r15__s1000.yaml renamed to configs/main/RoboCode__claude-sonnet-4-20250514__qwen3-coder-plus-2025-09-23__r15__s250.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ tournament:
22
rounds: 15
33
game:
44
name: RoboCode
5-
sims_per_round: 1000
5+
sims_per_round: 250
66
args:
77
nodisplay: true
88
nosound: true
9+
record_ratio: 0.2
910
players:
1011
- agent: mini
1112
name: claude-sonnet-4-20250514
@@ -28,6 +29,8 @@ prompts:
2829
You are a software developer ({{player_id}}) competing in a coding game called RoboCode.
2930
Robocode (Tank Royale) is a programming game where your code is the tank: each turn your bot sends intents—speed plus body/gun/radar turn rates and firepower—based on the game state it perceives via radar.
3031
Your program decides how to move, aim, and fire in a deterministic, turn-based arena to outlast other bots.
32+
Your bot logic must be written in Java and located in the `robots/custom/` directory.
33+
Keep the main bot class named `MyTank.java`, but you can include additional Java files if you'd like.
3134
3235
The game is played in 15 rounds. For every round, you (and your competitors) edit program code that controls your bot. This is round {{round}}.
3336
After you and your competitor finish editing your codebases, the game is run automatically.

configs/main/RoboCode__claude-sonnet-4-5-20250929__gemini-2.5-pro__r15__s1000.yaml renamed to configs/main/RoboCode__claude-sonnet-4-5-20250929__gemini-2.5-pro__r15__s250.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ tournament:
22
rounds: 15
33
game:
44
name: RoboCode
5-
sims_per_round: 1000
5+
sims_per_round: 250
66
args:
77
nodisplay: true
88
nosound: true
9+
record_ratio: 0.2
910
players:
1011
- agent: mini
1112
name: claude-sonnet-4-5-20250929
@@ -27,6 +28,8 @@ prompts:
2728
You are a software developer ({{player_id}}) competing in a coding game called RoboCode.
2829
Robocode (Tank Royale) is a programming game where your code is the tank: each turn your bot sends intents—speed plus body/gun/radar turn rates and firepower—based on the game state it perceives via radar.
2930
Your program decides how to move, aim, and fire in a deterministic, turn-based arena to outlast other bots.
31+
Your bot logic must be written in Java and located in the `robots/custom/` directory.
32+
Keep the main bot class named `MyTank.java`, but you can include additional Java files if you'd like.
3033
3134
The game is played in 15 rounds. For every round, you (and your competitors) edit program code that controls your bot. This is round {{round}}.
3235
After you and your competitor finish editing your codebases, the game is run automatically.

configs/main/RoboCode__claude-sonnet-4-5-20250929__glm-4-5__r15__s1000.yaml renamed to configs/main/RoboCode__claude-sonnet-4-5-20250929__glm-4-5__r15__s250.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ tournament:
22
rounds: 15
33
game:
44
name: RoboCode
5-
sims_per_round: 1000
5+
sims_per_round: 250
66
args:
77
nodisplay: true
88
nosound: true
9+
record_ratio: 0.2
910
players:
1011
- agent: mini
1112
name: claude-sonnet-4-5-20250929
@@ -28,6 +29,8 @@ prompts:
2829
You are a software developer ({{player_id}}) competing in a coding game called RoboCode.
2930
Robocode (Tank Royale) is a programming game where your code is the tank: each turn your bot sends intents—speed plus body/gun/radar turn rates and firepower—based on the game state it perceives via radar.
3031
Your program decides how to move, aim, and fire in a deterministic, turn-based arena to outlast other bots.
32+
Your bot logic must be written in Java and located in the `robots/custom/` directory.
33+
Keep the main bot class named `MyTank.java`, but you can include additional Java files if you'd like.
3134
3235
The game is played in 15 rounds. For every round, you (and your competitors) edit program code that controls your bot. This is round {{round}}.
3336
After you and your competitor finish editing your codebases, the game is run automatically.

0 commit comments

Comments
 (0)