File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 "r15.s1000.p2.claude-3-7-sonnet-20250219.gpt-5-mini" : 0 ,
5454 "r15.s1000.p2.claude-3-7-sonnet-20250219.qwen-3-coder" : 0 ,
5555 "r15.s1000.p2.claude-3-7-sonnet-20250219.o3" : 0 ,
56- "r15.s1000.p2.gemini-2.5-pro.grok-code-fast-1" : 4 ,
56+ "r15.s1000.p2.gemini-2.5-pro.grok-code-fast-1" : 2 ,
5757 "r15.s1000.p2.glm-4.5.grok-code-fast-1" : 0 ,
5858 "r15.s1000.p2.gpt-5.grok-code-fast-1" : 0 ,
59- "r15.s1000.p2.gpt-5-mini.grok-code-fast-1" : 21 ,
59+ "r15.s1000.p2.gpt-5-mini.grok-code-fast-1" : 10 ,
6060 "r15.s1000.p2.grok-code-fast-1.qwen-3-coder" : 0 ,
6161 "r15.s1000.p2.grok-code-fast-1.o3" : 0 ,
6262 "r15.s1000.p2.gemini-2.5-pro.glm-4.5" : 0 ,
Original file line number Diff line number Diff line change 55tracker = json .load (open ("configs/scripts/main_tracker.json" ))
66arena_logs = [p .parent for p in Path ("logs" ).rglob ("game.log" )]
77
8+ # Set all tracker values to 0
9+ for arena in tracker :
10+ for k in tracker [arena ]:
11+ tracker [arena ][k ] = 0
12+
813tournaments = []
914for arena_log in arena_logs :
1015 arena = arena_log .stem .split ("." , 2 )[1 ]
You can’t perform that action at this time.
0 commit comments