dreamer4 0.0.99__py3-none-any.whl → 0.0.100__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 CHANGED
@@ -1900,7 +1900,7 @@ class DynamicsWorldModel(Module):
1900
1900
  gae_lambda = 0.95,
1901
1901
  ppo_eps_clip = 0.2,
1902
1902
  pmpo_pos_to_neg_weight = 0.5, # pos and neg equal weight
1903
- pmpo_kl_div_loss_weight = 1.,
1903
+ pmpo_kl_div_loss_weight = .3,
1904
1904
  value_clip = 0.4,
1905
1905
  policy_entropy_weight = .01,
1906
1906
  gae_use_accelerated = False
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dreamer4
3
- Version: 0.0.99
3
+ Version: 0.0.100
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
@@ -0,0 +1,8 @@
1
+ dreamer4/__init__.py,sha256=Jssh1obzDRtTfBLZl36kXge1cIQlMjf_8DyjPulvKSk,183
2
+ dreamer4/dreamer4.py,sha256=9r2qDg6SpCe6Y2MWzI44o369t1a4b_LhfQSI_FK5WHQ,118665
3
+ dreamer4/mocks.py,sha256=TfqOB_Gq6N_GggBYwa6ZAJQx38ntlYbXZe23Ne4jshw,2502
4
+ dreamer4/trainers.py,sha256=JsnJwQJcbI_75KBTNddG6b7QVkO6LD1N_HQiVe-VnCM,15087
5
+ dreamer4-0.0.100.dist-info/METADATA,sha256=-hOF9eyycsndS5u8-i6o9IikCDracHn0mIIv_g5dLRo,3066
6
+ dreamer4-0.0.100.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
+ dreamer4-0.0.100.dist-info/licenses/LICENSE,sha256=1yCiA9b5nhslTavxPjsQAO-wpOnwJR9-l8LTVi7GJuk,1066
8
+ dreamer4-0.0.100.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- dreamer4/__init__.py,sha256=Jssh1obzDRtTfBLZl36kXge1cIQlMjf_8DyjPulvKSk,183
2
- dreamer4/dreamer4.py,sha256=A1v8lpIvYpeKUo6PshRo7AoDyYS2YvWSsHzF4czg8gw,118665
3
- dreamer4/mocks.py,sha256=TfqOB_Gq6N_GggBYwa6ZAJQx38ntlYbXZe23Ne4jshw,2502
4
- dreamer4/trainers.py,sha256=JsnJwQJcbI_75KBTNddG6b7QVkO6LD1N_HQiVe-VnCM,15087
5
- dreamer4-0.0.99.dist-info/METADATA,sha256=Plc_pc6HZGfojB1QZiM5KBXj4oT6ZEclG6sjekYRIBE,3065
6
- dreamer4-0.0.99.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
- dreamer4-0.0.99.dist-info/licenses/LICENSE,sha256=1yCiA9b5nhslTavxPjsQAO-wpOnwJR9-l8LTVi7GJuk,1066
8
- dreamer4-0.0.99.dist-info/RECORD,,