hello i would need clarification on how to interpret an analysis
in a ubuntu 22.04 computer i have installed
the engine pachi
https://github.com/pasky/pachi
the GUI sabaki
https://appimage.github.io/Sabaki/
a test game asked the analysis ( 9x9 so I can read the writing better)
now I would like to understand which moves pachi indicates are best.
The ones in the green air?
The ones with the biggest number?
Sorry I can't add the images here
How to interpret this analysis?
-
xela
- Lives in gote
- Posts: 652
- Joined: Sun Feb 09, 2014 4:46 am
- Rank: Australian 3 dan
- GD Posts: 200
- Location: Adelaide, South Australia
- Has thanked: 219 times
- Been thanked: 281 times
Re: How to interpret this analysis?
Is the green not the same as the biggest number?
By the way, you can do much better than pachi for analysis nowadays. Try KataGo. Alternatively, instead of sabaki, download either Lizzie or KaTrain, both of which have KataGo bundled with them.
By the way, you can do much better than pachi for analysis nowadays. Try KataGo. Alternatively, instead of sabaki, download either Lizzie or KaTrain, both of which have KataGo bundled with them.
Re: How to interpret this analysis?
katago doesn't work with my operating system
that's why i'm using pachi
Code: Select all
$ ./katago
./katago: error while loading shared libraries: libzip.so.5: cannot open shared object file: No such file or directory
Tasendir
-
xela
- Lives in gote
- Posts: 652
- Joined: Sun Feb 09, 2014 4:46 am
- Rank: Australian 3 dan
- GD Posts: 200
- Location: Adelaide, South Australia
- Has thanked: 219 times
- Been thanked: 281 times
Re: How to interpret this analysis?
I'm also on Ubuntu 22.04 and using KataGo quite happily.
You'll need to install a dependency to get libzip.so.5. Try:
and then run KataGo again?
You'll need to install a dependency to get libzip.so.5. Try:
Code: Select all
sudo apt-get install libzip5Re: How to interpret this analysis?
there are dependency issues with ubuntu 22.04 and this library.xela wrote:I'm also on Ubuntu 22.04 and using KataGo quite happily.
You'll need to install a dependency to get libzip.so.5. Try:and then run KataGo again?Code: Select all
sudo apt-get install libzip5
It is not so easy to install it.
I thank you for'help, I use what I can.
I figured out how to read the analysis.
At my level it is enough, I think
Thanks
Tasendir