KataGo Distributed Training and new networks
-
And
- Gosei
- Posts: 1464
- Joined: Tue Sep 25, 2018 10:28 am
- GD Posts: 0
- Has thanked: 212 times
- Been thanked: 215 times
Re: KataGo Distributed Training and new networks
I found that with a handicap greater than 9, the original Zenith Go 7 does not play like gtp4zen. I will check other gtp implementations for Zenith Go 7
-
Vargo
- Lives in gote
- Posts: 337
- Joined: Sat Aug 17, 2013 5:28 am
- GD Posts: 0
- Has thanked: 22 times
- Been thanked: 97 times
Re: KataGo Distributed Training and new networks
50 games test between b40 and b18 (1s/move, GPU: GTX1080)
25 times W for each, TwoGtp V1.5.1, all games by resignation, no errors, no duplicate games.
b18 wins 36-14
Stats and details
25 times W for each, TwoGtp V1.5.1, all games by resignation, no errors, no duplicate games.
b18 wins 36-14
Stats and details
-
Vargo
- Lives in gote
- Posts: 337
- Joined: Sat Aug 17, 2013 5:28 am
- GD Posts: 0
- Has thanked: 22 times
- Been thanked: 97 times
Re: KataGo Distributed Training and new networks
50 games test between b60 and b18
(1s/move, GPU: GTX1080 , komi 7.5, b60c320-s6782286336-d3070935549 , b18c384nbt-uec)
25 times W for each, TwoGtp V1.5.1, all games by resignation, no errors, no duplicate games.
b18 wins 43-7
Stats and details
(1s/move, GPU: GTX1080 , komi 7.5, b60c320-s6782286336-d3070935549 , b18c384nbt-uec)
25 times W for each, TwoGtp V1.5.1, all games by resignation, no errors, no duplicate games.
b18 wins 43-7
Stats and details
-
Vargo
- Lives in gote
- Posts: 337
- Joined: Sat Aug 17, 2013 5:28 am
- GD Posts: 0
- Has thanked: 22 times
- Been thanked: 97 times
Re: KataGo Distributed Training and new networks
9x9
50 games test between 40b and 18b (b40c256-s11840935168-d2898845681 , b18c384 , 1s/move, GPU: GTX1080 , komi 7.5,
25 times W for each, TwoGtp V1.5.1, all games by resignation, no errors, 3 duplicate games, so, 47 games used for stats.
18b wins 32-15
9x9
50 games test between 60b and 18b (b60c320-s6782286336-d3070935549 , b18c384 , 1s/move, GPU: GTX1080 , komi 7.5,
25 times W for each, TwoGtp V1.5.1, all games by resignation, no errors, 4 duplicate games, so, 46 games used for stats.
18b wins 27-19
Stats and details for 40b_v_18b
Stats and details for 60b_v_18b
50 games test between 40b and 18b (b40c256-s11840935168-d2898845681 , b18c384 , 1s/move, GPU: GTX1080 , komi 7.5,
25 times W for each, TwoGtp V1.5.1, all games by resignation, no errors, 3 duplicate games, so, 47 games used for stats.
18b wins 32-15
9x9
50 games test between 60b and 18b (b60c320-s6782286336-d3070935549 , b18c384 , 1s/move, GPU: GTX1080 , komi 7.5,
25 times W for each, TwoGtp V1.5.1, all games by resignation, no errors, 4 duplicate games, so, 46 games used for stats.
18b wins 27-19
Stats and details for 40b_v_18b
Stats and details for 60b_v_18b
-
And
- Gosei
- Posts: 1464
- Joined: Tue Sep 25, 2018 10:28 am
- GD Posts: 0
- Has thanked: 212 times
- Been thanked: 215 times
Re: KataGo Distributed Training and new networks
KataGo 18b-uec (playouts 1, chinese rules) - ZenGTP 9d H10 1:24
KataGo won 20th game
ZenGTP https://github.com/yzyray/ZenGTP (-t 1 -r 0.20 --maxsim 6000 --pnlevel 3 --pnweight 1.0 --vnrate 0.75)
ZenGTP, for unknown reasons, does not take into account the handicap (ZenGTP counts only according to Chinese rules)
problem with loading viewtopic.php?p=274261#p274261
KataGo won 20th game
ZenGTP https://github.com/yzyray/ZenGTP (-t 1 -r 0.20 --maxsim 6000 --pnlevel 3 --pnweight 1.0 --vnrate 0.75)
ZenGTP, for unknown reasons, does not take into account the handicap (ZenGTP counts only according to Chinese rules)
problem with loading viewtopic.php?p=274261#p274261
-
Vargo
- Lives in gote
- Posts: 337
- Joined: Sat Aug 17, 2013 5:28 am
- GD Posts: 0
- Has thanked: 22 times
- Been thanked: 97 times
Re: KataGo Distributed Training and new networks
Sorry, no. But if someone is interested in tests on smaller boards (from 4(?) up to 19), I'll do it.And wrote: could you make a match on 37x37 boards?
-
And
- Gosei
- Posts: 1464
- Joined: Tue Sep 25, 2018 10:28 am
- GD Posts: 0
- Has thanked: 212 times
- Been thanked: 215 times
Re: KataGo Distributed Training and new networks
this program is on python https://github.com/zliu1022/Webgo/blob/ ... vr/Zen7.py perhaps the best gtp for Zenith. the score according to Chinese rules, after a little editing, counts according to Japanese, like the original Zenith Go! works in sabaki and gogui!
example for gogui: "C:\Python27\python.exe C:\Python27\Zen7.py -t 1 -r 0.20 --maxsim 6000 --pnlevel 3 --pnweight 1.0 --vnrate 0.75"
https://www.python.org/ftp/python/2.7/
example for gogui: "C:\Python27\python.exe C:\Python27\Zen7.py -t 1 -r 0.20 --maxsim 6000 --pnlevel 3 --pnweight 1.0 --vnrate 0.75"
https://www.python.org/ftp/python/2.7/
-
And
- Gosei
- Posts: 1464
- Joined: Tue Sep 25, 2018 10:28 am
- GD Posts: 0
- Has thanked: 212 times
- Been thanked: 215 times
Re: KataGo Distributed Training and new networks
"...But anyways, next weekend we'll disable v1.11 and then begin uploading 18b regularly for rating games!..."
lightvector — 26.02.2023
https://discord.com/channels/4170221623 ... 8786766889
lightvector — 26.02.2023
https://discord.com/channels/4170221623 ... 8786766889