ShangtongZhang / reinforcement-learning-an-introduction

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

nit: chapter 6 references #136

Open mahiuchun opened 3 years ago

mahiuchun commented 3 years ago

It appears that some figures the code references is out of sync with the book (the latest electronic version).

figure_6_3() in chapter06/windy_grid_world.py => Example 6.5. figure_6_4() in chapter06/cliff_walking.py => Example 6.6. figure_6_6() in chapter06/cliff_walking.py => Figure 6.3. figure_6_7() in chapter06/maximization_bias => Figure 6.5.