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

What's the best OS for AlphaZero.jl ?

StepHaze opened this issue · comments

I have Ubuntu 18.04/20.04.

When I run:
export GKSwstype=100
julia --project -e 'import Pkg; Pkg.instantiate()'

196 of 200 libraries are compiled. ChainRules, Zygote, Flux and AlphaZero are not compiled.

What's the best OS for AlphaZero.jl ?

AlphaZero.jl should work on all OSes.
In particular, I just tested it on Ubuntu 20.04 and it works.

Can you try again to instantiate the #master version on a fresh environment?
If you still encounter an error, can you include it in your post?

I deleted Manifest.toml and everything was compiled. Is it the right way?

Yes. I removed the Manifest myself in master.
In theory, the Manifest should guarantee repeatability but the previous Manifest was from an older version that does not specify the Julia version that was used.