ShangtongZhang/reinforcement-learning-an-introduction

Q-learning Example Has No @expected

LinaeSostra opened this issue · 1 comments

I noticed in the cliff_walking.py, line 126 you mention q_learning function has a @expected param when this only applies to Sarsa.

Updated. Thanks!