oops
This commit is contained in:
parent
5fc0022bbf
commit
911a1a8434
@ -1859,7 +1859,7 @@ class DynamicsWorldModel(Module):
|
|||||||
if isinstance(tasks, int):
|
if isinstance(tasks, int):
|
||||||
tasks = torch.full((batch_size,), tasks, device = self.device)
|
tasks = torch.full((batch_size,), tasks, device = self.device)
|
||||||
|
|
||||||
assert tasks.shape[0] == batch_size
|
assert not exists(tasks) or tasks.shape[0] == batch_size
|
||||||
|
|
||||||
# get state latent shape
|
# get state latent shape
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "dreamer4"
|
name = "dreamer4"
|
||||||
version = "0.0.33"
|
version = "0.0.34"
|
||||||
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