ShangtongZhang / reinforcement-learning-an-introduction

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

Add code to draw optimal policy #130

Closed rogertrullo closed 4 years ago

rogertrullo commented 4 years ago

I added a function that allows to draw the arrows for the optimal policy computed from the optimal values (fig 3.5). It looks like this: policy

ShangtongZhang commented 4 years ago

Thanks for your contribution!