KataGo V1.3
-
go4thewin
- Lives with ko
- Posts: 150
- Joined: Thu Jan 23, 2020 6:09 am
- Rank: 25 kyu
- GD Posts: 0
- Has thanked: 200 times
- Been thanked: 30 times
Re: KataGo V1.3
That may be a problem with zen,I don't know. But the much bigger problem from what I've read and experienced personally, is if you keep playing it over and over again you get too strong and the people you usually play against don't enjoy games against you anymore.
set katago to play at your level https://docdro.id/sHZU1ti or experiment with gtp4zen ( https://rb.gy/kx2ilb )
-
Sneegurd
- Lives with ko
- Posts: 129
- Joined: Fri Mar 23, 2012 8:57 am
- GD Posts: 0
- Has thanked: 20 times
- Been thanked: 17 times
Re: KataGo V1.3
I updated Katago and its model file and again it is not working with Sabaki 0.50.1.
gtp config has been created with genconfig flag. model.txt.gz is a renamed g170-b30c320x2-s1287828224-d525929064 gz file.
Sabaki says:
"Connection failed"
"GTP engine can't be synced to current state".
Thx guys.
Code: Select all
gtp -model C:\Users\Michel\Programme\Drago\Engines\Katago\model.txt.gz -config C:\Users\Michel\Programme\Drago\Engines\Katago\gtp.cfgSabaki says:
"Connection failed"
"GTP engine can't be synced to current state".
Thx guys.
-
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 V1.3
This works with Sabaki 0.50.1 if your config file and your network are in the same folder as katago.exe
maybe the problem is your model name finishing with .txt.gz
maybe the problem is your model name finishing with .txt.gz
-
Uberdude
- Judan
- Posts: 6727
- Joined: Thu Nov 24, 2011 11:35 am
- Rank: UK 4 dan
- GD Posts: 0
- KGS: Uberdude 4d
- OGS: Uberdude 7d
- Location: Cambridge, UK
- Has thanked: 436 times
- Been thanked: 3718 times
-
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: KataGo V1.3
Version 1.3.4 is released! Some changes to make configuration easier, more solid play when receiving handicaps, particularly at low playouts, added optional hack to avoid one opening joseki that both Kata sometimes misplays and that also leads to lack of opening diversity vs some bots since it fills a quarter of the board.
And as usual, continued improvements in the networks as training proceeds.
https://github.com/lightvector/KataGo/releases
And as usual, continued improvements in the networks as training proceeds.
https://github.com/lightvector/KataGo/releases
-
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 V1.3
50 game test : KG 1.3.4 g170e-b20c256x2-s3354994176-d716845198 v. LZ#270
twogtp 1.5.1, 1600 visits for LZ and for KG (~time parity), all games by resignation, no error, no duplicate game
KataGo wins 42-8 = 84% (!)
details : (KG always appears as W, because of the command -alternate)
twogtp 1.5.1, 1600 visits for LZ and for KG (~time parity), all games by resignation, no error, no duplicate game
KataGo wins 42-8 = 84% (!)
details : (KG always appears as W, because of the command -alternate)
-
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: KataGo V1.3
Well, it felt a bit weird to simultaneously have some people in chat lamenting about this issue, yet also simultaneously the majority of them voting to keep the training still "zero"(*) instead of doing the things that make the self-play learning correct the issue. So I did this to try to make both sides happy.Yakago wrote:So you simply made it avoid the 'dagger'/'Flying knife' pattern? with the option on of course.
What led to this change ?
Anyways, if "zero"-like training remains unlucky and never picks it up, I'm pretty confident that it will be "solved" once adding simple ways of leveraging outside data or human and breaking fully from zero. Still, it would be nice to have a way to better improve self-play exploration by itself. Such issues aren't not Go-specific as far as I can tell, from a very broad perspective, you have the same kinds of exploration issues problems in AlphaStar / OpenAI5 / other research that continue to be an unsolved problem for general machine learning.
(*) KataGo is still half-"zero" in the sense that it uses some Go-specific input features and training targets, as well as some optimizations to improve selfplay speed (e.g. Benson's algorithm, minor details around passing), but 100% of the data is via self-play with no use of outside data, and also not even leveraging any other bots either (e.g. ELF or other external weights).
-
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 V1.3
50 game test :
KG 1.3.4 with best 20b (g170e-b20c256x2-s3354994176-d716845198)
v.
KG 1.3.3 with former best 20b (g170e-b20c256x2-s2971705856-d633407024)
twogtp 1.5.1, 1600 visits for both, all games by resignation, no error, no duplicate game
KataGo 1.3.4 wins 33-17 = 66%
details : (KG 1.3.4 always appears as W, because of the command -alternate)
KG 1.3.4 with best 20b (g170e-b20c256x2-s3354994176-d716845198)
v.
KG 1.3.3 with former best 20b (g170e-b20c256x2-s2971705856-d633407024)
twogtp 1.5.1, 1600 visits for both, all games by resignation, no error, no duplicate game
KataGo 1.3.4 wins 33-17 = 66%
details : (KG 1.3.4 always appears as W, because of the command -alternate)
-
go4thewin
- Lives with ko
- Posts: 150
- Joined: Thu Jan 23, 2020 6:09 am
- Rank: 25 kyu
- GD Posts: 0
- Has thanked: 200 times
- Been thanked: 30 times
Re: KataGo V1.3
johnsmith, being 6dan, are you able to beat katago setting maximum playouts to 12 (and 1 thread)? i'm trying to figure out how strong it is, thanks!johnsmith wrote:Katago is skyrocketing compared to other engines... and it even show us the score and knows ladders.
set katago to play at your level https://docdro.id/sHZU1ti or experiment with gtp4zen ( https://rb.gy/kx2ilb )
-
johnsmith
- Lives with ko
- Posts: 136
- Joined: Fri May 27, 2016 3:55 am
- Rank: KGS 6 dan
- GD Posts: 0
- Has thanked: 47 times
- Been thanked: 21 times
Re: KataGo V1.3
I've just tried one 5sec blitz game with those settings and lost by more than 10pts... the bot's direction of playing is rock solid even with 12 playouts. But I was able to trick it on 2 places, like when it didn't connect on a second line, so I cut and pushed a couple of times until it realized it's been caughtgo4thewin wrote:johnsmith, being 6dan, are you able to beat katago setting maximum playouts to 12 (and 1 thread)? i'm trying to figure out how strong it is, thanks!johnsmith wrote:Katago is skyrocketing compared to other engines... and it even show us the score and knows ladders.
From the Deepmind paper, Alpha zero had a rating of around 3200 when using only one playout. So I'm sure Kata is there somewhere too.
I'd also like to add this page https://github.com/breakwa11/GoAIRatings#go-ai-ratings
There's an approximate rating of various LZ networks, so that you could try Kata against them. After you had found out the rating against which Kata scores 50%, using the same rating system you could find corresponding human here https://www.goratings.org/en/