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

Update README.md #35

Closed xiruizhao closed 3 years ago

xiruizhao commented 3 years ago
  1. julia --project
  2. ] instantiate Originally posted by @findmyway in https://github.com/JuliaReinforcementLearning/ReinforcementLearningAnIntroduction.jl/issues/10#issuecomment-580077614

Ignore the whitespace diff. My editor is unrelenting.

findmyway commented 3 years ago

I think we don't need the instantiate step with Pluto.jl now.

You can see https://github.com/fonsp/Pluto.jl/issues/142#issuecomment-706373763 for more details. And https://github.com/fonsp/Pluto.jl/blob/c59a6c5ab9ce15042712bc8a30ed7c5e1ae037b8/src/Configuration.jl#L73

Doesn't the original instruction work for you?

xiruizhao commented 3 years ago

Okay I overthink. The current instructions work.