Skip to content

Commit 0ebebec

Browse files
committed
More regularization
1 parent 80a60f1 commit 0ebebec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

experiments/g1/main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ class ExperimentConfig:
3636
torso_offset_range: tuple[float, float] = (-2.0, 5.0)
3737

3838
# L2C2
39-
l2c2_lambda_pi: float = 1.0
40-
l2c2_lambda_v: float = 0.1
39+
l2c2_lambda_pi: float = 5.0
40+
l2c2_lambda_v: float = 0.5
4141

4242
# Reward weights
4343
task_weight: float = 2.5
44-
regularization_weight: float = 0.1
44+
regularization_weight: float = 1.0
4545
style_weight: float = 1.0
4646
target_weight: float = 1.0
4747

0 commit comments

Comments
 (0)