Page 1 of 2

Allie 0.1

Posted: Tue Mar 12, 2019 5:21 am
by gonzochess75
Hi,

As promised, I've tagged Allie 0.1 and put up a Windows 10 binary here: https://github.com/manyoso/allie/releases/tag/v0.1

This is the same version that is currently playing in TCEC S15 div4.

The windows binary uses the NVIDIA Cuda libraries available via these links:
I will look into bundling these with Allie binary in the future.

Cheers!

Re: Allie 0.1

Posted: Tue Mar 12, 2019 5:44 am
by velmarin
Thanks, work fine. :P
Image

Re: Allie 0.1

Posted: Tue Mar 12, 2019 5:47 am
by gonzochess75
Awesome and good to hear! Very welcome :)

Re: Allie 0.1

Posted: Tue Mar 12, 2019 9:35 am
by Guenther
gonzochess75 wrote: Tue Mar 12, 2019 5:21 am Hi,

As promised, I've tagged Allie 0.1 and put up a Windows 10 binary here: https://github.com/manyoso/allie/releases/tag/v0.1

This is the same version that is currently playing in TCEC S15 div4.

The windows binary uses the NVIDIA Cuda libraries available via these links:
I will look into bundling these with Allie binary in the future.

Cheers!
Thanks this works correctly with the same cuda 10 dlls as LC0, even on Win7, unlike the appveyor build 1.0.6

Re: Allie 0.1

Posted: Tue Mar 12, 2019 7:58 pm
by Elorejano
Hi!
Amd W10 64 bits needs cudart64.dll for to work
When can i download this?

Re: Allie 0.1

Posted: Tue Mar 12, 2019 8:03 pm
by Guenther
Elorejano wrote: Tue Mar 12, 2019 7:58 pm Hi!
Amd W10 64 bits needs cudart64.dll for to work
When can i download this?
You mean this?

Code: Select all

cudart64_100.dll
Just download any CUDA LC0 version from the last months.
(Of course you need cuda capable hardware too)

Re: Allie 0.1

Posted: Sun Mar 17, 2019 10:16 am
by Eduard
Question: Does AllieStein use the AB Search or MCTS, at the TCEC tournament Division 3?

Re: Allie 0.1

Posted: Sun Mar 17, 2019 10:24 am
by Guenther
Eduard wrote: Sun Mar 17, 2019 10:16 am Question: Does AllieStein use the AB Search or MCTS, at the TCEC tournament Division 3?
According to its own output and the github site and the name of this thread by the author, its official name is now just 'Allie' (no more Stein in it) :)

Re: Allie 0.1

Posted: Sun Mar 17, 2019 10:45 am
by Eduard
Allie vs Gull, TCEC Division 3:

[d]1r4k1/r1b2pp1/1pQp3p/pR2p2P/P3PqP1/1BP2P2/KP6/3R4 w - - 64 77
AllieStein played nice Rxd6! and won.

Analysis by Cfish 12-03-19:
77. Qd7 Rf8 78. Rf1 Kh8 79. Rd5 Bb8 80. Qf5 Qg5 81. Rdd1 Re7 (+1.60)

Re: Allie 0.1

Posted: Sun Mar 17, 2019 2:18 pm
by gonzochess75
It is using mcts search in tcec. The alphabeta version has not been released yet. And the engine playing in TCEC is officially “Allie+Stein” as it is using Mark’s excellent SL “Stein” network. Without that, Allie could not play chess.