Closed kir0ul closed 3 years ago
I happen to have some time in the next two days. I'll take a look into it soon.
By the way, I'd be glad to hear your feedback on how to improve this project further 😄 (you can reach me on slack anytime,or we can schedule a quick online meeting)
By the way, I'd be glad to hear your feedback on how to improve this project further (you can reach me on slack anytime,or we can schedule a quick online meeting)
Do you mean the Julia Slack? I never joined it but maybe I should have? In case it's useful I'm on the Julia Zulip though.
I believe the notebook was working correctly last time I updated it in 3ded6eb, so not sure what changed since then. Any pointers how to fix this?
It seems the latest Pluto will download the latest version of dependencies and do not respect the Project.toml
and Manifest.toml
file in the current directory by default now.
I fixed this bug in another PR.
I'll go over all the notebooks and update them.
At the following cell in
Chapter01_Tic_Tac_Toe.jl
notebook:I get the following error:
I believe the notebook was working correctly last time I updated it in https://github.com/JuliaReinforcementLearning/ReinforcementLearningAnIntroduction.jl/commit/3ded6eb4d71c5883e7d9ec734d731cc0246c7284, so not sure what changed since then. Any pointers how to fix this?