File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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
1721prompts :
1822 game_description : |
1923 You are a software developer ({{player_id}}) competing in a coding game called BattleCode.
Original file line number Diff line number Diff 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
1923prompts :
2024 game_description : |
2125 You are a software developer ({{player_id}}) competing in a coding game called BattleSnake.
Original file line number Diff line number Diff 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
1519prompts :
1620 game_description : |
1721 You are a software developer ({{player_id}}) competing in a coding game called CoreWar.
Original file line number Diff line number Diff 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
2731prompts :
2832 game_description : |
2933 You are a software developer ({{player_id}}) competing in a coding game called RoboCode.
Original file line number Diff line number Diff 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
1519prompts :
1620 game_description : |
1721 You are a software developer ({{player_id}}) competing in a coding game called RobotRumble.
You can’t perform that action at this time.
0 commit comments