oops
This commit is contained in:
parent
c4a3cb09d5
commit
35b87c4fa1
@ -2870,7 +2870,7 @@ class DynamicsWorldModel(Module):
|
|||||||
# maybe store old actions
|
# maybe store old actions
|
||||||
|
|
||||||
if store_old_action_unembeds:
|
if store_old_action_unembeds:
|
||||||
acc_policy_embed = safe_cat((acc_policy_embed, policy_embed))
|
acc_policy_embed = safe_cat((acc_policy_embed, policy_embed), dim = 1)
|
||||||
|
|
||||||
# sample actions
|
# sample actions
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "dreamer4"
|
name = "dreamer4"
|
||||||
version = "0.0.98"
|
version = "0.0.99"
|
||||||
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