I was wondering if there is an easy way to do the Single Symbol Game with RNN's and variable message length. It seems like the wrappers only support Single Symbol communication. I furthermore think the object_game example cant be used for this (at least straightforwardly), because it expects an integer tensor and not an embedding.
Is a Variable message length symbol game really not implemented (or straightforwardly possible) or am I missing something.
Thanks :)