Raw game scores (capture points) are tied in most matches since the winner is determined by an energy/bots-alive tiebreaker. This caused Glicko-2 delta=0, leaving rating_mu frozen at 1500 for all bots. Now winner gets 1.0, non-winners 0.0, draws 0.5 — correct pairwise win/loss signal for Glicko-2 convergence. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api.go | ||
| b2.go | ||
| crash_test.go | ||
| db.go | ||
| Dockerfile | ||
| glicko2.go | ||
| main.go | ||
| metrics.go | ||
| metrics_test.go | ||