Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's the best OS for AlphaZero.jl ? #153

Closed
StepHaze opened this issue Nov 17, 2022 · 3 comments
Closed

What's the best OS for AlphaZero.jl ? #153

StepHaze opened this issue Nov 17, 2022 · 3 comments

Comments

@StepHaze
Copy link

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 ?

@jonathan-laurent
Copy link
Owner

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?

@StepHaze
Copy link
Author

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

@jonathan-laurent
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants