pleiade67 wrote:Thank you for the explanation!
How do you know these details ? Are you the author of Leela?
Or is there a technical paper available ?
I operate the RoyalLeela bot on OGS and have pestered the author with many questions.
pleiade67 wrote:Thank you for the explanation!
How do you know these details ? Are you the author of Leela?
Or is there a technical paper available ?
pleiade67 wrote:Hello,
tested the new GoReviewPartner (0.3) version for Mac. Thanks for the new features and the bug corrections. Definitely a great tool.
I have tested it on the Leela-Shikshin game (194 moves game, with the leela blunder at move 191) and observed a strange behaviour on the last (189-194) moves.
The settings were:
Analysis time per move: 120
Review Fuzzy Stone: 0.2 (what is the meaning of this parameter ?)
Moves Analysed: 160-194
The sgf and resulting rsgf may be dowloaded here:
http://dl.free.fr/b0jpDpDVh
- From move 189, the number of playouts were dramatically reduced (going from +200000 down to ~ 1000 or less)
- The last moves (191-194) are not displayed properly in GoReviewPartner (?)
Maybe this is a 'bug' in leela and the reason for the blunder ?
pleiade67 wrote:Additional wish list :![]()
- Buttons for +10 , -10 moves (a slider would also be great, but it is less straightforward...)
- Goto a given move.
pnprog wrote:For now, the fastest way to go to a move number is to press and keep pressed the right or left keyboard arrow. It goes pretty fast this ways (20 moves per seconds).
In fact, this parameter is used to give a more natural feel to the stones positioning. You can check this Sensei's entry.pleiade67 wrote:Review Fuzzy Stone: 0.2 (what is the meaning of this parameter ?)
Dontbtme wrote:I can analyze some of my games but not every one of them for some reason. When I can't, I got this message: "ValueError: property with no values"
Dontbtme wrote:I like a lot that we can limit the analysis to segments of the game (move a-b, c-d, e-f, etc.) but it would be wonderful if we could also restrict the analysis to Black or White moves only, so as to focus on our own mistakes and split the analysis time/power required (which would come in handy when analyzing the whole game).
pnprog wrote:Hi,Dontbtme wrote:I can analyze some of my games but not every one of them for some reason. When I can't, I got this message: "ValueError: property with no values"
Is this happening during analysis or during review after the analysis?
Can you share with me one sgf file (or rsfg file) that doesn't work? that's the best way for me to understand and fix that.
pnprog wrote:Then, the possibility to have sometime black, or sometime white, or sometime both depending of the segment is complicated. Not complicated to program, but complicated to ask the user for what he wants for each segments.
Dontbtme wrote:Okay, so I looked into the sgf code of one of my Tygem-".gib"-converted-to-".sgf"-with-Multigo files that didn't work on GoReviewPartner, and compared it to a KGS file that worked.
I had this for the problematic .gib converted to .sgf file:
(;CA[Windows-1252]SZ[19]AP[MultiGo:4.4.4]GN[Rank]PC[Tygem Baduk]PB[lcjztj ]BR[2D]PW[Dontpadme ]WR[2D]KM[6.5]RE[black wins by resignation]MULTIGOGM[0]TM[Time limit 5minute : 30 second countdown 3 time]AN[Even : Black 6.5 Dum];B[dp];W[pp];etc.
I had this for the working untouched KGS file:
(;GM[1]FF[4]CA[UTF-8]AP[CGoban3]ST[2]RU[Japanese]SZ[19]KM[6.50]TM[1500]OT[5x30 byo-yomi]PW[Inazuma]PB[Dontbtme]WR[2d]BR[2k]DT[2017-03-31]PC[The KGS Go Server at httpwww.gokgs.com]RE[B+Resign];B[pd]BL[1492.764];W[dd]WL[1497.539];etc.
After some digging, turns out the problem was the "MULTIGOGM[0]".
So I replaced it by "GM[1]"... and GoReviewPartner finally accepted to analyse it ^_^
Anyway, Seems like it's more of a MultiGo problem than a GoReviewPartner one, and now that I know what to change to make it work, it won't cost me more than a few seconds each time, but I thought it was worth noticing the problem to you, as I suppose I'm not the only one who will have this problem (though maybe my multigo software is outdated?).
Again, thanks a lot for all your hard work; it's been really helpful to me ^^
I really want that. For me it would be best to have a complete open source solution.goame wrote:1. Can you include also Rayon for analysis?
This software is made to be used with GUI. Inside the zip, there is first folder /goreviewpartner-0.4 and inside that folder, you will find a exe file GoReviewPartner.exe, this is the exe you need to run.goame wrote:2. I have installed the goreviewpartner 0.4 but I can't find a gui, I don't want to play in the command window.
pnprog wrote:This MULTIGOGM issue is intriguing, but it is probably an issue with the Gomill library that is used, because two of my other Go softwares can open this sgf file without issue. I will have a deeper look this weekend. I may have to send a patch to the Gomill authors. Thanks for reporting this issue.
pnprog wrote:This MULTIGOGM issue is intriguing