-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Description
Hi, I wonder if the input to the controller should be the latent vector (z) from VAE and hidden vector from RNN?
Line 161 in d6abd9c
_, _, _, _, _, next_hidden = self.mdrnn(action, latent_mu, hidden) |
But the code here shows that one of the inputs is the gaussian mean instead.
Metadata
Metadata
Assignees
Labels
No labels