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,
|
num_special_spatial_tokens = num_agents,
|
||||||
time_block_every = time_block_every,
|
time_block_every = time_block_every,
|
||||||
final_norm = False,
|
final_norm = False,
|
||||||
|
rnn_time = False,
|
||||||
**transformer_kwargs
|
**transformer_kwargs
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "dreamer4"
|
name = "dreamer4"
|
||||||
version = "0.1.17"
|
version = "0.1.18"
|
||||||
description = "Dreamer 4"
|
description = "Dreamer 4"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Phil Wang", email = "lucidrains@gmail.com" }
|
{ name = "Phil Wang", email = "lucidrains@gmail.com" }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user