Sharpen a soccer striker with evidence β then run a tournament.
Today's superpower
The Arena is deterministic: same start β same result, every time. So when you change your brain and rematch, any improvement is real, not luck.
Train β save β rematch β keep what helped. That's the loop.

Which recipe wins? (one run, 72 games each)
| Recipe | Win-rate |
|---|---|
| Teach (copy an expert) | 20% β strong, fast |
| Evolve from scratch | 0% β much weaker |
Copy a good dribbler instead of discovering from nothing. Train well to win soccer: hand-coded strikers lose outright; the best recipe here was Teach β Evolve vs the opponent (47%).
β οΈ More training β better
| Take a strong distilled striker, then⦠| Win-rate |
|---|---|
| nothing (Teach only) | 20% |
| Q-Learn (reward-refine) | 0% / 4% π |
Both Q-Learn variants (vs a cone / vs the live opponent) landed below Teach. A solid imitation policy is fragile β a second objective can pull it off its good habits. Keep the version that wins the rematch, not the one that "trained the most."
π§ͺ One match isn't an eval
An early one-match test on a device told a tidy story about a recipe. Over 72 matches it didn't hold up.
The Arena is deterministic β so one match is reproducible. But reproducible β representative. Always average over many seeds.
You can watch it happen
Evolve too long on one fixed pitch and the bot βjust stays thereβ in a real match β it memorised that board.
Fix: vary the board while training. (Sound familiar? It's the Day-2 maze lesson again β a memoriser fails on the unseen.)

The loop that levels you up
Caveat: a big gap can need more than one pass.

π©Ί βMy bot got worse!β
The capstone
No internet, no scoreboard β nothing leaves the room.

The whole week in one question π
| Game | Who wins |
|---|---|
| π§© Maze | βοΈ Hand-coding β a correct rule generalises |
| π€ Battle | βοΈ Hand-coding β clear priorities win |
| β½ Soccer | π§ Learning β if trained well (hand-coded bots lose 0%; trained wins outright) |
Match the method to the problem.
π You did it β all five days
From βI write the rulesβ β βI train the rules.β You built and trained a robot. π€β½