This commit is contained in:
lucidrains 2025-11-04 15:21:20 -08:00
parent a4afcb22a6
commit 24ef72d528
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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" }