Skip to content

Commit 5504b83

Browse files
committed
Set pvp to gpt 5 mini vs. claude 4 sonnet
1 parent c45fdb1 commit 5504b83

6 files changed

Lines changed: 26 additions & 6 deletions

File tree

codeclash/agents/minisweagent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ def run(self):
8181
copy_to_container(
8282
self.environment,
8383
traj_path,
84-
self.game_context.log_env / "past_edits" / traj_path.name,
84+
self.game_context.log_env / "edits" / traj_path.name,
8585
)

configs/pvp/battlecode.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ players:
1212
agent: !include mini/default.yaml
1313
model:
1414
model_name: openai/gpt-5-mini
15-
- agent: dummy
15+
- agent: mini
1616
name: p2
17+
config:
18+
agent: !include mini/default.yaml
19+
model:
20+
model_name: anthropic/claude-sonnet-4-20250514
1721
prompts:
1822
game_description: |
1923
You are a software developer ({{player_id}}) competing in a coding game called BattleCode.

configs/pvp/battlesnake.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@ players:
1414
agent: !include mini/default.yaml
1515
model:
1616
model_name: openai/gpt-5-mini
17-
- agent: dummy
17+
- agent: mini
1818
name: p2
19+
config:
20+
agent: !include mini/default.yaml
21+
model:
22+
model_name: anthropic/claude-sonnet-4-20250514
1923
prompts:
2024
game_description: |
2125
You are a software developer ({{player_id}}) competing in a coding game called BattleSnake.

configs/pvp/corewar.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ players:
1010
agent: !include mini/default.yaml
1111
model:
1212
model_name: openai/gpt-5-mini
13-
- agent: dummy
13+
- agent: mini
1414
name: p2
15+
config:
16+
agent: !include mini/default.yaml
17+
model:
18+
model_name: anthropic/claude-sonnet-4-20250514
1519
prompts:
1620
game_description: |
1721
You are a software developer ({{player_id}}) competing in a coding game called CoreWar.

configs/pvp/robocode.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ players:
2222
agent: !include mini/default.yaml
2323
model:
2424
model_name: openai/gpt-5-mini
25-
- agent: dummy
25+
- agent: mini
2626
name: p2
27+
config:
28+
agent: !include mini/default.yaml
29+
model:
30+
model_name: anthropic/claude-sonnet-4-20250514
2731
prompts:
2832
game_description: |
2933
You are a software developer ({{player_id}}) competing in a coding game called RoboCode.

configs/pvp/robotrumble.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ players:
1010
agent: !include mini/default.yaml
1111
model:
1212
model_name: openai/gpt-5-mini
13-
- agent: dummy
13+
- agent: mini
1414
name: p2
15+
config:
16+
agent: !include mini/default.yaml
17+
model:
18+
model_name: anthropic/claude-sonnet-4-20250514
1519
prompts:
1620
game_description: |
1721
You are a software developer ({{player_id}}) competing in a coding game called RobotRumble.

0 commit comments

Comments
 (0)