ShangtongZhang / reinforcement-learning-an-introduction

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

Add linear system to gridworld #129

Closed rogertrullo closed 4 years ago

rogertrullo commented 4 years ago

Here I compute the values using the linear system of equations as mentioned in the book

ShangtongZhang commented 4 years ago

Thanks for your contribution!