jonathan-laurent / AlphaZero.jl

A generic, simple and fast implementation of Deepmind's AlphaZero algorithm.
https://jonathan-laurent.github.io/AlphaZero.jl/stable/
MIT License
1.23k stars 138 forks source link

Julia 1.9? #196

Open smart-fr opened 1 year ago

smart-fr commented 1 year ago

Did someone manage to build AlphaZero with Julia 1.9? The major benefit afaik being that the time to first execution (TTFX, sometimes called time to first plot) is greatly reduced, thanks to package precompilation saving native code into a "pkgimage".