You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Actor Critic example (which is actually an implementation of REINFORCE-with-baseline as pointed out in #573), does not use the discount rate properly.
The loss should include \gamma ^ t, as shown in the box on page 330 of Sutton & Barto: