File size: 1,847 Bytes
955e8d0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
  "comment": "The opponents the page offers, weakest first: the ceramics ladder, from raw ground to precious glaze. Each dir holds a model.onnx + model_meta.json (the meta carries the Elo and parameter count the menu shows; run/checkpoint stay internal). Five of the swatch colours are the game's own tile glazes; Sand and Clay are the two raw earths beneath them. scripts/deploy_player.sh ships this whole tree.",
  "reserved_for_future_nets": {
    "comment": "The next rungs of the ladder, in order, for agents stronger than Cobalt. When a newly trained net beats the current best, export it (scripts: onnx_export --ckpt ... --elo ... --out web/player/model/<id>), name it the NEXT name on this list and add it below with a fitting swatch. The page always defaults to the strongest bot by Elo automatically. Do not rename existing bots.",
    "names": [
      "Porcelain",
      "Lapis Lazuli",
      "Ultramarine"
    ],
    "suggested_swatches": {
      "Porcelain": "#f4efe4",
      "Ultramarine": "#1a1f6e",
      "Lapis Lazuli": "#2b3a8f"
    }
  },
  "bots": [
    {
      "id": "sand",
      "name": "Sand",
      "dir": "model/sand",
      "swatch": "#d8c9ae"
    },
    {
      "id": "clay",
      "name": "Clay",
      "dir": "model/clay",
      "swatch": "#a9744f"
    },
    {
      "id": "brick",
      "name": "Brick",
      "dir": "model/brick",
      "swatch": "#b8402c"
    },
    {
      "id": "ochre",
      "name": "Ochre",
      "dir": "model/ochre",
      "swatch": "#e2a41f"
    },
    {
      "id": "charcoal",
      "name": "Charcoal",
      "dir": "model/charcoal",
      "swatch": "#262b31"
    },
    {
      "id": "ice",
      "name": "Ice",
      "dir": "model/ice",
      "swatch": "#4cc3d8"
    },
    {
      "id": "cobalt",
      "name": "Cobalt",
      "dir": "model",
      "swatch": "#16509f"
    }
  ]
}