good first issuetriaged
仓库指标
- 星标
- (21,634 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
The Actor Critic example (which is actually an implementation of REINFORCE-with-baseline as pointed out in https://github.com/pytorch/examples/issues/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:
