disable until rnn hiddens are handled properly
This commit is contained in:
parent
3c84b404a8
commit
ac1c12f743
@ -2229,6 +2229,7 @@ class DynamicsWorldModel(Module):
|
||||
num_special_spatial_tokens = num_agents,
|
||||
time_block_every = time_block_every,
|
||||
final_norm = False,
|
||||
rnn_time = False,
|
||||
**transformer_kwargs
|
||||
)
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "dreamer4"
|
||||
version = "0.1.17"
|
||||
version = "0.1.18"
|
||||
description = "Dreamer 4"
|
||||
authors = [
|
||||
{ name = "Phil Wang", email = "lucidrains@gmail.com" }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user