Fast implementation of DeepMind’s AlphaZero algorithm in Julia

A generic, simple and fast implementation of Deepmind’s AlphaZero algorithm. – jonathan-laurent/AlphaZero.jl… Read more

Similar

Performance Tips (Julia)

The Julia Language Docs have a great page on performance tips.  It's worth a read, but the writing is aimed more towards a computer scientist than a data scientist. Here we'll cover some easy performance wins. We find the best way to code in Julia is to:... (more…)

Read more »