Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

12.50 version.. ubuntu 18.04 error.. #138

Open
mc-mong opened this issue May 23, 2020 · 4 comments
Open

12.50 version.. ubuntu 18.04 error.. #138

mc-mong opened this issue May 23, 2020 · 4 comments

Comments

@mc-mong
Copy link

mc-mong commented May 23, 2020

option : ./pachi-12.50-amd64 -t 5 threads=4, resign_threashold=0.25

Pachi 12.50 (Jowa)
git fddc858 (master)
x86-64 dcnn build, May 20 2020

Random seed: 1590204582
Scoring: using mcts (possibly inaccurate)
uct: Invalid engine argument or missing value

OS : ubuntu 18.04

@lemonsqueeze
Copy link
Collaborator

Hi,
Looks like there's a typo, try

./pachi-12.50-amd64 -t 5 threads=4 resign_threshold=0.25
or
./pachi-12.50-amd64 -t 5 threads=4,resign_threshold=0.25

@mc-mong
Copy link
Author

mc-mong commented May 23, 2020

Thank you.
It was a typo.

threads=4, resign_threshold=0.25 => threads=4,resign_threshold=0.25

option : -t =5000:15000 --dcnn=df threads=4 resign_threshold=0.25

OS : ubuntu 20.04 -> It work.

OS : ubuntu 18.04 -> It works.

@lemonsqueeze
Copy link
Collaborator

I just tried ubuntu 20.04, it works for me...
This error happens if you use Sabaki + Pachi 12.45 instead of Pachi 12.50.
Maybe make sure you're really using Pachi 12.50 :

screenshot

@mc-mong
Copy link
Author

mc-mong commented May 23, 2020

I'm really sorry.
I made a mistake.
I will use it well.
thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants