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

Problems when registering KataGo's engine #914

Closed
hope366 opened this issue Jan 13, 2023 · 2 comments · May be fixed by #915
Closed

Problems when registering KataGo's engine #914

hope366 opened this issue Jan 13, 2023 · 2 comments · May be fixed by #915

Comments

@hope366
Copy link

hope366 commented Jan 13, 2023

When registering the KataGo engine, it comes with "--weights" and "-g --lagbuffer 0".
Since these are invalid in KataGo, I always remove them manually before writing "gtp -model".
Also, it is not designed to specify the configuration file. LZ does not have configuration files, so there is no problem. In the case of KataGo, it seems that default_gtp.cfg is automatically applied if it is not specified, but if you prepare multiple configuration files and use them properly, it is a little inconvenient because you need to write them manually. .
In Lizzieyzy, these are user-friendly specifications, but I think it would be very convenient if Lizzie could be changed in the same way.

@hope366
Copy link
Author

hope366 commented Jan 14, 2023

Thank you for always responding so quickly.
When registering the KataGo engine, "gtp -model" is automatically attached, which is very convenient.
Are you planning to implement the addition of specifying a configuration file when registering the KataGo engine?

kaorahi pushed a commit to kaorahi/lizzie that referenced this issue Jan 14, 2023
@hope366
Copy link
Author

hope366 commented Jan 15, 2023

I have applied and verified the changes and it is working fine.
Thank you for your wonderful work.

@hope366 hope366 closed this as completed Jan 19, 2023
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

Successfully merging a pull request may close this issue.

1 participant