dreamer4 0.0.96__py3-none-any.whl → 0.0.97__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.0.96.dist-info → dreamer4-0.0.97.dist-info}/METADATA +1 -1
- dreamer4-0.0.97.dist-info/RECORD +8 -0
- dreamer4-0.0.96.dist-info/RECORD +0 -8
- {dreamer4-0.0.96.dist-info → dreamer4-0.0.97.dist-info}/WHEEL +0 -0
- {dreamer4-0.0.96.dist-info → dreamer4-0.0.97.dist-info}/licenses/LICENSE +0 -0
dreamer4/dreamer4.py
CHANGED
|
@@ -2580,7 +2580,7 @@ class DynamicsWorldModel(Module):
|
|
|
2580
2580
|
if self.pmpo_kl_div_loss_weight > 0.:
|
|
2581
2581
|
new_unembedded_actions = self.action_embedder.unembed(policy_embed, pred_head_index = 0)
|
|
2582
2582
|
|
|
2583
|
-
discrete_kl_div, continuous_kl_div = self.action_embedder.kl_div(
|
|
2583
|
+
discrete_kl_div, continuous_kl_div = self.action_embedder.kl_div(old_action_unembeds, new_unembedded_actions)
|
|
2584
2584
|
|
|
2585
2585
|
# accumulate discrete and continuous kl div
|
|
2586
2586
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
dreamer4/__init__.py,sha256=Jssh1obzDRtTfBLZl36kXge1cIQlMjf_8DyjPulvKSk,183
|
|
2
|
+
dreamer4/dreamer4.py,sha256=5MtWkK44lRECSLrWw3sUxO3UUZOZ8cERNBfXi0RRMT8,118572
|
|
3
|
+
dreamer4/mocks.py,sha256=TfqOB_Gq6N_GggBYwa6ZAJQx38ntlYbXZe23Ne4jshw,2502
|
|
4
|
+
dreamer4/trainers.py,sha256=JsnJwQJcbI_75KBTNddG6b7QVkO6LD1N_HQiVe-VnCM,15087
|
|
5
|
+
dreamer4-0.0.97.dist-info/METADATA,sha256=EsIPLaCGtESwAK8p1s2sFzwqSUMI78STNAk_drf_sDs,3065
|
|
6
|
+
dreamer4-0.0.97.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
7
|
+
dreamer4-0.0.97.dist-info/licenses/LICENSE,sha256=1yCiA9b5nhslTavxPjsQAO-wpOnwJR9-l8LTVi7GJuk,1066
|
|
8
|
+
dreamer4-0.0.97.dist-info/RECORD,,
|
dreamer4-0.0.96.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
dreamer4/__init__.py,sha256=Jssh1obzDRtTfBLZl36kXge1cIQlMjf_8DyjPulvKSk,183
|
|
2
|
-
dreamer4/dreamer4.py,sha256=pSwW4DpHMF78ortsHLVHDdWzrsjse6bIVxX3oolA-Ao,118572
|
|
3
|
-
dreamer4/mocks.py,sha256=TfqOB_Gq6N_GggBYwa6ZAJQx38ntlYbXZe23Ne4jshw,2502
|
|
4
|
-
dreamer4/trainers.py,sha256=JsnJwQJcbI_75KBTNddG6b7QVkO6LD1N_HQiVe-VnCM,15087
|
|
5
|
-
dreamer4-0.0.96.dist-info/METADATA,sha256=yIipeLorTHctLFwpd3bPExL6-nG5LxTfxPImf5BngN4,3065
|
|
6
|
-
dreamer4-0.0.96.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
7
|
-
dreamer4-0.0.96.dist-info/licenses/LICENSE,sha256=1yCiA9b5nhslTavxPjsQAO-wpOnwJR9-l8LTVi7GJuk,1066
|
|
8
|
-
dreamer4-0.0.96.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|