On-line engine blitz tourney April
Moderator: Ras
-
- Posts: 438
- Joined: Mon Apr 24, 2006 8:06 pm
Re: On-line engine blitz tourney April
Thanks for organizing the tournament. CrazyZero is my generic AlphaZero implementation (I currently have networks for Go, shogi, gomoku, Othello, renju, and chess). I spent only a few days training a network. It is 20 layers of 128 units. It was running with two Volta GPU (V100 + TitanV). It has good positional evaluation, but big tactical blindspots. I hope it will have made progress for the next tournament.
-
- Posts: 1632
- Joined: Thu Jul 16, 2009 10:47 am
- Location: Almere, The Netherlands
Re: On-line engine blitz tourney April
Indeed, it did a lot better than last month, it is amazing that it performs like this with a mere GTX1050. If you want to use a book it is probably best to use a book build with LC0 games, otherwise it will get into positions that it doesn't like.Modern Times wrote: ↑Sat Apr 27, 2019 11:56 pm LeelaRB - for a 7+ year old AMD Phenom II X6 and a sub £100 GTX 1050, that was a nice performance ! A bit of luck too for sure, but I'll take it![]()
This month I used it without a book (which I think is probably best) and with a stronger net, JH.T6.532.
It is quite scary going up against 24 core Xeon, Threadripper, and an 180 core EC2 instance !
The other engines are progressing very fast too. The version of the engine I played with this month performs in self-tests ~30 Elo higher as the one from last month. I had hoped for a somewhat better result, but with just 9 games it is like a tombola, one or two unlucky games and you can shake it. My hardware gets a bit outdated too, all the engines at the top (besides LC0 of course) were running at 16 cores or more, at least that is what I think when looking at their n/s. This summer both Intel and AMD will announce new processors (Cascade Lake and Zen 2), then I will decide on building a more competitive system.
-
- Posts: 1627
- Joined: Thu Mar 09, 2006 12:35 pm
Re: On-line engine blitz tourney April
Othello(Reversi)? Nice, how does it do against the big guys, e.g NTest, Edax etc?Rémi Coulom wrote: ↑Sun Apr 28, 2019 12:05 am Thanks for organizing the tournament. CrazyZero is my generic AlphaZero implementation (I currently have networks for Go, shogi, gomoku, Othello, renju, and chess). I spent only a few days training a network. It is 20 layers of 128 units. It was running with two Volta GPU (V100 + TitanV). It has good positional evaluation, but big tactical blindspots. I hope it will have made progress for the next tournament.
Also are you gonna release any of them?
And will the whole framework be open sourced? I would be interested in a Capablanca Random Chess NN network so I keep dreaming.

After his son's birth they've asked him:
"Is it a boy or girl?"
YES! He replied.....
"Is it a boy or girl?"
YES! He replied.....
-
- Posts: 438
- Joined: Mon Apr 24, 2006 8:06 pm
Re: On-line engine blitz tourney April
I did Othello very rapidly. It is probably not competitive at all with the strong engines.George Tsavdaris wrote: ↑Thu May 02, 2019 9:21 am Othello(Reversi)? Nice, how does it do against the big guys, e.g NTest, Edax etc?
Also are you gonna release any of them?
And will the whole framework be open sourced? I would be interested in a Capablanca Random Chess NN network so I keep dreaming.![]()
I won't open-source my code. I licence it to my publisher (Unbalance). They will make cell-phone and console apps.