LyWangPX / Reinforcement-Learning-2nd-Edition-by-Sutton-Exercise-Solutions

Solutions of Reinforcement Learning, An Introduction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exercise 3.28

NakuraMino opened this issue · comments

Why is there no decay term? Is there a reason why it doesn't become (r + gamma * v_*(s'))?

Same question. I think maybe the author forgot to type it. @LyWangPX

You guys are right, I forgot it :) Will patch tonight.

Thanks!