LantaoYu / SeqGAN

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

Why do you define a create_recurrent_unit function yourself?use lstm? #43

Open LLLLLLoki opened 6 years ago

yanghoonkim commented 5 years ago

Because they have applied Monte Carlo search with a roll-out policy. The official rnncells in TF don't provide such a function.