ShangtongZhang / reinforcement-learning-an-introduction

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

Minor changes #148

Closed VEXLife closed 2 years ago

VEXLife commented 3 years ago

I made several improvements to this repository, including the figure in the Chapter 6: example_6_2 figure_6_2 Personally these figures are closer to the version in the book. Besides, I corrected the typo mentioned in #146 . I mean this pull request is helpful to close #146 . P.S. current_values[1:6] = -1is based on this code.

ShangtongZhang commented 2 years ago

Thanks for the contribution and apologizes for the late response.