sgf icon indicating copy to clipboard operation
sgf copied to clipboard

AE (Add Empty) Bugs KataGo Out

Open psygo opened this issue 2 years ago • 0 comments

I don't which repo is appropriate for this, but apparently, when saving SGF files through Sabaki, if we add stones (edit), Sabaki adds an AE (add empty) field, which bugs KataGo out. I've talked to AI Sensei devs and they said they are working on patch specifically for the editors that do this, but they also mentioned that apparently there shouldn't be any need for it. For example, CGoban doesn't do it.

Here's an example of a file first edited and saved through Sabaki:

(;GM[1]FF[4]CA[UTF-8]AP[Sabaki:0.52.2]KM[6.5]SZ[19]DT[2024-01-18]AB[ar][br][cr][dr][ds][bs]AE[pe]AW[pd][dd][jd][pj][pp])

And here's the same file resaved through CGoban, i.e., no AE:

(;GM[1]FF[4]CA[UTF-8]AP[CGoban:3]ST[2]
RU[Japanese]SZ[19]KM[6.50]
DT[2024-01-18]AW[dd][jd][pd][pj][pp]AB[ar][br][cr][dr][bs][ds])

psygo avatar Feb 06 '24 23:02 psygo