|
| 1 | +{ |
| 2 | + "anchor": { |
| 3 | + "elo": 0, |
| 4 | + "label": "random" |
| 5 | + }, |
| 6 | + "baselines": [ |
| 7 | + { |
| 8 | + "bot": "random", |
| 9 | + "ccp_command": "python3 tools/ccp_cczero_bot.py --bot random --name random", |
| 10 | + "family": "algorithmic", |
| 11 | + "label": "random", |
| 12 | + "role": "sanity-floor" |
| 13 | + }, |
| 14 | + { |
| 15 | + "bot": "greedy", |
| 16 | + "ccp_command": "python3 tools/ccp_cczero_bot.py --bot greedy --name greedy", |
| 17 | + "family": "algorithmic", |
| 18 | + "label": "greedy", |
| 19 | + "role": "simple-distance" |
| 20 | + }, |
| 21 | + { |
| 22 | + "bot": "traffic-greedy", |
| 23 | + "ccp_command": "python3 tools/ccp_cczero_bot.py --bot traffic-greedy --name traffic-greedy", |
| 24 | + "family": "algorithmic", |
| 25 | + "label": "traffic-greedy", |
| 26 | + "role": "handcrafted-traffic" |
| 27 | + }, |
| 28 | + { |
| 29 | + "bot": "converter", |
| 30 | + "ccp_command": "python3 tools/ccp_cczero_bot.py --bot converter --name converter", |
| 31 | + "family": "algorithmic", |
| 32 | + "label": "converter", |
| 33 | + "role": "classical-conversion" |
| 34 | + }, |
| 35 | + { |
| 36 | + "bot": "tt-pvs", |
| 37 | + "ccp_command": "python3 tools/ccp_cczero_bot.py --bot tt-pvs --name tt-pvs", |
| 38 | + "family": "algorithmic", |
| 39 | + "label": "tt-pvs", |
| 40 | + "role": "classical-search" |
| 41 | + }, |
| 42 | + { |
| 43 | + "ccp_command": "python3 tools/ccp_cczero_engine.py --model experiments/fresh_selfplay_alpha/champions/iter_005_effective_goal_v1/model.ccpv --name iter005 --simulations 768", |
| 44 | + "family": "neural", |
| 45 | + "label": "iter005", |
| 46 | + "model": "experiments/fresh_selfplay_alpha/champions/iter_005_effective_goal_v1/model.ccpv", |
| 47 | + "role": "historical-champion", |
| 48 | + "simulations": 768 |
| 49 | + }, |
| 50 | + { |
| 51 | + "ccp_command": "python3 tools/ccp_cczero_engine.py --model experiments/fresh_selfplay_alpha/champions/iter_009_fixed_batched_mcts/model.ccpv --name iter009 --simulations 768", |
| 52 | + "family": "neural", |
| 53 | + "label": "iter009", |
| 54 | + "model": "experiments/fresh_selfplay_alpha/champions/iter_009_fixed_batched_mcts/model.ccpv", |
| 55 | + "role": "historical-champion", |
| 56 | + "simulations": 768 |
| 57 | + }, |
| 58 | + { |
| 59 | + "ccp_command": "python3 tools/ccp_cczero_engine.py --model experiments/fresh_selfplay_alpha/champions/iter_029_merged768/model.ccpv --name iter029 --simulations 768", |
| 60 | + "family": "neural", |
| 61 | + "label": "iter029", |
| 62 | + "model": "experiments/fresh_selfplay_alpha/champions/iter_029_merged768/model.ccpv", |
| 63 | + "role": "historical-champion", |
| 64 | + "simulations": 768 |
| 65 | + }, |
| 66 | + { |
| 67 | + "ccp_command": "python3 tools/ccp_cczero_engine.py --model experiments/fresh_selfplay_alpha/champions/iter_046_value_weight_010/model.ccpv --name iter046 --simulations 768", |
| 68 | + "family": "neural", |
| 69 | + "label": "iter046", |
| 70 | + "model": "experiments/fresh_selfplay_alpha/champions/iter_046_value_weight_010/model.ccpv", |
| 71 | + "role": "historical-champion", |
| 72 | + "simulations": 768 |
| 73 | + }, |
| 74 | + { |
| 75 | + "ccp_command": "python3 tools/ccp_cczero_engine.py --model experiments/fresh_selfplay_alpha/champions/iter_057_fresh_iter056_endgame_deep_epoch004/model.ccpv --name iter057 --simulations 768", |
| 76 | + "family": "neural", |
| 77 | + "label": "iter057", |
| 78 | + "model": "experiments/fresh_selfplay_alpha/champions/iter_057_fresh_iter056_endgame_deep_epoch004/model.ccpv", |
| 79 | + "role": "historical-champion", |
| 80 | + "simulations": 768 |
| 81 | + }, |
| 82 | + { |
| 83 | + "ccp_command": "python3 tools/ccp_cczero_engine.py --model experiments/fresh_selfplay_alpha/champions/iter_060_fresh_iter058_1p8m_epoch003/model.ccpv --name iter060 --simulations 768", |
| 84 | + "family": "neural", |
| 85 | + "label": "iter060", |
| 86 | + "model": "experiments/fresh_selfplay_alpha/champions/iter_060_fresh_iter058_1p8m_epoch003/model.ccpv", |
| 87 | + "role": "historical-champion", |
| 88 | + "simulations": 768 |
| 89 | + }, |
| 90 | + { |
| 91 | + "ccp_command": "python3 tools/ccp_cczero_engine.py --model experiments/fresh_selfplay_alpha/champions/iter_061_fresh_iter060_1p8m_epoch003/model.ccpv --name iter061 --simulations 768", |
| 92 | + "family": "neural", |
| 93 | + "label": "iter061", |
| 94 | + "model": "experiments/fresh_selfplay_alpha/champions/iter_061_fresh_iter060_1p8m_epoch003/model.ccpv", |
| 95 | + "role": "historical-champion", |
| 96 | + "simulations": 768 |
| 97 | + }, |
| 98 | + { |
| 99 | + "ccp_command": "python3 tools/ccp_cczero_engine.py --model experiments/fresh_selfplay_alpha/champions/iter_062_fresh_iter061_1p8m_epoch003/model.ccpv --name iter062 --simulations 768", |
| 100 | + "family": "neural", |
| 101 | + "label": "iter062", |
| 102 | + "model": "experiments/fresh_selfplay_alpha/champions/iter_062_fresh_iter061_1p8m_epoch003/model.ccpv", |
| 103 | + "role": "historical-champion", |
| 104 | + "simulations": 768 |
| 105 | + }, |
| 106 | + { |
| 107 | + "ccp_command": "python3 tools/ccp_cczero_engine.py --model experiments/fresh_selfplay_alpha/champions/iter_063_fresh_iter061_1p8m_epoch004/model.ccpv --name iter063 --simulations 768", |
| 108 | + "family": "neural", |
| 109 | + "label": "iter063", |
| 110 | + "model": "experiments/fresh_selfplay_alpha/champions/iter_063_fresh_iter061_1p8m_epoch004/model.ccpv", |
| 111 | + "role": "champion-v2", |
| 112 | + "simulations": 768 |
| 113 | + }, |
| 114 | + { |
| 115 | + "ccp_command": "python3 tools/ccp_cczero_engine.py --model experiments/fresh_selfplay_alpha/champions/iter_064_fresh_iter063_1p8m_epoch004/model.ccpv --name iter064 --simulations 768", |
| 116 | + "family": "neural", |
| 117 | + "label": "iter064", |
| 118 | + "model": "experiments/fresh_selfplay_alpha/champions/iter_064_fresh_iter063_1p8m_epoch004/model.ccpv", |
| 119 | + "role": "historical-champion", |
| 120 | + "simulations": 768 |
| 121 | + }, |
| 122 | + { |
| 123 | + "ccp_command": "python3 tools/ccp_cczero_engine.py --model experiments/fresh_selfplay_alpha/champions/iter_082_iter64_finetune_2p5m_epoch004/model.ccpv --name iter082 --simulations 768", |
| 124 | + "family": "neural", |
| 125 | + "label": "iter082", |
| 126 | + "model": "experiments/fresh_selfplay_alpha/champions/iter_082_iter64_finetune_2p5m_epoch004/model.ccpv", |
| 127 | + "role": "current-training-champion", |
| 128 | + "simulations": 768 |
| 129 | + } |
| 130 | + ], |
| 131 | + "champion": { |
| 132 | + "ccp_command": "python3 tools/ccp_cczero_engine.py --model experiments/fresh_selfplay_alpha/champions/iter_082_iter64_finetune_2p5m_epoch004/model.ccpv --name iter082 --simulations 768", |
| 133 | + "family": "neural", |
| 134 | + "label": "iter082", |
| 135 | + "model": "experiments/fresh_selfplay_alpha/champions/iter_082_iter64_finetune_2p5m_epoch004/model.ccpv", |
| 136 | + "role": "current-training-champion", |
| 137 | + "simulations": 768 |
| 138 | + }, |
| 139 | + "default_neural_simulations": 768, |
| 140 | + "position_schedule": "benchmarks/ccerl-v1/positions/official_elo_v2.jsonl", |
| 141 | + "rule_profile": "strict", |
| 142 | + "ruleset": "CCERL-2P10-v2", |
| 143 | + "schema": "ccerl.baselines.v2" |
| 144 | +} |
0 commit comments