AQ v4.0.0
-
And
- Gosei
- Posts: 1464
- Joined: Tue Sep 25, 2018 10:28 am
- GD Posts: 0
- Has thanked: 212 times
- Been thanked: 215 times
AQ v4.0.0
https://github.com/ymgaq/AQ/releases
Both the Japanese and Chinese rules are now supported.
Lizzie display is now supported.
Network files learned in the GLOBIS-AQZ project.
Network optimization is now possible with TensorRT.
Both the Japanese and Chinese rules are now supported.
Lizzie display is now supported.
Network files learned in the GLOBIS-AQZ project.
Network optimization is now possible with TensorRT.
-
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: AQ v4.0.0
Some very quick AQ v4.0.0 tests :
gogui-twogtp 1.5.1
1xGTX 1080
1s/move for AQ, no pondering
chinese rule, komi 7.5
AQ v. GnuGo
AQ wins 10-0
(6 times by resignation, 4 times by 30-40 points, average length 269 moves, average time AQ=143s/game, Gnu=50s)
AQ v. KG 1.4.2 g170e-b20c256x2-s4384473088-d968438914 (limited to 1po)
AQ wins 10-0
(10 times by resignation, 1 duplicate game, average length 89 moves, average time AQ=48s/game, KG=0.3s)
AQ v. KG 1.4.2 g170e-b20c256x2-s4384473088-d968438914 (1s/move)
KG wins 20-0
(20 times by resignation, 0 duplicate game, 0 error, average length 174 moves, average time AQ=94s/game, KG=84s)
But there's something strange:
In AQ v. Gnu, the time looks ok :
AQ has 100% gpu time and 0% cpu time, GnuGo has 100% cpu timeIn AQ v. KG ,
KG has sometimes 0% cpu time, and sometimes not ???
So... Idon't know

gogui-twogtp 1.5.1
1xGTX 1080
1s/move for AQ, no pondering
chinese rule, komi 7.5
AQ v. GnuGo
AQ wins 10-0
(6 times by resignation, 4 times by 30-40 points, average length 269 moves, average time AQ=143s/game, Gnu=50s)
AQ v. KG 1.4.2 g170e-b20c256x2-s4384473088-d968438914 (limited to 1po)
AQ wins 10-0
(10 times by resignation, 1 duplicate game, average length 89 moves, average time AQ=48s/game, KG=0.3s)
AQ v. KG 1.4.2 g170e-b20c256x2-s4384473088-d968438914 (1s/move)
KG wins 20-0
(20 times by resignation, 0 duplicate game, 0 error, average length 174 moves, average time AQ=94s/game, KG=84s)
But there's something strange:
In AQ v. Gnu, the time looks ok :
AQ has 100% gpu time and 0% cpu time, GnuGo has 100% cpu time
KG has sometimes 0% cpu time, and sometimes not ???
So... Idon't know
-
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: AQ v4.0.0
Three AQv4.0.0 games (gpu: 1x1080, Sabaki 0.51.1 from the AI-baduk megapack)
AQv4.0.0 : no pondering, 5s/move, chinese rule, komi 7.5, resign threshold 0.02 (and 0.00 for the handicap game)
AQ wins by resignation against GnuGo at H5 (Maybe AQ isn't designed to play handicap go ?)
AQ wins several games (here as B) by resignation against Zen7 9d (zen 9d parameters from the baduk megapack, about time parity)
AQ loses several games (here as W) against LZ best network (#271 I guess, LZ parameters from the baduk megapack, about time parity)
AQv4.0.0 : no pondering, 5s/move, chinese rule, komi 7.5, resign threshold 0.02 (and 0.00 for the handicap game)
AQ wins by resignation against GnuGo at H5 (Maybe AQ isn't designed to play handicap go ?)
- Attachments
-
- AQZ_Z7_9dan.sgf
- (1.35 KiB) Downloaded 1474 times
-
- AQ_LZbest.sgf
- (1.87 KiB) Downloaded 1473 times
-
- AQ_GNU_H5.sgf
- (882 Bytes) Downloaded 1548 times
-
And
- Gosei
- Posts: 1464
- Joined: Tue Sep 25, 2018 10:28 am
- GD Posts: 0
- Has thanked: 212 times
- Been thanked: 215 times
Re: AQ v4.0.0
I also have. task manager shows CPU utilization when KataGo thinks. somewhere error.Vargo wrote: KG has sometimes 0% cpu time, and sometimes not ???
thanks for the tests!
-
lightvector
- Lives in sente
- Posts: 759
- Joined: Sat Jun 19, 2010 10:11 pm
- Rank: maybe 2d
- GD Posts: 0
- Has thanked: 114 times
- Been thanked: 916 times
Re: AQ v4.0.0
I think I know the issue. Please ignore the cputime value for KataGo right now and just pay attention only to the normal total time - I'll fix the issue next release (which might be a little while, unless you think this error is important).
-
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: AQ v4.0.0
config:
--num_gpus=1
--num_threads=4
--rule=0
--repetition_rule=0
--komi=7.5
--main_time=0.0
--byoyomi=5.0
--byoyomi_margin=0.0
--batch_size=2
--search_limit=-1
--node_size=32768
--use_ponder=off
--resign_value=0.02
--save_log=off
(it's mainly the default values)
Against Zen, I guess AQZ should have used --rule=1 --komi=6.5, because Zen is a japanese program, but the results would probably have been the same.
--num_gpus=1
--num_threads=4
--rule=0
--repetition_rule=0
--komi=7.5
--main_time=0.0
--byoyomi=5.0
--byoyomi_margin=0.0
--batch_size=2
--search_limit=-1
--node_size=32768
--use_ponder=off
--resign_value=0.02
--save_log=off
(it's mainly the default values)
Against Zen, I guess AQZ should have used --rule=1 --komi=6.5, because Zen is a japanese program, but the results would probably have been the same.