dreamer4 0.0.98__tar.gz → 0.0.99__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dreamer4
3
- Version: 0.0.98
3
+ Version: 0.0.99
4
4
  Summary: Dreamer 4
5
5
  Project-URL: Homepage, https://pypi.org/project/dreamer4/
6
6
  Project-URL: Repository, https://github.com/lucidrains/dreamer4
@@ -2870,7 +2870,7 @@ class DynamicsWorldModel(Module):
2870
2870
  # maybe store old actions
2871
2871
 
2872
2872
  if store_old_action_unembeds:
2873
- acc_policy_embed = safe_cat((acc_policy_embed, policy_embed))
2873
+ acc_policy_embed = safe_cat((acc_policy_embed, policy_embed), dim = 1)
2874
2874
 
2875
2875
  # sample actions
2876
2876
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "dreamer4"
3
- version = "0.0.98"
3
+ version = "0.0.99"
4
4
  description = "Dreamer 4"
5
5
  authors = [
6
6
  { name = "Phil Wang", email = "lucidrains@gmail.com" }
File without changes
File without changes
File without changes
File without changes
File without changes