they decided on 0.3 for the behavioral prior loss weight
This commit is contained in:
parent
35b87c4fa1
commit
767789d0ca
@ -1900,7 +1900,7 @@ class DynamicsWorldModel(Module):
|
||||
gae_lambda = 0.95,
|
||||
ppo_eps_clip = 0.2,
|
||||
pmpo_pos_to_neg_weight = 0.5, # pos and neg equal weight
|
||||
pmpo_kl_div_loss_weight = 1.,
|
||||
pmpo_kl_div_loss_weight = .3,
|
||||
value_clip = 0.4,
|
||||
policy_entropy_weight = .01,
|
||||
gae_use_accelerated = False
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "dreamer4"
|
||||
version = "0.0.99"
|
||||
version = "0.0.100"
|
||||
description = "Dreamer 4"
|
||||
authors = [
|
||||
{ name = "Phil Wang", email = "lucidrains@gmail.com" }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user