This commit is contained in:
Phil Wang
2023-01-12 07:49:46 -08:00
committed by GitHub
parent 13bbcc4f08
commit 2ad9263dbe
+13 -2
View File
@@ -1,2 +1,13 @@
# dreamerv3-pytorch
Implementation of Dreamer v3 in Pytorch
## Dreamer v3 - Pytorch (wip)
Implementation of <a href="https://arxiv.org/abs/2301.04104v1">Dreamer v3</a> in Pytorch, first neural network to be able to collect diamonds in the game of Minecraft, without any pretraining.
## Citations
```bibtex
@inproceedings{Hafner2023MasteringDD,
title = {Mastering Diverse Domains through World Models},
author = {Danijar Hafner and J. Pa{\vs}ukonis and Jimmy Ba and Timothy P. Lillicrap},
year = {2023}
}
```