Skip to content

Commit f105e2a

Browse files
committed
Add seven-of-nine
1 parent dac98ee commit f105e2a

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

configs/vs_human/RobotRumble.yaml renamed to configs/vs_human/RobotRumble_gigachad.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ players:
1616
temperature: 0.2
1717
max_tokens: 4096
1818
- agent: dummy
19-
name: human
19+
name: gigachad
2020
branch_init: human/gigachad
2121
prompts:
2222
game_description: |
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
tournament:
2+
rounds: 15
3+
game:
4+
name: RobotRumble
5+
sims_per_round: 250
6+
players:
7+
- agent: mini
8+
name: claude-sonnet-4-5-20250929
9+
branch_init: python
10+
config:
11+
agent: !include mini/default.yaml
12+
model:
13+
model_name: '@anthropic/claude-sonnet-4-5-20250929'
14+
model_class: portkey
15+
model_kwargs:
16+
temperature: 0.2
17+
max_tokens: 4096
18+
- agent: dummy
19+
name: seven-of-nine
20+
branch_init: human/seven-of-nine
21+
prompts:
22+
game_description: |
23+
You are a software developer ({{player_id}}) competing in a coding game called RobotRumble.
24+
RobotRumble is a turn-based coding battle where you program a team of robots in Python to move, attack, and outmaneuver your opponent on a grid.
25+
Every decision is driven by your code, and victory comes from crafting logic that positions robots smartly, times attacks well, and adapts over the 100-turn match.
26+
27+
The game is played in {{rounds}} rounds. For every round, you (and your competitor) edit program code that controls your bot. This is round {{round}}.
28+
After you and your competitor finish editing your codebases, the game is run automatically.
29+
30+
Your task: improve the bot in `robot.py`, located in {{working_dir}}.
31+
{{working_dir}} is your codebase, which contains both your bot and supporting assets.

0 commit comments

Comments
 (0)