mpatacchiola / dissecting-reinforcement-learning

Python code, PDFs and resources for the series of posts on Reinforcement Learning which I published on my personal blog
https://mpatacchiola.github.io/blog/
MIT License
609 stars 175 forks source link

unpacking tuples for easily readibility #21

Closed ngacho closed 1 year ago

ngacho commented 1 year ago

Hi Max,

I was following your tutorial and while it was very helpful and easy to follow, I found these bits abit disjointed given that it was hard to keep track of the visit variable. I'm suggesting maintaining a consistent way to do these by just unpacking tuples simply.

If you don't think this suggestion is helpful and/or significant feel free to ignore.

Cheers.

mpatacchiola commented 1 year ago

Thank you @ngacho, this makes sense. I will merge your request.