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

using AlphaZero #19

Closed
MHiero opened this issue Aug 13, 2020 · 2 comments
Closed

using AlphaZero #19

MHiero opened this issue Aug 13, 2020 · 2 comments

Comments

@MHiero
Copy link

MHiero commented Aug 13, 2020

Hallo Jonathan,
thanks for this great project.
I would like to dive deeper into it, but I have a problem with the Pkg...

julia> import Pkg; Pkg.add("AlphaZero")
Updating registry at C:\Users\H\.juliapro\JuliaPro_v1.4.2-1\registries\JuliaPro
ERROR: The following package names could not be resolved:

  • AlphaZero (not found in project, manifest or registry)

Do you have any helping advice?

@jonathan-laurent
Copy link
Owner

Hi MHiero,
AlphaZero.jl is not registered in the general package repository yet (it will be soon when I publish the v0.4 release)
You will have to clone the repo and instantiate the project yourself, as specified in the README.

@MHiero
Copy link
Author

MHiero commented Aug 14, 2020

Thank you very much for the fast reply. I found out that my path variable had an error. Now it works :)

Maybe we can add in the tutorial:
To download AlphaZero.jl and start a new training session, just run the following in a shell (with the path variable set to Julia.exe):

Best regards.
MH

@MHiero MHiero closed this as completed Aug 14, 2020
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