ShangtongZhang / reinforcement-learning-an-introduction

Python Implementation of Reinforcement Learning: An Introduction
MIT License
13.45k stars 4.81k forks source link

Change the axis limit and offset. #142

Closed VEXLife closed 3 years ago

VEXLife commented 3 years ago

Originally, the x axis starts from 0, but this doesn't make sense. So I changed it to start from 1. I also set the y axis limit to 5.

VEXLife commented 3 years ago

I'm sorry as I made some minor mistakes. The font is wrong. So I made a better patch here: #143