JuliaReinforcementLearning / ReinforcementLearningAnIntroduction.jl

Julia code for the book Reinforcement Learning An Introduction
https://juliareinforcementlearning.org/ReinforcementLearningAnIntroduction.jl/
MIT License
309 stars 58 forks source link

Issue with 1.8 using m1 Mac #94

Open bwanab opened 2 years ago

bwanab commented 2 years ago

Not really an issue, but following the instructions didn't work. To fix, I

1) renamed the Manifest file so it would regenerate. 2) commented out the [compat] section, so it would use the default versions

Then redid the Pkg.activate/Pkg.instantiate.

Everything is working well so far.

findmyway commented 2 years ago

Most dependencies are not tested with 1.8 yet.

So, use it at your own risk 😝

bwanab commented 2 years ago

Thanks! The risk of learning something cool seems worth it! I’ll let you know if I find any issues.

On Aug 6, 2022, at 12:23 AM, Jun Tian @.***> wrote:

Most dependencies are not tested with 1.8 yet.

So, use it at your own risk 😝

— Reply to this email directly, view it on GitHub https://github.com/JuliaReinforcementLearning/ReinforcementLearningAnIntroduction.jl/issues/94#issuecomment-1207143640, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAB5JN32RNYZAO7WXUEJXXTVXXSEVANCNFSM55XIFJIA. You are receiving this because you authored the thread.