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

Print statement causing issue in Python 3.x #15

Closed DoDzilla-ai closed 3 years ago

DoDzilla-ai commented 4 years ago

https://github.com/mpatacchiola/dissecting-reinforcement-learning/blob/c25b3a4708db0567e0ecbeab48ba0aac6d5395cd/src/4/gridworld.py#L124

At line 124: print graph should be print(graph)