Page 13 of 15

Re: ZBaduk - LeeLa Zero and KataGo from your webbrowser

Posted: Thu Jul 09, 2020 5:32 pm
by Maharani
Thanks :) Please do keep us posted if you employ the newest Kata net ;3

Re: ZBaduk - LeeLa Zero and KataGo from your webbrowser

Posted: Wed Jul 15, 2020 5:18 pm
by spook
Just installed a new version of the Front-End. This one is actually a heavy one.
It contains the upgrade to Angular 9 (wait, isn't there a version 10 now ?)

A nifty addition, is a list of the biggest mistakes of the game, which I am sure most visitors will enjoy.
At first this list is hidden, It only shows up once a considerable part of the game has been analysed.
new features.jpg
new features.jpg (63.55 KiB) Viewed 20121 times
For some time now I had the impression that there were not enough advantages for paying members. In fact about 80% of the capacity of ZBaduk goes to free users. Although I do plan to keep most features available for free, some lines had to be drawn. So, I went through the feature list and put some limitations in place. For paying members nothing changes, but free users, may want to check this feature table. Personally, I think they are pretty fair.

ZBaduk also has a new e-mail address. Feel free to write to: bram at zbaduk dot com.
Let me know what you think.

More features are coming up shortly.

Re: ZBaduk - LeeLa Zero and KataGo from your webbrowser

Posted: Thu Jul 16, 2020 1:56 am
by lichigo
Thank you very much,I suscribed for 3 months and the new feature is great ^^

Re: ZBaduk - LeeLa Zero and KataGo from your webbrowser

Posted: Thu Jul 16, 2020 8:37 pm
by Maharani
Visually it looks great :) However, the AI table is a bit broken now... it only shows the statistics sometimes, and even when it does it occasionally freezes up.

Re: ZBaduk - LeeLa Zero and KataGo from your webbrowser

Posted: Fri Jul 17, 2020 10:58 am
by lichigo
Hello, I was wondering if it possible to use katago with a komi of 0? When I try it doesn't work. but I tried with something like minus 10 and it works. Should I just use 0.5 komi ?

Re: ZBaduk - LeeLa Zero and KataGo from your webbrowser

Posted: Fri Jul 17, 2020 2:53 pm
by spook
Thank you for your support everybody.
Maharani wrote:Visually it looks great :) However, the AI table is a bit broken now... it only shows the statistics sometimes, and even when it does it occasionally freezes up.
Strange, I'll look into that asap.

Re: ZBaduk - LeeLa Zero and KataGo from your webbrowser

Posted: Sat Jul 18, 2020 11:39 am
by Cyan
Sometimes a low playout high winrate move gets picked (N11 in this case) instead of the good move (L18).

Image
Image

Re: ZBaduk - LeeLa Zero and KataGo from your webbrowser

Posted: Sun Jul 19, 2020 4:27 pm
by Maharani
spook wrote:
Maharani wrote:Visually it looks great :) However, the AI table is a bit broken now... it only shows the statistics sometimes, and even when it does it occasionally freezes up.
Strange, I'll look into that asap.
To be more precise, the AI table only shows up if I click on the bot name. It stays frozen until I click on the bot name again, which is when it updates.

Re: ZBaduk - LeeLa Zero and KataGo from your webbrowser

Posted: Fri Jul 24, 2020 12:01 am
by lichigo
Hello ,
Does someone know how to set up katago with 0 komi ? I can only do it with 0.5 or -1.

Re: ZBaduk - LeeLa Zero and KataGo from your webbrowser

Posted: Sat Jul 25, 2020 4:54 pm
by spook
I just released a couple of fixes:

- The stats-table-refresh problem should be fixed. (reported by Maharani).

- A fix for a potential performance issue with the bot-dropdown in the connection wizard.

- There was already an option to filter only the top 32 moves, we've added some more options to that selection.
(i.e. top4, top8, top12, top16, top20, top24, top28, top32 or all.)


As of yesterday, ZBaduk has a stripe account, meaning that we can actually create invoices from there as well.
For now, it is mostly done manually though. So, if you wanted to upgrade your account earlier, but did not have access to paypal,
then this will probably be a solution. In that case, just drop me an e-mail: bram at zbaduk dot com

For the technical guys out there:
I also published some of the ZBaduk internal code as a public npm library: mostly the SGF parsing. (i.e. "zbaduk-commons")
And I am upgrading our back-end to use NestJS, which seems to offer a lot of advantages in scalability.

In parallel, I am also working on AQZ integration and on a redesign of the charts.
And I found a Chinese and Korean translator ! Hurray !
So, more good stuff coming up surely ! :)

Re: ZBaduk - LeeLa Zero and KataGo from your webbrowser

Posted: Sat Jul 25, 2020 5:06 pm
by spook
lichigo wrote:Hello ,
Does someone know how to set up katago with 0 komi ? I can only do it with 0.5 or -1.
I think you can just type 0 komi in there.
Is that what you were looking for ?
Video_2020-07-26_020359.gif
Video_2020-07-26_020359.gif (176.36 KiB) Viewed 19715 times

Re: ZBaduk - LeeLa Zero and KataGo from your webbrowser

Posted: Sat Jul 25, 2020 5:58 pm
by spook
Cyan wrote:Sometimes a low playout high winrate move gets picked (N11 in this case) instead of the good move (L18).
You do have a point. And just for clarity, I do think KataGo would actually be playing that move if it had to make one, even though it has a low amount of playouts.

Afaik, by default KataGo just takes the move with the highest LCB, as long as it has more than 10 playouts. Although, I wouldn't be surprised if this was configurable to some degree. Then again, even if there is, tweaking KataGo, wouldn't be a solution, because Leela Zero has the same issues.

But again, I do think that you have a point. So, here's a proposal to move towards a solution.
ZBaduk could add an option in its UI settings:
"Min playouts for best move", with 5 possible options to pick:
>33% of visits of top 3 moves.
>25% of visits of top 4 moves.
>20% of visits of top 5 moves.
>10% of visits of top 10 moves.
no filter

Re: ZBaduk - LeeLa Zero and KataGo from your webbrowser

Posted: Sat Jul 25, 2020 7:01 pm
by Cyan
spook wrote:You do have a point. And just for clarity, I do think KataGo would actually be playing that move if it had to make one, even though it has a low amount of playouts.

Afaik, by default KataGo just takes the move with the highest LCB, as long as it has more than 10 playouts. Although, I wouldn't be surprised if this was configurable to some degree. Then again, even if there is, tweaking KataGo, wouldn't be a solution, because Leela Zero has the same issues.

But again, I do think that you have a point. So, here's a proposal to move towards a solution.
ZBaduk could add an option in its UI settings:
"Min playouts for best move", with 5 possible options to pick:
>33% of visits of top 3 moves.
>25% of visits of top 4 moves.
>20% of visits of top 5 moves.
>10% of visits of top 10 moves.
no filter
That's a good idea. Can anyone test if Katago actually plays N11 in the above situation? It sounds like a big problem for Katago if it's true. Although it initially thinks the winrate for N11 is 89%, when it is actually played, black's winrate drops to 47%, losing 7 points, a huge disadvantage at such a high level of play.

Re: ZBaduk - LeeLa Zero and KataGo from your webbrowser

Posted: Sat Jul 25, 2020 7:49 pm
by lichigo
Thank you for the answer, but when I do this black starts with 45%. So I don't understand. Sorry

I just saw the score chart is not working very well. Seems freezing after few moves. Can't see next moves or thé score.

Re: ZBaduk - LeeLa Zero and KataGo from your webbrowser

Posted: Mon Jul 27, 2020 6:32 am
by spook
lichigo wrote:Thank you for the answer, but when I do this black starts with 45%. So I don't understand. Sorry
The cause of the problem has been found, a fix is coming up within the next 24 hours.

As mentioned in one of my other recent posts, there is also a major update coming which replaces all charts.
charts preview.png
charts preview.png (54.07 KiB) Viewed 19627 times
One of the advantages is that several charts can be mapped on top of each other and toggled visible/invisible.
And it also saves some space by doing so. But it needs a little more work. -
Hopefully, we have a release at the end of this week.
PS: Most importantly, this chart has smarter zooming. It zooms by selecting a rectangular area on it.