mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-24 02:06:15 +00:00
use rewind
This commit is contained in:
@@ -69,7 +69,7 @@ class RLearNConfig(PreTrainedConfig):
|
|||||||
compile_model: bool = True # torch.compile for additional speedup
|
compile_model: bool = True # torch.compile for additional speedup
|
||||||
|
|
||||||
# ReWiND-specific parameters
|
# ReWiND-specific parameters
|
||||||
use_video_rewind: bool = False # Enable video rewinding augmentation
|
use_video_rewind: bool = True # Enable video rewinding augmentation
|
||||||
rewind_prob: float = 0.8 # Probability of applying rewind to each sample (paper: ~80%)
|
rewind_prob: float = 0.8 # Probability of applying rewind to each sample (paper: ~80%)
|
||||||
rewind_last3_prob: float = 0.1 # Of the rewinds, 10% only rewind the last 3 frames
|
rewind_last3_prob: float = 0.1 # Of the rewinds, 10% only rewind the last 3 frames
|
||||||
use_mismatch_loss: bool = False # Enable mismatched language-video loss
|
use_mismatch_loss: bool = False # Enable mismatched language-video loss
|
||||||
|
|||||||
Reference in New Issue
Block a user