-
Notifications
You must be signed in to change notification settings - Fork 139
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
Having trouble using AlphaZero.jl in Google Colab #155
Comments
I am going to need more details if you want some help. |
I have updated the issue, with detailed stacktrace of every command. I am using Julia version 1.8.2. Colab is linked if you want to check it. |
I just released a new version (0.5.4) that may fix your issue. |
I do get less number of errors however importing AlphaZero still gives the following errors:
|
This looks like a GR bug, not an AlphaZero.jl bug.
|
Using
You can look at the same colab file. Also can I add the same "export GKSwstype=100 # To avoid an occasional GR bug" on your website as well? Do you mind if I make a pull request ? |
So as shown in the Colab file I am having trouble installing AlphaZero in Colab's Julia environment.
I am using Julia version 1.8.2.
Using
run(`julia --project -e "import Pkg; Pkg.instantiate()"`)
givesimport Pkg; Pkg.precompile()
does not show do anything.Using
import Pkg; Pkg.add("AlphaZero")
givesHere Precompile() gives
Using AlphaZero
gives no error.Running :
run(
julia --project --color=yes scripts/alphazero.jl --game connect-four train)
givesRunning
gives
Code snippets above are taken from https://jonathan-laurent.github.io/AlphaZero.jl/dev/tutorial/connect_four/
Colab file is
https://colab.research.google.com/drive/1RLc2DAnQ0pRguGasg2-nSmdRbsbLNYeb?usp=sharing#scrollTo=QUxQEMc6V2xj
The text was updated successfully, but these errors were encountered: