Merge remote-tracking branch 'origin/master'

This commit is contained in:
junhong
2018-04-12 23:22:57 -04:00
+9 -8
View File
@@ -1,14 +1,15 @@
# world-models-pytorch # world-models-pytorch
My attempt to implement "World Models" by David Ha and Jurgen Schmidhuber My attempt to implement "World Models" by David Ha and Jurgen Schmidhuber
Link: https://arxiv.org/pdf/1803.10122.pdf
## The work is in progress ## The work is in progress
TODOs TODOs
-[x] Implement MDN-RNN
-[ ] Implement VAE - [x] Implement MDN-RNN
-[ ] Training for VAE - [ ] Implement VAE
-[ ] Random rollouts to create a dataset - [ ] Training for VAE
-[ ] Training function - [ ] Random rollouts to create a dataset
-[ ] Training for MDN-RNN - [ ] Training function
-[ ] Evolution strategy for training Controller - [ ] Training for MDN-RNN
- [ ] Evolution strategy for training Controller