[Computer-go] How to correctly use GoGui live graphics?

2015-03-26 Thread Urban Hafner
Hey there, I'd like to use the live graphics feature of GoGui to see what the engine is thinking during a game. I played around with it a bit, but I think I'm doing it wrong. I always run into the problem that the output I want to display gets cleared right away by GoGui. I understand why that's

Re: [Computer-go] [ANN] Michi - 15x15 ~6k KGS in 540 lines of Python code

2015-03-26 Thread Denis Blumstein
On 25/03/2015 16:36, Petr Baudis wrote: So what's the strongest program you can make with minimum effort and code size while keeping maximum clarity? Chess programers were exploring this for long time, e.g. with Sunfish, and that inspired me to try out something similar in Go over a few

Re: [Computer-go] [ANN] Michi - 15x15 ~6k KGS in 540 lines of Python?code

2015-03-26 Thread Andrea Carta
It should be enough to just enter the path to the program, make sure to pass the gtp parameter. Try opening the shell window to investigate if you hit trouble. After opening the shell window it works: michi.py is the right command to let it work (of course I have the Python interpreter

Re: [Computer-go] [ANN] Michi - 15x15 ~6k KGS in 540 lines of Python?code

2015-03-26 Thread Andrea Carta
The correct parameter is 'gtp', not '--mode gtp'. That worked! It was necessary to insert full path of python executable followed by full path of michi, then gtp. Full path of michi only + gtp throws again the same error (not a win32 application). Other things: - when playing (michi) against

Re: [Computer-go] [ANN] Michi - 15x15 ~6k KGS in 540 lines of Python?code

2015-03-26 Thread Petr Baudis
On Thu, Mar 26, 2015 at 08:59:36PM +, Andrea Carta wrote: Other things: - when playing (michi) against GnuGo (that was winning) I inserted a wrong move, then typed help hoping to get help about getting the move back. The program crashed. - at the moment I'm playing myself against michi.