MJeremy2017 / reinforcement-learning-implementation

Reinforcement Learning examples implementation and explanation
MIT License
320 stars 245 forks source link

Missing closing parenthesis causing syntax error #6

Closed maxshowarth closed 4 years ago

maxshowarth commented 4 years ago

https://github.com/MJeremy2017/Reinforcement-Learning-Implementation/blob/7ef2f36e991141154d1bc0e9afd55d25d8b09238/GridWorld/gridWorld.py#L52

A closing parenthesis is missing on line 52 which causes a syntax error.

MJeremy2017 commented 4 years ago

you are right, can submit a merge request