File tree Expand file tree Collapse file tree
default_vs_more_prescriptive/sonnet-4
default_vs_semi_prescriptive
validation/vs_dummy/sonnet4 Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2123prompts :
2224 game_description : |
2325 You are a software developer ({{player_id}}) competing in a coding game called BattleCode.
Original file line number Diff line number Diff 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
1921prompts :
2022 game_description : |
2123 You are a software developer ({{player_id}}) competing in a coding game called CoreWar.
Original file line number Diff line number Diff 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
2125prompts :
2226 game_description : |
2327 You are a software developer ({{player_id}}) competing in a coding game called BattleCode.
Original file line number Diff line number Diff 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
2327prompts :
2428 game_description : |
2529 You are a software developer ({{player_id}}) competing in a coding game called BattleSnake.
Original file line number Diff line number Diff 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
1923prompts :
2024 game_description : |
2125 You are a software developer ({{player_id}}) competing in a coding game called RobotRumble.
Original file line number Diff line number Diff 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
2327prompts :
2428 game_description : |
2529 You are a software developer ({{player_id}}) competing in a coding game called BattleSnake.
Original file line number Diff line number Diff 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
3133prompts :
3234 game_description : |
3335 You are a software developer ({{player_id}}) competing in a coding game called RoboCode.
Original file line number Diff line number Diff 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
1921prompts :
2022 game_description : |
2123 You are a software developer ({{player_id}}) competing in a coding game called RobotRumble.
Original file line number Diff line number Diff 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
1719prompts :
Original file line number Diff line number Diff 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
1921prompts :
You can’t perform that action at this time.
0 commit comments