-
Notifications
You must be signed in to change notification settings - Fork 140
Description
I am working on a project which uses Maia's research and I need to recreate the results shown in the paper, thankfully you have provided the scripts necessary to do that, however I am encountering issues.
I looked at this post: #44
Which is where I am at and having trouble getting lc0 to cooperate with the execution of replication-run_model_on_csv.py, which leads to model_loader and looks for the lc0, I have changed the line to the following:
model = LC0Engine(lc0Path="D:\University\Project - Playing Chess with AI\Maia\lc0", noise=noise, temperature=temperature, temp_decay=temp_decay, **kwargs)
In order to get direct access to the lc0 file, but it either gives an access error or chess.engine.EngineTerminatedError: engine process died unexpectedly (exit code: 3221226505)
Currently using: lc0 v0.29.0 and python-chess 0.31.4
What are the requirements exactly in order to run this ? (Version of lc0 and python-chess ?)
I am running it using the anaconda environment I have set up with the requirements.txt and using administrator privileges etc.
Thank you in advance.