File size: 1,033 Bytes
34fcd50 | 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 | {
"source_dataset": "datasets/lerobot/3tasks_combined",
"anchor_scheme": "B",
"anchor_stream": "meas",
"target_stream": "cmd",
"horizon": 16,
"stride": 1,
"include_current": false,
"chunk_offsets": [
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
],
"fps": 30.0,
"control_period_s": 0.03333333333333333,
"action_dim": 10,
"obs_dim": 19,
"urdf": "/mnt/extra/rosetta_arlo/rosetta_ws/src/arm-assistant-central-app/src/arlo_description/urdf/arlo.xacro",
"tip_link": "gripper_connector_1",
"tcp_offset": [
0.0,
0.0,
0.0
],
"motion_filter": {
"lin_thresh_mps": 0.005,
"ang_thresh_per_s": 0.05,
"grip_thresh_mps": 0.002,
"smooth_frames": 7,
"moving_fraction": 0.8609408385582682
},
"trainable_mode": "chunk",
"action_space": "relative_ee_chunk_flat",
"action_layout": {
"horizon": 16,
"action_dim": 10,
"order": "k-major"
},
"action_normalization": "min_max_from_percentiles"
} |