ELF icon indicating copy to clipboard operation
ELF copied to clipboard

Is it possible to save a game midway and then continue

Open n0madsky opened this issue 7 years ago • 5 comments

Hello

I'm using GTP.sh to play against a friend at the moment (mostly because we're curious of how a Go AI works). Is there a way to pause the game and continue at a later time? Mostly because we're both busy and only can spare an hour playing this. Otherwise, how hard do you think it is to implement this?

n0madsky avatar Jul 01 '18 10:07 n0madsky

load_sgf command?

l1t1 avatar Jul 01 '18 12:07 l1t1

Look at printsgf and loadsgf at http://www.gnu.org/software/gnugo/gnugo_19.html. Not sure if these particular GTP commands are implemented.

alreadydone avatar Jul 01 '18 13:07 alreadydone

If you look in the source code: https://github.com/pytorch/ELF/blob/113aba73ec0bc9d60bdb00b3c439bc60fecabc89/scripts/elfgames/go/console_lib.py

Nope, no printsgf/loadsgf commands

So far I've managed to keep track of the list of moves and play them back, perhaps it's worth a contribution.

n0madsky avatar Jul 02 '18 03:07 n0madsky

or you can use gogui to load elf and save sgf

l1t1 avatar Jul 02 '18 04:07 l1t1

You are correct that these commands are not implemented. We will put it on our list, and in the meantime we welcome any contributions!

jma127 avatar Jul 20 '18 18:07 jma127