How to change encoder and decoder initial states?

HI! I would like to, instead of initializing the encoder with zeros and the encoder with the output from the encoder states, I would like to initialize the encoder initial state with a given set of values, and the decoder initial state with a combination of a certain number of values an the output of the encoder. How do I proceed? Thanks :slight_smile: