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

Two undefined variables #16

Open DoDzilla-ai opened 4 years ago

DoDzilla-ai commented 4 years ago

In the setPosition function function at line 102 there are two undefined variables (tot_row and tot_col).

mpatacchiola commented 3 years ago

@DoDzilla-ai thank you for pointing out the two issues. Feel free to send a pull-request with those fixes and I will integrate them in the code base.