Closed d6y closed 4 years ago
Hi, sorry this isn't in the README, but please checkout my fork of ArcadeLearningEnvironment.jl, where I provide the Game class:
Pkg.checkout("https://github.com/d9w/ArcadeLearningEnvironment.jl")
Reopening for visibility
when i try this Pkg.checkout("https://github.com/d9w/ArcadeLearningEnvironment.jl")
gives me
ERROR: https://github.com/d9w/ArcadeLearningEnvironment.jl isn't a git repo
Now scripts/atari_ram.jl
depends on https://github.com/JuliaReinforcementLearning/ArcadeLearningEnvironment.jl
Hello - thank you for sharing this project: very cool!
This issue is almost certainly my problem, but pointers would be appreciated.
I've worked through the examples in the readme (xor, etc) and they all work great. For the Atari experiments I'm hitting:
I'm on MacOS, I have Julia 0.6.4 installed, and I've run:
I assume I'm missing another step.