diff --git a/README.md b/README.md index 5b608a9..4047d5b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ Implementation of Danijar's [latest iteration](https://arxiv.org/abs/2509.24527v [Discord channel](https://discord.gg/ab4BEk3W) for collaborating with other researchers interested in this work +## Appreciation + +- [@dirkmcpherson](https://github.com/dirkmcpherson) for fixes to typo errors and unpassed arguments! + ## Install ```bash diff --git a/pyproject.toml b/pyproject.toml index 30b3009..57574ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dreamer4" -version = "0.1.2" +version = "0.1.4" description = "Dreamer 4" authors = [ { name = "Phil Wang", email = "lucidrains@gmail.com" }