-
Notifications
You must be signed in to change notification settings - Fork 4k
Expand file tree
/
Copy pathlww_mixture_of_faults.yaml
More file actions
56 lines (48 loc) · 1.12 KB
/
lww_mixture_of_faults.yaml
File metadata and controls
56 lines (48 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Mixture of faults -- drops, duplicates, reordering, and disconnect combined
name: mixture_of_faults_cloud_raspberry
# Hardware
robot_type: so101
gpu: RTX 4090
client_host: raspberrypiv5
server_host: cloudserver4090
# Policy
policy_type: smolvla
pretrained_name_or_path: jackvial/so101_smolvla_pickplaceorangecube_e100
# DRTC parameters
estimator: jk
cooldown: true
latency_k: 1.5
epsilon: 1
s_min: 20
latency_alpha: 0.125
latency_beta: 0.25
# Timing
duration_s: 25.0
fps: 60
actions_per_chunk: 50
# Butterworth filter
action_filter_mode: butterworth
action_filter_butterworth_cutoff: 3.0
action_filter_gain: 1.4
# Flow matching / RTC
num_flow_matching_steps: 8
rtc_enabled: true
rtc_sigma_d: 0.2
rtc_prefix_attention_schedule: linear
# Diagnostics
full_diagnostics: false
# Fault injection
drop_obs:
- {start_s: 4.0, duration_s: 2.0}
drop_action:
- {start_s: 7.0, duration_s: 2.0}
dup_obs:
- {start_s: 10.0, duration_s: 2.0}
dup_action:
- {start_s: 13.0, duration_s: 2.0}
reorder_obs:
- {start_s: 16.0, duration_s: 3.0}
reorder_action:
- {start_s: 20.0, duration_s: 3.0}
# disconnect:
# - {start_s: 22.0, duration_s: 2.0}