-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Large Goban support #4
Comments
Can you send your gtp log? Its in the config(shift-x)->other settings->log GTP to file |
oh,I've found a bug on 52 boardsize,when parseing coords like 'BA4','BA' should be '25*2+1=51' but misparsed to 25+1...it lead to place wrong stone when receving engine's response like 'play BA4',but it only effect on the last two colum's move and has nothing to do with pass... |
Oh, yes you're right: the last two columns are empty |
Is there 'lastErrorLogs.txt'? |
Yes. An empty one. I will try another game then. |
I think i caught what's wrong here,a recursion algorithm caused lack of memory. |
Thanks a lot. I will try tomorrow. |
Coords are OK now but after some 600-800 moves game is freezing |
The problem seems to be with displaying board in java when the move time is very short. |
The exe has bundled java environment to the 'jre' folder in the same path with exe,and version should be JRE15.jar will use your installed java environment ,maybe your installed java environment is a bit older,so it does not support windows scale and lead to display fuzzyment. |
Exe file works properly. Thanks for your efford. |
There is still some minor bugs: option save raw branch (Ctrl + Alt + S) not working and no move number above winrate graph. |
I ran lizzieyzy on a 63x63 board, KataGo 15b - KataGo 15b! |
Yes,there is some minor issue,will be fixed in next release. |
@yzyray |
@yzyray |
Katago works on 63x63 and 100x100 https://lifein19x19.com/viewtopic.php?p=267394#p267394 |
@kris-computer-go |
oh,you mean save the game,i think i can make it work some time later. |
I've uploaded a pre-release, support save games for large board,but only itself can read this kind sgf.
These issues should also be fixed. |
@yzyray |
Friday9i — Yesterday at 6:03 PM
For those interested, I compiled Windows versions of KataGo1.9.1 for Large Boards, up to sizes 37x37 and 52x52. There are OpenCL and Eigen AVX2 versions, here they are: lightvector/KataGo#454 (comment)
There is some problem in lizzieyzy with this engines. White passes after few moves and always resigns.
The text was updated successfully, but these errors were encountered: