jonathan-laurent / AlphaZero.jl

A generic, simple and fast implementation of Deepmind's AlphaZero algorithm.

Home Page:https://jonathan-laurent.github.io/AlphaZero.jl/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Julia 1.9?

smart-fr opened this issue · comments

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".