diff --git a/index.html b/index.html index 6a8e8ff..82c7198 100644 --- a/index.html +++ b/index.html @@ -371,7 +371,7 @@
In our approach, we approximate as a mixture of Gaussian distribution, and train the RNN to output the probability distribution of the next latent vector given the current and past information made available to it.
+In our approach, we approximate as a mixture of Gaussian distributions, and train the RNN to output the probability distribution of the next latent vector given the current and past information made available to it.
More specifically, the RNN will model , where is the action taken at time and is the hidden state of the RNN at time . During sampling, we can adjust a temperature parameter to control model uncertainty, as done in