Skip to content

Commit eecba21

Browse files
committed
Config fixes
1 parent fb79dd1 commit eecba21

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

configs/pvp/default_vs_more_prescriptive/gpt-5/battlesnake.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ players:
2020
agent: !include mini/more_prescriptive.yaml
2121
model:
2222
model_name: openai/gpt-5
23-
- agent: dummy
24-
name: dummy
2523
prompts:
2624
game_description: |
2725
You are a software developer ({{player_id}}) competing in a coding game called BattleSnake.

configs/pvp/default_vs_more_prescriptive/gpt-5/robotrumble.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ players:
1515
config:
1616
agent: !include mini/more_prescriptive.yaml
1717
model:
18-
model_name: openai/gpt-5-mini
18+
model_name: openai/gpt-5
1919
prompts:
2020
game_description: |
2121
You are a software developer ({{player_id}}) competing in a coding game called RobotRumble.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ players:
2020
agent: !include mini/more_prescriptive.yaml
2121
model:
2222
model_name: anthropic/claude-sonnet-4-20250514
23-
- agent: dummy
24-
name: dummy
2523
prompts:
2624
game_description: |
2725
You are a software developer ({{player_id}}) competing in a coding game called BattleSnake.

0 commit comments

Comments
 (0)