SeqGAN icon indicating copy to clipboard operation
SeqGAN copied to clipboard

what the 'start state s0' exactly is?

Open shaomai00 opened this issue 6 years ago • 1 comments

I saw 'generate a sequence from the start state s0 to maximize its expected end reward ...' in the paper. I'm wondering what the s0 exactly mean? In the code, I see the START_TOKEN=0 and h0=zeros,which one is start state?

shaomai00 avatar Jan 11 '18 01:01 shaomai00

@shaomai00 I think START_TOKEN here is the first input to generator's LSTM model and furthermore h0 represents the initialization of hidden state and cell state in LSTM structure.

EternalFeather avatar Jan 11 '18 16:01 EternalFeather