finished MDN-RNN and need to implement VAE

This commit is contained in:
junhong
2018-04-04 22:48:08 -04:00
parent 21d1d5dd8d
commit 2d57a02c19
+12
View File
@@ -1,2 +1,14 @@
# world-models-pytorch
My attempt to implement "World Models" by David Ha and Jurgen Schmidhuber
## The work is in progress
TODOs
-[x] Implement MDN-RNN
-[ ] Implement VAE
-[ ] Training for VAE
-[ ] Random rollouts to create a dataset
-[ ] Training function
-[ ] Training for MDN-RNN
-[ ] Evolution strategy for training Controller