dreamer4 0.0.89__py3-none-any.whl → 0.0.90__py3-none-any.whl
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.
Potentially problematic release.
This version of dreamer4 might be problematic. Click here for more details.
- dreamer4/dreamer4.py +2 -0
- {dreamer4-0.0.89.dist-info → dreamer4-0.0.90.dist-info}/METADATA +1 -1
- dreamer4-0.0.90.dist-info/RECORD +8 -0
- dreamer4-0.0.89.dist-info/RECORD +0 -8
- {dreamer4-0.0.89.dist-info → dreamer4-0.0.90.dist-info}/WHEEL +0 -0
- {dreamer4-0.0.89.dist-info → dreamer4-0.0.90.dist-info}/licenses/LICENSE +0 -0
dreamer4/dreamer4.py
CHANGED
|
@@ -2543,6 +2543,7 @@ class DynamicsWorldModel(Module):
|
|
|
2543
2543
|
batch_size = 1,
|
|
2544
2544
|
agent_index = 0,
|
|
2545
2545
|
tasks: int | Tensor | None = None,
|
|
2546
|
+
latent_gene_ids = None,
|
|
2546
2547
|
image_height = None,
|
|
2547
2548
|
image_width = None,
|
|
2548
2549
|
return_decoded_video = None,
|
|
@@ -2658,6 +2659,7 @@ class DynamicsWorldModel(Module):
|
|
|
2658
2659
|
step_sizes = step_size,
|
|
2659
2660
|
rewards = decoded_rewards,
|
|
2660
2661
|
tasks = tasks,
|
|
2662
|
+
latent_gene_ids = latent_gene_ids,
|
|
2661
2663
|
discrete_actions = decoded_discrete_actions,
|
|
2662
2664
|
continuous_actions = decoded_continuous_actions,
|
|
2663
2665
|
proprio = noised_proprio_with_context,
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
dreamer4/__init__.py,sha256=Jssh1obzDRtTfBLZl36kXge1cIQlMjf_8DyjPulvKSk,183
|
|
2
|
+
dreamer4/dreamer4.py,sha256=Ig-t_A8BJWY2eKhsees4_zGXzvtS2JTQTlRuS33ufT8,113812
|
|
3
|
+
dreamer4/mocks.py,sha256=TfqOB_Gq6N_GggBYwa6ZAJQx38ntlYbXZe23Ne4jshw,2502
|
|
4
|
+
dreamer4/trainers.py,sha256=D2b7WTgTHElLhIWLFgl2Ct2knGJLTk91HHpC5UkNvG0,14028
|
|
5
|
+
dreamer4-0.0.90.dist-info/METADATA,sha256=94VfjlhIE6dDY5AbipuRF-Ip7pyhvgQOC4EBKc8ZKRg,3065
|
|
6
|
+
dreamer4-0.0.90.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
7
|
+
dreamer4-0.0.90.dist-info/licenses/LICENSE,sha256=1yCiA9b5nhslTavxPjsQAO-wpOnwJR9-l8LTVi7GJuk,1066
|
|
8
|
+
dreamer4-0.0.90.dist-info/RECORD,,
|
dreamer4-0.0.89.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
dreamer4/__init__.py,sha256=Jssh1obzDRtTfBLZl36kXge1cIQlMjf_8DyjPulvKSk,183
|
|
2
|
-
dreamer4/dreamer4.py,sha256=F8UMxI8uAJmMHmXf_Xhibcs_PkMjNm4AW357U941REo,113725
|
|
3
|
-
dreamer4/mocks.py,sha256=TfqOB_Gq6N_GggBYwa6ZAJQx38ntlYbXZe23Ne4jshw,2502
|
|
4
|
-
dreamer4/trainers.py,sha256=D2b7WTgTHElLhIWLFgl2Ct2knGJLTk91HHpC5UkNvG0,14028
|
|
5
|
-
dreamer4-0.0.89.dist-info/METADATA,sha256=ak7JROeb_PRnOvAg8eoARtnbWh64-2JQJ5zVgSnwKpc,3065
|
|
6
|
-
dreamer4-0.0.89.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
7
|
-
dreamer4-0.0.89.dist-info/licenses/LICENSE,sha256=1yCiA9b5nhslTavxPjsQAO-wpOnwJR9-l8LTVi7GJuk,1066
|
|
8
|
-
dreamer4-0.0.89.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|