Skip to content

Commit

Permalink
Rename deprecated argument (temporal_ensemble_momentum)
Browse files Browse the repository at this point in the history
  • Loading branch information
KasparSLT committed Oct 27, 2024
1 parent 172809a commit ab4d807
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerobot/configs/policy/act_aloha_real.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ policy:
n_vae_encoder_layers: 4

# Inference.
temporal_ensemble_momentum: null
temporal_ensemble_coeff: null

# Training and loss computation.
dropout: 0.1
Expand Down
2 changes: 1 addition & 1 deletion lerobot/configs/policy/act_koch_real.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ policy:
n_vae_encoder_layers: 4

# Inference.
temporal_ensemble_momentum: null
temporal_ensemble_coeff: null

# Training and loss computation.
dropout: 0.1
Expand Down
2 changes: 1 addition & 1 deletion lerobot/configs/policy/act_moss_real.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ policy:
n_vae_encoder_layers: 4

# Inference.
temporal_ensemble_momentum: null
temporal_ensemble_coeff: null

# Training and loss computation.
dropout: 0.1
Expand Down
2 changes: 1 addition & 1 deletion lerobot/configs/policy/act_so100_real.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ policy:
n_vae_encoder_layers: 4

# Inference.
temporal_ensemble_momentum: null
temporal_ensemble_coeff: null

# Training and loss computation.
dropout: 0.1
Expand Down

0 comments on commit ab4d807

Please sign in to comment.