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

Multiple assigning errors #38

Closed kir0ul closed 3 years ago

kir0ul commented 3 years ago

Hi,

I got a few multiple assigning errors in chapter 2 notebook which should be fixed by this PR. I'm pretty new to Julia so let me know in case something don't belong here or could be improved!

findmyway commented 3 years ago

Hi @kir0ul ,

Thanks for your PR. But I'm a bit unsure which error you are trying to fix here. Couldyou describe the error message you've got before?

kir0ul commented 3 years ago

Sorry, I should probably have open an issue before to describe the error I encountered, will do that soon!

findmyway commented 3 years ago

After taking a second look, now I understand what you are trying to do here. Thanks!