Skip to content

Commit 1568b6d

Browse files
KasparSLTJIy3AHKO
authored andcommitted
Rename deprecated argument (temporal_ensemble_momentum) (huggingface#490)
1 parent 5066276 commit 1568b6d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lerobot/configs/policy/act_aloha_real.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ policy:
114114
n_vae_encoder_layers: 4
115115

116116
# Inference.
117-
temporal_ensemble_momentum: null
117+
temporal_ensemble_coeff: null
118118

119119
# Training and loss computation.
120120
dropout: 0.1

lerobot/configs/policy/act_koch_real.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ policy:
9595
n_vae_encoder_layers: 4
9696

9797
# Inference.
98-
temporal_ensemble_momentum: null
98+
temporal_ensemble_coeff: null
9999

100100
# Training and loss computation.
101101
dropout: 0.1

lerobot/configs/policy/act_moss_real.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ policy:
9595
n_vae_encoder_layers: 4
9696

9797
# Inference.
98-
temporal_ensemble_momentum: null
98+
temporal_ensemble_coeff: null
9999

100100
# Training and loss computation.
101101
dropout: 0.1

lerobot/configs/policy/act_so100_real.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ policy:
9595
n_vae_encoder_layers: 4
9696

9797
# Inference.
98-
temporal_ensemble_momentum: null
98+
temporal_ensemble_coeff: null
9999

100100
# Training and loss computation.
101101
dropout: 0.1

0 commit comments

Comments
 (0)