LantaoYu / SeqGAN

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

Why do you use a separate rollout instead of directly using the Generator? #32

Open kunrenzhilu opened 7 years ago

kunrenzhilu commented 7 years ago

Since you use the generator's updated weights to update the rollout, why do you separate these two?

eduOS commented 6 years ago

This may be helpful.