Search found 286 matches

by pnprog
Fri May 30, 2025 7:22 am
Forum: Computer Go
Topic: Pachi 12 for Windows
Replies: 34
Views: 190604

Re: Pachi 12 for Windows

Hello!

Checking in on Pachi for one of my new Go project:

Pachi 12.86 pre-release is out:
katago cpu build


Could you expand on what is exactly the KataGo CPU build? how is it different with the former Pachi? how is this different with KataGo? will there be two branches of Pachi in the future ...
by pnprog
Wed Dec 11, 2024 1:57 am
Forum: Computer Go
Topic: Entitlement in the Western Go Community: Misuse of AI Tools
Replies: 5
Views: 12367

Re: Entitlement in the Western Go Community: Misuse of AI To

Woah, so many claims... zero sources :tmbdown:

Let me try as well, how does the following ChatGPT essay sound?

Entitlement in the East Asia Go Community: Misuse of AI Tools

The Entitlement Problem in the East Asia Go Community: Stagnation, Misuse of AI, and Disregard for Developer ...
by pnprog
Fri Oct 27, 2023 4:10 am
Forum: Gobans and other equipment
Topic: Sensetime's Senserobot review
Replies: 3
Views: 20612

Re: Sensetime's Senserobot review

Hello,

It will take me mnay hours to look over all of your clips.
Don't worry, I don't think the total video time exceed 15mn

EDIT: Seems the links to your clips cannot be resolved by my service provider.
This one is strange. You can try directly using the IP address then: http://103.102.44 ...
by pnprog
Sat Oct 21, 2023 7:35 pm
Forum: Gobans and other equipment
Topic: Sensetime's Senserobot review
Replies: 3
Views: 20612

Sensetime's Senserobot review

Hello,

The Chinese company Sensetime has started selling a Go robot, Senserobot last year. I don't think it is available outside of China and I don't see many information available on this product, beside from the Sensetime itself (like no review or unboxing on Youtube in English).

I happen to ...
by pnprog
Sun Jun 16, 2019 3:35 am
Forum: General Go Chat
Topic: Extending SGF?
Replies: 34
Views: 29057

Re: Extending SGF?

I like to proposal of spook, I think JSON is a good fit for this job.

We have to keep in mind that other AIs will have overlap, but may have more or less properties. I don't think you want to define a standard and dedicate it to 1 bot.
So, it should be very flexible. Very good point. We have no ...
by pnprog
Thu May 02, 2019 8:32 pm
Forum: Computer Go
Topic: Predicted ownership heatmaps
Replies: 12
Views: 10445

Re: Predicted ownership heatmaps

Hi lightvector!

Have you make some progress on this project? or new development?
by pnprog
Tue Apr 30, 2019 8:53 am
Forum: Go Book Reviews
Topic: Review: Rational Endgame
Replies: 18
Views: 45807

Re: Review: Rational Endgame

Are you aware of the not so innocent origins of the 'like' button? Interesting read! And somewhat ironic I did not know this "like" button had been invented by Facebook.

But from the article, the origin of the "like" seems to really be innocent in fact, with unanticipated effect that became ...
by pnprog
Tue Apr 30, 2019 7:59 am
Forum: Announcements
Topic: Announcing GoReviewPartner - v0.15 with Pachi and PhoenixGo
Replies: 309
Views: 338135

Re: Announcing GoReviewPartner - v0.15 with Pachi and Phoeni

Sumatakyo wrote:Great job! :D
Thanks a lot!

Also, be sure to try Lizzie as well, which is quite similar to Go Review Partner, but more interactive, it's a cool project as well :)
by pnprog
Sat Apr 27, 2019 6:14 am
Forum: Go Book Reviews
Topic: Review: Rational Endgame
Replies: 18
Views: 45807

Re: Review: Rational Endgame

Sans titre.png
Sans titre.png (36.25 KiB) Viewed 45266 times


I always keep that in mind when i read a Robert Jasiek's book review :lol:
by pnprog
Wed Apr 17, 2019 7:28 am
Forum: Announcements
Topic: Announcing GoReviewPartner - v0.15 with Pachi and PhoenixGo
Replies: 309
Views: 338135

Re: Announcing GoReviewPartner - v0.15 with Pachi and Phoeni

x13420x wrote:I dont believe that google published the weights.....

There is a new version of lz 0.17 should we update the engine....whats your advise?
I suggest to update yes, I saw there was some performance improvement coming with that new version compared to 0.16
by pnprog
Wed Apr 17, 2019 7:27 am
Forum: Announcements
Topic: Announcing GoReviewPartner - v0.15 with Pachi and PhoenixGo
Replies: 309
Views: 338135

Re: Announcing GoReviewPartner - v0.15 with Pachi and Phoeni

Could someone direct me to where to download a .gz file for Master version of LZ to use with GoReviewPartner?

The link I found was a google cloud file in Chinese that seem like a different format and I'm not all that computer literate.

I'm curious to see how the review moves differ from pure LZ ...
by pnprog
Tue Mar 26, 2019 7:04 am
Forum: Announcements
Topic: Announcing GoReviewPartner - v0.15 with Pachi and PhoenixGo
Replies: 309
Views: 338135

Re: Announcing GoReviewPartner - v0.14

Thank you so much! I just used this to analyze a couple of my reverse komi games, and it works exactly as I would have hoped. Glad to see its working well for you

A) goreviewpartner-v0.15-PhoenixGo returns the following errors: See attachments 2x. Yes, it is a mistake in the configuration ...
by pnprog
Sat Mar 16, 2019 9:04 pm
Forum: Computer Go
Topic: Compiling some engines for linux
Replies: 25
Views: 32576

Re: Compiling some engines for linux

pnprog wrote:It tells how to install bazel which is useful to install AQ (i am on it right now).

I must admit I could not make that one work. I can compile, but the binary crashes when issuing genmove b command :(
Maybe I should try with an older version of bazel (I have been using version 19)
by pnprog
Sat Mar 16, 2019 10:01 am
Forum: Computer Go
Topic: Compiling some engines for linux
Replies: 25
Views: 32576

Re: Compiling some engines for linux

I also went again through the compilation of Ray. One thing is different now, git needs the --recursive option to fetch some code for the src/lz/Eigen folder.

sudo apt install libatlas-base-dev #there are other dependancy, but that one in particular was missing for me
git clone --recursive https ...
by pnprog
Sat Mar 16, 2019 7:53 am
Forum: Computer Go
Topic: Compiling some engines for linux
Replies: 25
Views: 32576

Re: Compiling some engines for linux

This is just to mention that the instructions for compilation were added on the github project page. Easy enough for me to be able to compile and run it.
Glad to hear that it worked for you! The instructions don't seem to have changed since I tried in September, except that the current version of ...