LantaoYu / SeqGAN

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

question about update_params in roll out policy #28

Open vanpersie32 opened 7 years ago

vanpersie32 commented 7 years ago

hi, thank for sharing your code @LantaoYu , I have some question. I don't understand why should update parameters of roll out policy in the way here and here. According to paper, the roll out policy should be the same with generator, but actually in these code it is not. Besides, I don't understant the use of identity in here. Why should identity is necessary in it?