chingyaoc / pytorch-REINFORCE

PyTorch Implementation of REINFORCE for both discrete & continuous control
262 stars 51 forks source link

Inconsistent policy gradient #5

Open ZikangXiong opened 3 years ago

ZikangXiong commented 3 years ago

The policy gradient here seems to be different from the policy gradient in most places, e.g., Berkeley CS285. Can the author provide where did you cite the original algorithm?