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

MountainCar fix tot_bin missing in some methods. #4

Closed Jan-Zeiseweis closed 6 years ago

Jan-Zeiseweis commented 6 years ago

The variable amount of bins was missing in some methods for the MountainCar example.

mpatacchiola commented 6 years ago

Thank you for the contribution. Everything has been merged!