ShangtongZhang / reinforcement-learning-an-introduction

Python Implementation of Reinforcement Learning: An Introduction
MIT License
13.54k stars 4.82k forks source link

docs: fix simple typo, resoultion -> resolution #137

Closed timgates42 closed 3 years ago

timgates42 commented 3 years ago

There is a small typo in chapter08/maze.py.

Should read resolution rather than resoultion.

Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

ShangtongZhang commented 3 years ago

Thanks for the fix!