Skip to content

Commit 0b34cf5

Browse files
committed
Fix(config): Make sure anthropic runs with T=0
1 parent ee52d26 commit 0b34cf5

11 files changed

Lines changed: 45 additions & 15 deletions

File tree

configs/pvp/battlecode.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ players:
1717
config:
1818
agent: !include mini/default.yaml
1919
model:
20-
model_name: anthropic/claude-sonnet-4-20250514
20+
model_name: "anthropic/claude-sonnet-4-20250514"
21+
model_kwargs:
22+
temperature: 0.0
2123
prompts:
2224
game_description: |
2325
You are a software developer ({{player_id}}) competing in a coding game called BattleCode.

configs/pvp/corewar.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ players:
1515
config:
1616
agent: !include mini/default.yaml
1717
model:
18-
model_name: anthropic/claude-sonnet-4-20250514
18+
model_name: "anthropic/claude-sonnet-4-20250514"
19+
model_kwargs:
20+
temperature: 0.0
1921
prompts:
2022
game_description: |
2123
You are a software developer ({{player_id}}) competing in a coding game called CoreWar.

configs/pvp/default_vs_more_prescriptive/sonnet-4/battlecode.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@ players:
1111
config:
1212
agent: !include mini/default.yaml
1313
model:
14-
model_name: anthropic/claude-sonnet-4-20250514
14+
model_name: "anthropic/claude-sonnet-4-20250514"
15+
model_kwargs:
16+
temperature: 0.0
1517
- agent: mini
1618
name: prescriptive-sonnet-4
1719
config:
1820
agent: !include mini/more_prescriptive.yaml
1921
model:
20-
model_name: anthropic/claude-sonnet-4-20250514
22+
model_name: "anthropic/claude-sonnet-4-20250514"
23+
model_kwargs:
24+
temperature: 0.0
2125
prompts:
2226
game_description: |
2327
You are a software developer ({{player_id}}) competing in a coding game called BattleCode.

configs/pvp/default_vs_more_prescriptive/sonnet-4/battlesnake.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,17 @@ players:
1313
config:
1414
agent: !include mini/default.yaml
1515
model:
16-
model_name: anthropic/claude-sonnet-4-20250514
16+
model_name: "anthropic/claude-sonnet-4-20250514"
17+
model_kwargs:
18+
temperature: 0.0
1719
- agent: mini
1820
name: prescriptive-sonnet-4
1921
config:
2022
agent: !include mini/more_prescriptive.yaml
2123
model:
22-
model_name: anthropic/claude-sonnet-4-20250514
24+
model_name: "anthropic/claude-sonnet-4-20250514"
25+
model_kwargs:
26+
temperature: 0.0
2327
prompts:
2428
game_description: |
2529
You are a software developer ({{player_id}}) competing in a coding game called BattleSnake.

configs/pvp/default_vs_more_prescriptive/sonnet-4/robotrumble.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,17 @@ players:
99
config:
1010
agent: !include mini/default.yaml
1111
model:
12-
model_name: anthropic/claude-sonnet-4-20250514
12+
model_name: "anthropic/claude-sonnet-4-20250514"
13+
model_kwargs:
14+
temperature: 0.0
1315
- agent: mini
1416
name: prescriptive-sonnet-4
1517
config:
1618
agent: !include mini/more_prescriptive.yaml
1719
model:
18-
model_name: anthropic/claude-sonnet-4-20250514
20+
model_name: "anthropic/claude-sonnet-4-20250514"
21+
model_kwargs:
22+
temperature: 0.0
1923
prompts:
2024
game_description: |
2125
You are a software developer ({{player_id}}) competing in a coding game called RobotRumble.

configs/pvp/default_vs_semi_prescriptive/battlesnake_sonnet4.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,17 @@ players:
1313
config:
1414
agent: !include mini/default.yaml
1515
model:
16-
model_name: anthropic/claude-sonnet-4-20250514
16+
model_name: "anthropic/claude-sonnet-4-20250514"
17+
model_kwargs:
18+
temperature: 0.0
1719
- agent: mini
1820
name: semi-sonnet-4
1921
config:
2022
agent: !include mini/semi_prescriptive.yaml
2123
model:
22-
model_name: anthropic/claude-sonnet-4-20250514
24+
model_name: "anthropic/claude-sonnet-4-20250514"
25+
model_kwargs:
26+
temperature: 0.0
2327
prompts:
2428
game_description: |
2529
You are a software developer ({{player_id}}) competing in a coding game called BattleSnake.

configs/pvp/robocode.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ players:
2727
config:
2828
agent: !include mini/default.yaml
2929
model:
30-
model_name: anthropic/claude-sonnet-4-20250514
30+
model_name: "anthropic/claude-sonnet-4-20250514"
31+
model_kwargs:
32+
temperature: 0.0
3133
prompts:
3234
game_description: |
3335
You are a software developer ({{player_id}}) competing in a coding game called RoboCode.

configs/pvp/robotrumble.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ players:
1515
config:
1616
agent: !include mini/default.yaml
1717
model:
18-
model_name: anthropic/claude-sonnet-4-20250514
18+
model_name: "anthropic/claude-sonnet-4-20250514"
19+
model_kwargs:
20+
temperature: 0.0
1921
prompts:
2022
game_description: |
2123
You are a software developer ({{player_id}}) competing in a coding game called RobotRumble.

configs/validation/vs_dummy/sonnet4/battlecode.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ players:
1111
config:
1212
agent: !include mini/default.yaml
1313
model:
14-
model_name: anthropic/claude-sonnet-4-20250514
14+
model_name: "anthropic/claude-sonnet-4-20250514"
15+
model_kwargs:
16+
temperature: 0.0
1517
- agent: dummy
1618
name: dummy
1719
prompts:

configs/validation/vs_dummy/sonnet4/battlesnake.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ players:
1313
config:
1414
agent: !include mini/default.yaml
1515
model:
16-
model_name: anthropic/claude-sonnet-4-20250514
16+
model_name: "anthropic/claude-sonnet-4-20250514"
17+
model_kwargs:
18+
temperature: 0.0
1719
- agent: dummy
1820
name: dummy
1921
prompts:

0 commit comments

Comments
 (0)