a) I think you need to show us more of the game. MCTS programs can make strange looking moves form the human point of view.
b) What are the computational resources you are using? (what are you running on). Some of these programs normally run on rather powerful machines, and pachi is one of those. You might want to ask the developers what sort of performance to expect on YOUR machine.
Can't get pachi to play properly (using Sente Goban on OS X)
-
Mike Novack
- Lives in sente
- Posts: 1045
- Joined: Mon Aug 09, 2010 9:36 am
- GD Posts: 0
- Been thanked: 182 times
-
jeromie
- Lives in sente
- Posts: 902
- Joined: Fri Jan 31, 2014 7:12 pm
- Rank: AGA 3k
- GD Posts: 0
- Universal go server handle: jeromie
- Location: Fort Collins, CO
- Has thanked: 319 times
- Been thanked: 287 times
Re: Can't get pachi to play properly (using Sente Goban on O
I'm not sure if it is the only problem, but it looks to me like pachi is not using the opening book. My version definitely play from the book with those moves by black.
You could try playing directly on the command line, which could give you some more feedback.
If you want to try this, you could launch pachi with the arguments you listed and use the following commands:
boardsize 19
play black q16
genmove white
play black q3
genmove white
Does pachi still play nonsense moves?
You could try playing directly on the command line, which could give you some more feedback.
If you want to try this, you could launch pachi with the arguments you listed and use the following commands:
boardsize 19
play black q16
genmove white
play black q3
genmove white
Does pachi still play nonsense moves?
- RBerenguel
- Gosei
- Posts: 1585
- Joined: Fri Nov 18, 2011 11:44 am
- Rank: KGS 5k
- GD Posts: 0
- KGS: RBerenguel
- Tygem: rberenguel
- Wbaduk: JohnKeats
- Kaya handle: RBerenguel
- Online playing schedule: KGS on Saturday I use to be online, but I can be if needed from 20-23 GMT+1
- Location: Barcelona, Spain (GMT+1)
- Has thanked: 576 times
- Been thanked: 298 times
- Contact:
Re: Can't get pachi to play properly (using Sente Goban on O
jeromie wrote:I'm not sure if it is the only problem, but it looks to me like pachi is not using the opening book. My version definitely play from the book with those moves by black.
You could try playing directly on the command line, which could give you some more feedback.
If you want to try this, you could launch pachi with the arguments you listed and use the following commands:
boardsize 19
play black q16
genmove white
play black q3
genmove white
Does pachi still play nonsense moves?
Add a showboard at the end, reading GTP is painful (or does pachi autoshow the board each time?)
Geek of all trades, master of none: the motto for my blog mostlymaths.net
-
jeromie
- Lives in sente
- Posts: 902
- Joined: Fri Jan 31, 2014 7:12 pm
- Rank: AGA 3k
- GD Posts: 0
- Universal go server handle: jeromie
- Location: Fort Collins, CO
- Has thanked: 319 times
- Been thanked: 287 times
Re: Can't get pachi to play properly (using Sente Goban on O
RBerenguel wrote:
Add a showboard at the end, reading GTP is painful (or does pachi autoshow the board each time?)
It seems to autoshow after a genmove command.
It turns out that pachi plays nice moves, so it's a frontend (Goban.app) problem.
It looks like it's playing the same opening as it does on my computer, which is one of the disadvantages of using an opening book, I suppose.
GoGui might work. It's what I use on my Linux installation.
-
ruudhendrikx
- Beginner
- Posts: 1
- Joined: Mon Feb 08, 2016 7:42 am
- GD Posts: 0
Re: Can't get pachi to play properly (using Sente Goban on O
Hi all,
Thank you for the info on installing Pachi on Goban.
Comparing the GTP command line output I found out that the strange opening moves could be the result of Goban NOT successfully loading the book.dat
Specifying the full path to book.dat in the argument works!
Unfortunately the patterns are automatically loaded by Pachi from it's working directory (try running pachi command line from outside its folder, then you see it is not loading the patterns).
p.s. I found this out trough GoGui, where I had to fill in the working directory for Pachi to make sensible opening moves.
Best,
Ruud
Thank you for the info on installing Pachi on Goban.
Comparing the GTP command line output I found out that the strange opening moves could be the result of Goban NOT successfully loading the book.dat
Specifying the full path to book.dat in the argument works!
Unfortunately the patterns are automatically loaded by Pachi from it's working directory (try running pachi command line from outside its folder, then you see it is not loading the patterns).
p.s. I found this out trough GoGui, where I had to fill in the working directory for Pachi to make sensible opening moves.
Best,
Ruud