-
Notifications
You must be signed in to change notification settings - Fork 228
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
Lizzie v1.0 plans and suggest-a-feature #671
Comments
Support for sai ? |
It would be good if I can save reviewed game data into file. |
You can already do that in Lizzie 0.7.2, did you know? If it's not enabled
I think you can enable that in settings to save review data to a sgf. That
would definitely come to 1.0
…On Mon, Dec 23, 2019, 9:23 AM Seventeen ***@***.***> wrote:
It would be good if I can save reviewed game data into file.
It shouldn't be a sgf file but another format.
People who have no good GPU get reviewed file from other one then able to
review that game without GPU power.
It's similar with GoReviewPartner
<https://github.com/pnprog/goreviewpartner>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#671?email_source=notifications&email_token=ACQHLMS2HCEWHQOWEEJWWWDQ2AOIXA5CNFSM4J5KZPGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHQAY4I#issuecomment-568331377>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACQHLMRDOILW2QDMIMFWTKTQ2AOIXANCNFSM4J5KZPGA>
.
|
I've already know "hold-bestmoves-to-sgf" option. |
Oh, I've just found out what you said. P.S. I've found out a bug while testing. |
|
I've asked few Korean professional go players for this. |
One small feature I would find cool: a possibility to save the winrate graph as an image (.jpg, .svg). They are just good-looking. Also there could be an option to save the analysis data as csv like in GoReviewPartner. |
(Move stone by mouse dragging) |
(Multi board windows) |
It's really nice that Lizzie/Leela don't lose information about game trees when I jump to other previously-explored points in the game tree now, but it might be nice if somehow when I go back to a previous move, the information about the explored game tree would be taken into account -- e.g. if I click a move which has only 500 visits, and then wait for it to have 300k playouts or something, when I go back to the previous position, it still only shows the 500 visits again, with the old winrate, even though Lizzie/LZ have more information available somewhere. It might mess with the MCTS a bit to really merge the trees, but for review, it would be really nice to at least be able to force better evaluations and see them side-by-side. Edit: Oh, it seems that while Lizzie stores the previous visits and winrates when switching branches, LZ is still forced to reconstruct everything before those numbers will move again. It would be really nice if this weren't the case, and somehow we could get hold of the complete trees and save them so that analysis could resume from where it left off immediately as well. This is probably more of a LZ feature request than a Lizzie one, but it almost certainly involves coordination between the two. Of course, it would also be nice to save all that was computed to disk for later as well. |
A guess-the-next-move feature with AI feedback on the quality of your move, the actual move and the AI's top move :) |
How can I turn off the marker off the next move (that already gives it away)? If this is not possible, it's a feature request :) |
One more suggestion : Show matching rate after auto review process. |
More suggestion : Nickname fields for connected AI engines. |
I recently started using your interface and I like it a lot. I would appreciate some changes though.
|
I'd like to propose one feature if it is possible to introduce from ver1.0. |
intuitive way to 'clear the board' without 'starting a game against AI' and without restarting the app. |
'make main variation' button, so that the winrate graph is not dashed anymore after missclicks and exploring non-main variations first. |
a polished 'analyse whole game' mode that will find the important moves for one side / both sides and give variations on how to do better. |
Like ai-sensei.com, it would be nice to be able to list mistakes that lose a certain amount of points (or more); possibly filtered for one color. For example, see https://ai-sensei.com/game/ZuAQOdZvFjbS98TtZ3zomIyjBfi2/-LyxyGxcb9pSM6wL6NRm |
Show mistakes over stones |
Can one enable sound in Lizzie when a stone is placed on the board? |
Support for DL files and not only SGF files. -DL files (the new standard) are known from the CrazyStone DeepLearning Pro app (iOS and iPadOS) and are much better than SGF files. |
That's a good idea, but should be improved: For example: |
Better support for KataGo and nets. |
Faster GUI when starting the programm and also faster GUI response when running analysis. |
Better overview and cleanup of the GUI. |
Make the black window in the right corner smaller, because I have never seen any informations there on my super big screen and make the window in the upper right corner bigger. |
I know it's not really a Lizzie problem and probably not doable with current engines. But the only thing I wish it could do would be a tsumego solver. Maybe preset engine settings for LeelaZ and Kata. Is quite tedious for people not so savvy with command line and such. And is the scoring-command "." gone? Can't get a score anymore on the finished board. That would be nice to return. |
@superbnet : is it possible you are using an NVidia GPU? I used to have one and complained to Giancarlo P. about Leela being so unresponsive. Turned out he knew about that issue and it is not an AI thing but a problem with NVidia cards in general. He explained it to me in more detail, but in short they only have one scheduler and when switching between computing mode and display mode the GUI becomes slow and laggy. AMD cards do not have that problem. Ever since I use only AMD and it never was a problem since, no matter which engine I use it always stays smooth. |
the open From online sgf auto refresh is. not. working, please make it do refresh. |
I'm mainly using LizGoban these days, and here are the features of LizGoban I like very much:
|
thanks for making lizzie. i would like to have some of the top variations saved to the sgf file as variations (as opposed to comments). this would be useful when reviewing a complete game. maybe add the top n variations that have >=m playouts as variations in the sgf. i found the hold options, but they end up as comments. |
Are you still working on Lizzie 1.0 release ? |
I will be working on a rewrite of Lizzie for version 1.0 which we will jump to in maybe 4 months from now (but I reserve the right to delay if I need more time for perfection!)
Planned for 1.0 is:
This v1.0 is intended to be analogous to a step from beta to release. It won't be the final version, it combines the knowledge I've learned from the Lizzie project over the last 1.5 years into a necessary re-write.
1.0 is already into development (question mode has made serious progress). I'll release it as a public branch when the foundation is there and I'm ready to accept contributions.
I'm interested in your ideas for the 1.0 release version. Is there anything that you feel is an important improvement that can be made in a rewrite?
The text was updated successfully, but these errors were encountered: