From 2ad9263dbef9cf73b1bea950d315224633ffe305 Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Thu, 12 Jan 2023 07:49:46 -0800 Subject: [PATCH] readme --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a13c9b6..2194087 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ -# dreamerv3-pytorch -Implementation of Dreamer v3 in Pytorch +## Dreamer v3 - Pytorch (wip) + +Implementation of Dreamer v3 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} +} +```