dreamer4 0.1.1__py3-none-any.whl → 0.1.2__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 +1 -1
- {dreamer4-0.1.1.dist-info → dreamer4-0.1.2.dist-info}/METADATA +1 -1
- dreamer4-0.1.2.dist-info/RECORD +8 -0
- dreamer4-0.1.1.dist-info/RECORD +0 -8
- {dreamer4-0.1.1.dist-info → dreamer4-0.1.2.dist-info}/WHEEL +0 -0
- {dreamer4-0.1.1.dist-info → dreamer4-0.1.2.dist-info}/licenses/LICENSE +0 -0
dreamer4/dreamer4.py
CHANGED
|
@@ -3554,7 +3554,7 @@ class DynamicsWorldModel(Module):
|
|
|
3554
3554
|
discrete_mask = rearrange(discrete_mask, 'b t mtp -> mtp b t')
|
|
3555
3555
|
|
|
3556
3556
|
if exists(continuous_actions):
|
|
3557
|
-
continuous_action_targets, continuous_mask = create_multi_token_prediction_targets(
|
|
3557
|
+
continuous_action_targets, continuous_mask = create_multi_token_prediction_targets(continuous_actions, self.multi_token_pred_len)
|
|
3558
3558
|
continuous_action_targets = rearrange(continuous_action_targets, 'b t mtp ... -> mtp b t ...')
|
|
3559
3559
|
continuous_mask = rearrange(continuous_mask, 'b t mtp -> mtp b t')
|
|
3560
3560
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
dreamer4/__init__.py,sha256=Jssh1obzDRtTfBLZl36kXge1cIQlMjf_8DyjPulvKSk,183
|
|
2
|
+
dreamer4/dreamer4.py,sha256=kTHYDfyhix6WAECWiFZICQrzlmUb-bxk4ShnT40lXu8,120367
|
|
3
|
+
dreamer4/mocks.py,sha256=TfqOB_Gq6N_GggBYwa6ZAJQx38ntlYbXZe23Ne4jshw,2502
|
|
4
|
+
dreamer4/trainers.py,sha256=JsnJwQJcbI_75KBTNddG6b7QVkO6LD1N_HQiVe-VnCM,15087
|
|
5
|
+
dreamer4-0.1.2.dist-info/METADATA,sha256=LaCs_gKGBR4XT9bQgxC7wOr4FyJO3Hnc1KEe_ceXOto,4247
|
|
6
|
+
dreamer4-0.1.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
7
|
+
dreamer4-0.1.2.dist-info/licenses/LICENSE,sha256=1yCiA9b5nhslTavxPjsQAO-wpOnwJR9-l8LTVi7GJuk,1066
|
|
8
|
+
dreamer4-0.1.2.dist-info/RECORD,,
|
dreamer4-0.1.1.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
dreamer4/__init__.py,sha256=Jssh1obzDRtTfBLZl36kXge1cIQlMjf_8DyjPulvKSk,183
|
|
2
|
-
dreamer4/dreamer4.py,sha256=_gWp08k7tf2VCUv7uqkXKZQugnqJqXPb1-o7_34SA9c,120365
|
|
3
|
-
dreamer4/mocks.py,sha256=TfqOB_Gq6N_GggBYwa6ZAJQx38ntlYbXZe23Ne4jshw,2502
|
|
4
|
-
dreamer4/trainers.py,sha256=JsnJwQJcbI_75KBTNddG6b7QVkO6LD1N_HQiVe-VnCM,15087
|
|
5
|
-
dreamer4-0.1.1.dist-info/METADATA,sha256=2zkBv1BHvGpb6onAnEFsKnPK2KD-0vH8K1nFDBVlpyU,4247
|
|
6
|
-
dreamer4-0.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
7
|
-
dreamer4-0.1.1.dist-info/licenses/LICENSE,sha256=1yCiA9b5nhslTavxPjsQAO-wpOnwJR9-l8LTVi7GJuk,1066
|
|
8
|
-
dreamer4-0.1.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|