LantaoYu / SeqGAN

Implementation of Sequence Generative Adversarial Nets with Policy Gradient
2.08k stars 711 forks source link

What is the function of rollout.update_params()? #23

Closed guotong1988 closed 6 years ago

guotong1988 commented 7 years ago

Why do you do rollout.update_params()? Thank you Thank you Thank you @LantaoYu @wnzhang

vanpersie32 commented 7 years ago

same question here. According to the paper, the parameters of roll out policy should be the same with generator. But actually in the code, it is not. @guotong1988

eduOS commented 6 years ago

Refer to this issue.