It is currently Thu Apr 18, 2024 12:29 am

All times are UTC - 8 hours [ DST ]




Post new topic Reply to topic  [ 524 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7 ... 27  Next
Author Message
Offline
 Post subject: Re: New android app "BadukAI"
Post #61 Posted: Tue Sep 29, 2020 4:21 pm 
Lives with ko

Posts: 150
Liked others: 200
Was liked: 30
Rank: 25 kyu
akigo wrote:
I made a new release (0.6):

@go4thewin
It includes a calibrated bot as in KaTrain (full credit to sanderland's great KaTrain project for the underlying algorithms). If KataGo is active, you can edit a "kyu-rank" in settings. If you enter a number between 30 and -8 (denoting 9-dan), a calibrated bot of roughly this strength will make the AI moves. If you enter anything else, full KataGo will be in charge of AI moves again. Analysis (via "ponder" or "analyse all") will always be done by full Katago
@And
Since your goal is to get rid of unused networks, I decided to implement this directly.


It works perfectly. Whats so interesting to me is that even though it doesn't get stronger than 4 dan, each bot (especially -1 to -8) plays differently and very well with just 1 visit. The 1 visit keeps the moves very fast even with the 20b net, but its like 8 different high quality opponents. That is like magic to me how its done. In the past, playing a bot with 1 visit was boring because it always played the same moves. All of these bots play different strong moves, and they are able to easily beat kyu players. You can reliably use how they play to improve.

_________________
set katago to play at your level https://docdro.id/sHZU1ti or experiment with gtp4zen ( https://rb.gy/kx2ilb )


Last edited by go4thewin on Wed Sep 30, 2020 5:51 pm, edited 12 times in total.

This post by go4thewin was liked by: And
Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #62 Posted: Tue Sep 29, 2020 5:48 pm 
Lives with ko

Posts: 174
Liked others: 13
Was liked: 151
So for everybody who does not also read the KataGo forum, I should clarify the current status:

1) It seems, that both the 15b and the (built-in) 20b network can be used with the calibration bot to achieve roughly the desired strength.

2) The ranks up to 4d are covered by the calibration research of the KaTrain project.

3) At higher ranks the strength of the calibration bot is somewhat "terra incognita". With the 15b network there probably won't be much increase of strength, since the bot uses only one playout and even the full policy is not stronger. With the 20b network it may still get stronger at higher ranks, but it is unclear by how much. 9-dan will not be reached.


This post by akigo was liked by 2 people: And, go4thewin
Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #63 Posted: Wed Sep 30, 2020 8:34 am 
Gosei
User avatar

Posts: 1349
Liked others: 202
Was liked: 203
BadukAI (KG g170 6 block d26M, 10s/move) - CSDL 5d 1:1 (CS W +R, KG W +12.5)

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #64 Posted: Wed Sep 30, 2020 8:55 am 
Gosei
User avatar

Posts: 1349
Liked others: 202
Was liked: 203
akigo everything works great! thank you very much!!!
and is it difficult for you to implement the display of winrate during the game, as in the analysis (on/off)? Or can it be turned on now, but I have not found how?

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #65 Posted: Wed Sep 30, 2020 9:10 am 
Gosei
User avatar

Posts: 1349
Liked others: 202
Was liked: 203
go4thewin wrote:
...
Lastly, alternately if you don't want to put more work into changing the kyu_rank setting but still want to adjust the strength, a simpler adjustment might be to just add 3 more boxes, one where the user can input maxPlayouts, maxVisits, and numSearchThreads...

what if you just make the .cfg file editable?


This post by And was liked by: go4thewin
Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #66 Posted: Thu Oct 01, 2020 8:30 am 
Lives with ko

Posts: 150
Liked others: 200
Was liked: 30
Rank: 25 kyu
After playing around with the kyu_rank, these are the settings I would suggest to play against to improve based on your current rank. Playing up a couple bots than this list suggests probably would make one stronger as well if you dont get too caried away. Really great feature!


Attachments:
File comment: kyu_rank
Notepad15.pdf [172.93 KiB]
Downloaded 359 times

This post by go4thewin was liked by: akigo
Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #67 Posted: Thu Oct 01, 2020 9:54 am 
Gosei
User avatar

Posts: 1349
Liked others: 202
Was liked: 203
BadukAI (KG 10b 5d) - CSDL 5d 0:2 (CS B +149.5, CS W +108.5)


This post by And was liked by: go4thewin
Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #68 Posted: Thu Oct 01, 2020 10:03 am 
Gosei
User avatar

Posts: 1349
Liked others: 202
Was liked: 203
go4thewin please accept my thanks for the offer to make the kyu_rank option. I thought about it, but I thought it was difficult to implement to ask for it! :D


This post by And was liked by: go4thewin
Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #69 Posted: Thu Oct 01, 2020 11:46 am 
Lives with ko

Posts: 150
Liked others: 200
Was liked: 30
Rank: 25 kyu
yeah thank you too And for the cpu suggestion! i wonder which is stronger, crazystone 5d or baduk ai 20b at -8 kyu_rank? I think i'll slowly play a few moves at a time starting tonight and find out. i just did a few sample games with the 40b last night on desktop and it beat gtp4zen7 9d 4-0 using only 7 playouts, so katago is very strong!

edit: 40b net (B) at -4 kyu_rank lost to CS by 8.5 (Komi 7.5). close game attached.


Attachments:
Kata40b5dB_CsW.sgf [4.69 KiB]
Downloaded 316 times


Last edited by go4thewin on Thu Oct 01, 2020 10:34 pm, edited 1 time in total.

This post by go4thewin was liked by: And
Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #70 Posted: Thu Oct 01, 2020 2:40 pm 
Gosei
User avatar

Posts: 1349
Liked others: 202
Was liked: 203
I didn't understand what it is :shock:
in both games last move, BadukAI (KG 15b 5d) - how is this possible?
sgf saved by BadukAI


Attachments:
what it is.jpg
what it is.jpg [ 68.43 KiB | Viewed 30712 times ]
BadukAI - CS.sgf [3.02 KiB]
Downloaded 576 times

This post by And was liked by: go4thewin
Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #71 Posted: Thu Oct 01, 2020 3:19 pm 
Lives with ko

Posts: 150
Liked others: 200
Was liked: 30
Rank: 25 kyu
Wow, what a close game! Were the bots playing with komi? who was white? It looks like it was 181 to 180 without komi. Good to know that they are so even, thanks!


Last edited by go4thewin on Thu Oct 01, 2020 3:23 pm, edited 1 time in total.
Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #72 Posted: Thu Oct 01, 2020 3:22 pm 
Gosei
User avatar

Posts: 1349
Liked others: 202
Was liked: 203
in the first game CS W, in the second - BadukAI


This post by And was liked by: go4thewin
Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #73 Posted: Thu Oct 01, 2020 3:24 pm 
Gosei
User avatar

Posts: 1349
Liked others: 202
Was liked: 203
But it's not that! are you not embarrassed by suicidal moves?


This post by And was liked by: go4thewin
Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #74 Posted: Thu Oct 01, 2020 3:28 pm 
Lives with ko

Posts: 150
Liked others: 200
Was liked: 30
Rank: 25 kyu
lol yeah youre right, sorry didnt see that! so crazystone won the second game by 80 points? ouch


Last edited by go4thewin on Thu Oct 01, 2020 3:35 pm, edited 2 times in total.

This post by go4thewin was liked by: And
Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #75 Posted: Thu Oct 01, 2020 3:32 pm 
Gosei
User avatar

Posts: 1349
Liked others: 202
Was liked: 203
I was going to go to bed, but after that I probably have nightmares ...


This post by And was liked by: go4thewin
Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #76 Posted: Thu Oct 01, 2020 3:34 pm 
Gosei
User avatar

Posts: 1349
Liked others: 202
Was liked: 203
yes, first CS +6.5, second CS +83.5


This post by And was liked by: go4thewin
Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #77 Posted: Thu Oct 01, 2020 3:36 pm 
Gosei
User avatar

Posts: 1349
Liked others: 202
Was liked: 203
thank you very much for your fellowship, I'll go try to sleep ... :)


This post by And was liked by: go4thewin
Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #78 Posted: Thu Oct 01, 2020 3:37 pm 
Lives with ko

Posts: 150
Liked others: 200
Was liked: 30
Rank: 25 kyu
Haha you too man sweet dreams :D


This post by go4thewin was liked by: And
Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #79 Posted: Thu Oct 01, 2020 3:59 pm 
Lives with ko

Posts: 174
Liked others: 13
Was liked: 151
@And

If I understand Tromp-Taylor rules correctly, suicide moves are legal under this ruleset. And they even don't cost, if there is nothing productive left to do. So everything seems ok, just a little strange for us humans as we are accustomed to other rules.


This post by akigo was liked by 2 people: And, go4thewin
Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #80 Posted: Fri Oct 02, 2020 10:59 am 
Gosei
User avatar

Posts: 1349
Liked others: 202
Was liked: 203
suddenly! Thanks for the clarification! glad the program is in order! thanks again for the implementation of KataGo for android!


This post by And was liked by: go4thewin
Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 524 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7 ... 27  Next

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group