mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-16 14:32:03 +00:00
revert(config): drop train config comment change
This commit is contained in:
@@ -127,9 +127,7 @@ class TrainPipelineConfig(HubMixin):
|
|||||||
# final model is pushed regardless. Works the same locally and remotely.
|
# final model is pushed regardless. Works the same locally and remotely.
|
||||||
save_checkpoint_to_hub: bool = False
|
save_checkpoint_to_hub: bool = False
|
||||||
|
|
||||||
# Sample weighting configuration (e.g., for RA-BC training). Old
|
# Sample weighting configuration (e.g., for RA-BC training)
|
||||||
# inline ``use_rabc`` / ``rabc_*`` params are migrated to this
|
|
||||||
# field by ``_migrate_legacy_rabc_keys`` above.
|
|
||||||
sample_weighting: SampleWeightingConfig | None = None
|
sample_weighting: SampleWeightingConfig | None = None
|
||||||
|
|
||||||
# Rename map for the observation to override the image and state keys
|
# Rename map for the observation to override the image and state keys
|
||||||
|
|||||||
Reference in New Issue
Block a user