My hacky DNN chess AI

Discussion of chess software programming and technical issues.

Moderator: Ras

jackd1974
Posts: 8
Joined: Fri Nov 18, 2022 2:11 am
Full name: John Dawkins

My hacky DNN chess AI

Post by jackd1974 »



See vid

Demonstrates the superiority of Neural Networks and MCTS.
jackd1974
Posts: 8
Joined: Fri Nov 18, 2022 2:11 am
Full name: John Dawkins

Re: My hacky DNN chess AI

Post by jackd1974 »

jackd1974
Posts: 8
Joined: Fri Nov 18, 2022 2:11 am
Full name: John Dawkins

Re: My hacky DNN chess AI

Post by jackd1974 »

User avatar
AAce3
Posts: 80
Joined: Fri Jul 29, 2022 1:30 am
Full name: Aaron Li

Re: My hacky DNN chess AI

Post by AAce3 »

Hi,
Is there any chance that this could become UCI compatible?
Thanks.
jackd1974
Posts: 8
Joined: Fri Nov 18, 2022 2:11 am
Full name: John Dawkins

Re: My hacky DNN chess AI

Post by jackd1974 »

AAce3 wrote: Sat Nov 19, 2022 3:38 pm Hi,
Is there any chance that this could become UCI compatible?
Thanks.
It's built with the "Python Chess" package which has a lot of useful things out the box so im sure it could be easy to port it over there
jackd1974
Posts: 8
Joined: Fri Nov 18, 2022 2:11 am
Full name: John Dawkins

Re: My hacky DNN chess AI

Post by jackd1974 »

I want to move to C++ using torch script... but its a lot of work for just a speed boost...
jackd1974
Posts: 8
Joined: Fri Nov 18, 2022 2:11 am
Full name: John Dawkins

Re: My hacky DNN chess AI

Post by jackd1974 »

I think I prefer to leave it 100% python and small... the training script will always be python anyways.
jackd1974
Posts: 8
Joined: Fri Nov 18, 2022 2:11 am
Full name: John Dawkins

Re: My hacky DNN chess AI

Post by jackd1974 »

What are other peoples experiences with the CCRL Dataset
jackd1974
Posts: 8
Joined: Fri Nov 18, 2022 2:11 am
Full name: John Dawkins

Re: My hacky DNN chess AI

Post by jackd1974 »

Videos: