Einzelnen Beitrag anzeigen
  #185  
Alt 14.04.2018, 20:18
StPohl StPohl ist offline
TASC R30
 
Registriert seit: 30.03.2018
Land:
Beiträge: 424
Abgegebene Danke: 71
Erhielt 550 Danke für 247 Beiträge
Aktivitäten Langlebigkeit
1/20 7/20
Heute Beiträge
0/3 ssssss424
AW: Selbstlernende KI: Neue Engine spielt auf Profi-Niveau

 Zitat von rollinghills Beitrag anzeigen
Unsere Einschätzung, dass Leela in den letzten Tagen wieder deutlich stärker geworden ist, hat sich bestätigt. Mittlerweile hat es eine Zahl von 2040.

Es ist mir nicht gelungen, den Engine unter Windows 10 in eine GUI einzubinden. Hat jemand einen Tipp?
Für die LittleBlitzerGUI habe ich ein kleines step-by-step manual verfaßt:


1) Download the Windows CPU-version of Leela here: https://github.com/glinscott/leela-chess/releases
2) Create a folder called Leela and put the three files into it, which you get, when you unzip the downloaded file (Step 1) (client.exe, lczero.exe and libopenblas.dll)
3) Download the latest network-file. http://lczero.org/networks
4) Unpack the file and you get a folder called weights_127.txt (127 is the number of the Network at the moment of writing this manual).
5) Rename the file in it to weights.txt.
6) Copy weights.txt in your Leela-folder.

To use LC0 in the LittleBlitzerGUI, type this in the engine.LBE-file of the LittleBlitzerGUI:

Engine=C:\Users\Pohl\Documents\LittleBlitzer\Engin es.UCI\Leela\lczero.exe -t 1 --noponder
LB_Name=LC0 v0.5 (CPU) Id=127

(change the path in the first line to the path to your Leela-folder and change the Id=127 number to the number of the Network-Id, you use).

Because the evaluation-output of LC0 is strange, it is strongly recommended to play all games until mate or draw with the LBG. For this, change Adjudicate-rules in the tournament.lbt file.

For example:
AdjudicateMateScore: 9000
AdjudicateMateMoves: 40
AdjudicateDrawMoves: 254
Mit Zitat antworten