|
| 1 | +# Round-robin over the human classic-Robocode bots (imported from ~30 open-source repos; see |
| 2 | +# scripts/ladder/SOURCES.md for each bot's origin URL/author/license), used to RANK them via |
| 3 | +# Elo/Bradley-Terry -> see robocode.yaml. rounds:0 = dummy players play baseline battles (no code |
| 4 | +# edits). N bots -> N*(N-1)/2 pairs; each pair plays sims_per_round rounds (batched 10 at a time, |
| 5 | +# sim_concurrency parallel). Bots live on CodeClash-ai/RoboCode human/* branches; Docker required. |
| 6 | +# COST (measured ~3.4s for a 50-round pair headless): at sims_per_round=100, 116 bots -> 6670 pairs |
| 7 | +# ~= 13 core-hours -> ~2 h on a laptop (--workers 6), ~26 min on a 32-core box (-w 30). |
| 8 | +# Run: uv run codeclash ladder make configs/ablations/ladder/make_robocode.yaml --workers 6 |
| 9 | +tournament: |
| 10 | + rounds: 0 |
| 11 | +game: |
| 12 | + name: RoboCode |
| 13 | + sims_per_round: 100 |
| 14 | + sim_concurrency: 5 |
| 15 | + args: |
| 16 | + nodisplay: true |
| 17 | + nosound: true |
| 18 | +players: |
| 19 | +- agent: dummy |
| 20 | + branch_init: human/robocode/antiwalls |
| 21 | +- agent: dummy |
| 22 | + branch_init: human/robocode/aristocles |
| 23 | +- agent: dummy |
| 24 | + branch_init: human/robocode/barbiescript |
| 25 | +- agent: dummy |
| 26 | + branch_init: human/robocode/berendbotje |
| 27 | +- agent: dummy |
| 28 | + branch_init: human/robocode/blackwidow |
| 29 | +- agent: dummy |
| 30 | + branch_init: human/robocode/blackwidow_mini |
| 31 | +- agent: dummy |
| 32 | + branch_init: human/robocode/bobthebuilder |
| 33 | +- agent: dummy |
| 34 | + branch_init: human/robocode/bt7274 |
| 35 | +- agent: dummy |
| 36 | + branch_init: human/robocode/cham |
| 37 | +- agent: dummy |
| 38 | + branch_init: human/robocode/chilibot |
| 39 | +- agent: dummy |
| 40 | + branch_init: human/robocode/chironex_micro |
| 41 | +- agent: dummy |
| 42 | + branch_init: human/robocode/chironex_mini |
| 43 | +- agent: dummy |
| 44 | + branch_init: human/robocode/corners |
| 45 | +- agent: dummy |
| 46 | + branch_init: human/robocode/crawler |
| 47 | +- agent: dummy |
| 48 | + branch_init: human/robocode/crazy |
| 49 | +- agent: dummy |
| 50 | + branch_init: human/robocode/dacruzer |
| 51 | +- agent: dummy |
| 52 | + branch_init: human/robocode/deepthought |
| 53 | +- agent: dummy |
| 54 | + branch_init: human/robocode/dodgebot_jnk |
| 55 | +- agent: dummy |
| 56 | + branch_init: human/robocode/dodgebot2 |
| 57 | +- agent: dummy |
| 58 | + branch_init: human/robocode/dominatorx |
| 59 | +- agent: dummy |
| 60 | + branch_init: human/robocode/droidpoet |
| 61 | +- agent: dummy |
| 62 | + branch_init: human/robocode/drussgt |
| 63 | +- agent: dummy |
| 64 | + branch_init: human/robocode/exterminador |
| 65 | +- agent: dummy |
| 66 | + branch_init: human/robocode/fire |
| 67 | +- agent: dummy |
| 68 | + branch_init: human/robocode/frankie |
| 69 | +- agent: dummy |
| 70 | + branch_init: human/robocode/genetic |
| 71 | +- agent: dummy |
| 72 | + branch_init: human/robocode/gf1 |
| 73 | +- agent: dummy |
| 74 | + branch_init: human/robocode/gntest |
| 75 | +- agent: dummy |
| 76 | + branch_init: human/robocode/gouldingi |
| 77 | +- agent: dummy |
| 78 | + branch_init: human/robocode/gruffalo |
| 79 | +- agent: dummy |
| 80 | + branch_init: human/robocode/haikupoet |
| 81 | +- agent: dummy |
| 82 | + branch_init: human/robocode/haikuwalls |
| 83 | +- agent: dummy |
| 84 | + branch_init: human/robocode/hawkonfire |
| 85 | +- agent: dummy |
| 86 | + branch_init: human/robocode/hero_pm |
| 87 | +- agent: dummy |
| 88 | + branch_init: human/robocode/hugbot |
| 89 | +- agent: dummy |
| 90 | + branch_init: human/robocode/hunter |
| 91 | +- agent: dummy |
| 92 | + branch_init: human/robocode/hypoleach |
| 93 | +- agent: dummy |
| 94 | + branch_init: human/robocode/ianstank |
| 95 | +- agent: dummy |
| 96 | + branch_init: human/robocode/icarus |
| 97 | +- agent: dummy |
| 98 | + branch_init: human/robocode/infinitylock |
| 99 | +- agent: dummy |
| 100 | + branch_init: human/robocode/ite_bomax |
| 101 | +- agent: dummy |
| 102 | + branch_init: human/robocode/ite_claptrap |
| 103 | +- agent: dummy |
| 104 | + branch_init: human/robocode/ite_cliffbot2 |
| 105 | +- agent: dummy |
| 106 | + branch_init: human/robocode/ite_ctbot |
| 107 | +- agent: dummy |
| 108 | + branch_init: human/robocode/ite_florian2 |
| 109 | +- agent: dummy |
| 110 | + branch_init: human/robocode/ite_m9 |
| 111 | +- agent: dummy |
| 112 | + branch_init: human/robocode/ite_simple |
| 113 | +- agent: dummy |
| 114 | + branch_init: human/robocode/ite_terminator |
| 115 | +- agent: dummy |
| 116 | + branch_init: human/robocode/jeujdapeu |
| 117 | +- agent: dummy |
| 118 | + branch_init: human/robocode/juggernaut |
| 119 | +- agent: dummy |
| 120 | + branch_init: human/robocode/kokomo |
| 121 | +- agent: dummy |
| 122 | + branch_init: human/robocode/leach |
| 123 | +- agent: dummy |
| 124 | + branch_init: human/robocode/leachpmc |
| 125 | +- agent: dummy |
| 126 | + branch_init: human/robocode/littlebrother |
| 127 | +- agent: dummy |
| 128 | + branch_init: human/robocode/littleevilbrother |
| 129 | +- agent: dummy |
| 130 | + branch_init: human/robocode/mako |
| 131 | +- agent: dummy |
| 132 | + branch_init: human/robocode/markiv |
| 133 | +- agent: dummy |
| 134 | + branch_init: human/robocode/markrobo |
| 135 | +- agent: dummy |
| 136 | + branch_init: human/robocode/marshmallow |
| 137 | +- agent: dummy |
| 138 | + branch_init: human/robocode/maximbot |
| 139 | +- agent: dummy |
| 140 | + branch_init: human/robocode/mb2 |
| 141 | +- agent: dummy |
| 142 | + branch_init: human/robocode/megaborsten |
| 143 | +- agent: dummy |
| 144 | + branch_init: human/robocode/meow |
| 145 | +- agent: dummy |
| 146 | + branch_init: human/robocode/myfirstkiller |
| 147 | +- agent: dummy |
| 148 | + branch_init: human/robocode/myfirstrobot |
| 149 | +- agent: dummy |
| 150 | + branch_init: human/robocode/nagisphere |
| 151 | +- agent: dummy |
| 152 | + branch_init: human/robocode/npcomplete |
| 153 | +- agent: dummy |
| 154 | + branch_init: human/robocode/npcsniper |
| 155 | +- agent: dummy |
| 156 | + branch_init: human/robocode/oppswantmedead |
| 157 | +- agent: dummy |
| 158 | + branch_init: human/robocode/paolo |
| 159 | +- agent: dummy |
| 160 | + branch_init: human/robocode/pikachu |
| 161 | +- agent: dummy |
| 162 | + branch_init: human/robocode/poet |
| 163 | +- agent: dummy |
| 164 | + branch_init: human/robocode/propiavancat |
| 165 | +- agent: dummy |
| 166 | + branch_init: human/robocode/pugilist |
| 167 | +- agent: dummy |
| 168 | + branch_init: human/robocode/quadwall |
| 169 | +- agent: dummy |
| 170 | + branch_init: human/robocode/ramfire |
| 171 | +- agent: dummy |
| 172 | + branch_init: human/robocode/regullarmonk |
| 173 | +- agent: dummy |
| 174 | + branch_init: human/robocode/reimu |
| 175 | +- agent: dummy |
| 176 | + branch_init: human/robocode/robrrrat |
| 177 | +- agent: dummy |
| 178 | + branch_init: human/robocode/roleksii |
| 179 | +- agent: dummy |
| 180 | + branch_init: human/robocode/sadbot |
| 181 | +- agent: dummy |
| 182 | + branch_init: human/robocode/shreker |
| 183 | +- agent: dummy |
| 184 | + branch_init: human/robocode/sittingduck |
| 185 | +- agent: dummy |
| 186 | + branch_init: human/robocode/smallpoet |
| 187 | +- agent: dummy |
| 188 | + branch_init: human/robocode/spinbot |
| 189 | +- agent: dummy |
| 190 | + branch_init: human/robocode/starterbot |
| 191 | +- agent: dummy |
| 192 | + branch_init: human/robocode/supercorners |
| 193 | +- agent: dummy |
| 194 | + branch_init: human/robocode/supercrazy |
| 195 | +- agent: dummy |
| 196 | + branch_init: human/robocode/supermercutio |
| 197 | +- agent: dummy |
| 198 | + branch_init: human/robocode/superramfire |
| 199 | +- agent: dummy |
| 200 | + branch_init: human/robocode/superspinbot |
| 201 | +- agent: dummy |
| 202 | + branch_init: human/robocode/supertracker |
| 203 | +- agent: dummy |
| 204 | + branch_init: human/robocode/superwalls |
| 205 | +- agent: dummy |
| 206 | + branch_init: human/robocode/swiffer |
| 207 | +- agent: dummy |
| 208 | + branch_init: human/robocode/tannerbot1 |
| 209 | +- agent: dummy |
| 210 | + branch_init: human/robocode/tarektank |
| 211 | +- agent: dummy |
| 212 | + branch_init: human/robocode/tearsofsteel |
| 213 | +- agent: dummy |
| 214 | + branch_init: human/robocode/thecarver |
| 215 | +- agent: dummy |
| 216 | + branch_init: human/robocode/tirolio |
| 217 | +- agent: dummy |
| 218 | + branch_init: human/robocode/tityus |
| 219 | +- agent: dummy |
| 220 | + branch_init: human/robocode/tracker |
| 221 | +- agent: dummy |
| 222 | + branch_init: human/robocode/trackfire |
| 223 | +- agent: dummy |
| 224 | + branch_init: human/robocode/trianglehunter |
| 225 | +- agent: dummy |
| 226 | + branch_init: human/robocode/ultron |
| 227 | +- agent: dummy |
| 228 | + branch_init: human/robocode/ur4no |
| 229 | +- agent: dummy |
| 230 | + branch_init: human/robocode/velocirobot |
| 231 | +- agent: dummy |
| 232 | + branch_init: human/robocode/vergere |
| 233 | +- agent: dummy |
| 234 | + branch_init: human/robocode/vertileach |
| 235 | +- agent: dummy |
| 236 | + branch_init: human/robocode/vertimicro |
| 237 | +- agent: dummy |
| 238 | + branch_init: human/robocode/walls |
| 239 | +- agent: dummy |
| 240 | + branch_init: human/robocode/wallspoet |
| 241 | +- agent: dummy |
| 242 | + branch_init: human/robocode/wallspoetas |
| 243 | +- agent: dummy |
| 244 | + branch_init: human/robocode/wallspoethaiku |
| 245 | +- agent: dummy |
| 246 | + branch_init: human/robocode/wavesurfing |
| 247 | +- agent: dummy |
| 248 | + branch_init: human/robocode/wilde |
| 249 | +- agent: dummy |
| 250 | + branch_init: human/robocode/wrecker |
| 251 | +prompts: |
| 252 | + game_description: RoboCode ladder |
0 commit comments