angkul07 commited on
Commit
d0c03d9
·
verified ·
1 Parent(s): 6572ef6

SO-101 SmolVLA data: ISR-standardized teleop + retargeted ego, both LeRobot v3.0

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +119 -0
  2. ego_v30.tar +3 -0
  3. std_mm_teleop_v30.tar +3 -0
  4. std_results/RUN_NOTES.md +98 -0
  5. std_results/build_std_dataset.py +149 -0
  6. std_results/build_v30.log.gz +3 -0
  7. std_results/calibrate.py +51 -0
  8. std_results/calibration_sweep.txt +22 -0
  9. std_results/comparison_stats.json +224 -0
  10. std_results/eps_sens.py +43 -0
  11. std_results/out/eps_sensitivity.json +38 -0
  12. std_results/out/isr/ep0.npz +3 -0
  13. std_results/out/isr/ep0_baseline3x.npz +3 -0
  14. std_results/out/isr/ep1.npz +3 -0
  15. std_results/out/isr/ep10.npz +3 -0
  16. std_results/out/isr/ep10_baseline3x.npz +3 -0
  17. std_results/out/isr/ep11.npz +3 -0
  18. std_results/out/isr/ep11_baseline3x.npz +3 -0
  19. std_results/out/isr/ep12.npz +3 -0
  20. std_results/out/isr/ep12_baseline3x.npz +3 -0
  21. std_results/out/isr/ep13.npz +3 -0
  22. std_results/out/isr/ep13_baseline3x.npz +3 -0
  23. std_results/out/isr/ep14.npz +3 -0
  24. std_results/out/isr/ep14_baseline3x.npz +3 -0
  25. std_results/out/isr/ep15.npz +3 -0
  26. std_results/out/isr/ep15_baseline3x.npz +3 -0
  27. std_results/out/isr/ep16.npz +3 -0
  28. std_results/out/isr/ep16_baseline3x.npz +3 -0
  29. std_results/out/isr/ep17.npz +3 -0
  30. std_results/out/isr/ep17_baseline3x.npz +3 -0
  31. std_results/out/isr/ep18.npz +3 -0
  32. std_results/out/isr/ep18_baseline3x.npz +3 -0
  33. std_results/out/isr/ep19.npz +3 -0
  34. std_results/out/isr/ep19_baseline3x.npz +3 -0
  35. std_results/out/isr/ep1_baseline3x.npz +3 -0
  36. std_results/out/isr/ep2.npz +3 -0
  37. std_results/out/isr/ep20.npz +3 -0
  38. std_results/out/isr/ep20_baseline3x.npz +3 -0
  39. std_results/out/isr/ep21.npz +3 -0
  40. std_results/out/isr/ep21_baseline3x.npz +3 -0
  41. std_results/out/isr/ep22.npz +3 -0
  42. std_results/out/isr/ep22_baseline3x.npz +3 -0
  43. std_results/out/isr/ep23.npz +3 -0
  44. std_results/out/isr/ep23_baseline3x.npz +3 -0
  45. std_results/out/isr/ep24.npz +3 -0
  46. std_results/out/isr/ep24_baseline3x.npz +3 -0
  47. std_results/out/isr/ep25.npz +3 -0
  48. std_results/out/isr/ep25_baseline3x.npz +3 -0
  49. std_results/out/isr/ep26.npz +3 -0
  50. std_results/out/isr/ep26_baseline3x.npz +3 -0
README.md ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - so101
8
+ - smolvla
9
+ - teleoperation
10
+ - egocentric
11
+ - retargeting
12
+ - ISR
13
+ size_categories:
14
+ - 10K<n<100K
15
+ ---
16
+
17
+ # so101-smolvla-data — two SO-101 halves in LeRobot v3.0, ready for SmolVLA
18
+
19
+ ```
20
+ std_mm_teleop_v30.tar 95 MB 100 eps 9,500 frames 1 task ISR-standardized real teleop
21
+ ego_v30.tar 319 MB 324 eps 36,442 frames 89 tasks retargeted egocentric video
22
+ std_results/ the standardization run that produced the first half
23
+ ```
24
+
25
+ Both tars unpack to a complete **LeRobot v3.0** tree (`meta/ data/ videos/`) that loads with
26
+ `LeRobotDataset(repo_id, root=...)`. Same 6-DOF SO-101 layout, same camera keys, same units.
27
+
28
+ ## The two halves
29
+
30
+ | Field | `std_mm_teleop_v30` | `ego_v30` |
31
+ |---|---|---|
32
+ | Format | LeRobot **v3.0** | LeRobot **v3.0** ✓ |
33
+ | Robot | `so_follower` | `so101_follower` (same arm, different string) |
34
+ | Rate | **10 fps** (30 Hz ÷ 3.05 ISR compression) | **30 fps** |
35
+ | Episodes | **100** | **324** |
36
+ | Frames | **9,500** (from 28,948) | **36,442** |
37
+ | Tasks | **1** — "pick up blue cube and put into orange box" | **89** |
38
+ | Duration | 15.8 min nominal (real span 16.1 min) | 20.2 min |
39
+ | Episode length | mean 95, range 78–117 | mean 112.5, range 30–354 |
40
+ | Camera keys | `observation.images.front` / `.wrist` | same ✓ |
41
+ | Video | 640×480, h264, yuv420p | 640×480, h264, yuv420p ✓ |
42
+ | Image source | **real** cameras (openbooth SO-101 rig), ISR-selected subset, re-encoded | **synthesized** — 2 crops from 1 ego camera |
43
+ | state / action | `float32[6]` | `float32[6]` ✓ |
44
+ | State layout | `[pan, lift, elbow, wrist_flex, wrist_roll, gripper]`, **degrees** | same ✓ |
45
+ | Action convention | teleop **command**, leads state by ~4 raw frames (0.13 s, residual 0.90°); 2 steps / 2.08° after ISR | absolute **next-frame target** — exact, max abs diff **0.0** on all 324 eps |
46
+ | Gripper encoding | deg, **larger = open** (checked against the wrist video: 1.40° = jaws touching, 59.78° = wide), range 1.4–59.8 | deg, **larger = open**, range −10.0–84.3 — same polarity ✓ |
47
+ | Gripper occupancy | rests **closed** — mean 0.294 of span, 52.6 % of frames in the bottom quarter, 4.1 % in the top | rests **mid** — mean 0.328, 33.5 % bottom quarter, 0.7 % top |
48
+
49
+ Every row is measured off the files (`std_results/stats_compare.py`, ffprobe on the mp4s, the
50
+ parquet columns); raw numbers in `std_results/comparison_stats.json`.
51
+
52
+ ### What to watch when co-training
53
+
54
+ 1. **10 vs 30 fps.** ISR frames are non-uniform in real time, so no single fps is literally true;
55
+ 10 is the measured effective rate and keeps episode durations within ~2 % of the real ones.
56
+ A shared action horizon in *seconds* therefore covers 3× more steps on the ego half.
57
+ 2. **Action convention.** On ego, `action[t] == state[t+1]` exactly — no controller dynamics to
58
+ learn. The teleop half carries a genuine ~0.13 s tracking lag, and ISR does not remove it.
59
+ 3. **Gripper span** differs (1.4–59.8° vs −10.0–84.3°) at identical polarity, so per-dataset
60
+ normalization differs; binarizing at each dataset's own closed→open midpoint is the safe fix.
61
+ 4. **1 vs 89 tasks**, real vs synthesized imagery.
62
+
63
+ ## Provenance
64
+
65
+ | half | source | processing |
66
+ |---|---|---|
67
+ | `std_mm_teleop_v30` | `makermods/2nd_100ep_blue_cube_orange_box` (LeRobot v3.0, real SO-101 teleop) | ISR standardization (`teleop_std_poc`) → kept frames rewritten as a v3.0 dataset |
68
+ | `ego_v30` | `angkul07/ego-data` (EgoDex), retargeted through DT-pipeline stage 6 run F | LeRobot v2.1 → v3.0 (metadata + ffmpeg concat, **stream copy** — pixels untouched) |
69
+
70
+ ## `std_results/` — the standardization run
71
+
72
+ ISR (*Information-Standardized Trajectory Resampling*, Yang et al., IROS 2026,
73
+ [arXiv:2606.22907](https://arxiv.org/abs/2606.22907)) keeps one frame per fixed amount of
74
+ **information** (distance moved + accumulated acceleration) instead of one frame per fixed amount
75
+ of time, so operator pauses collapse and contact-rich moments stay dense. Demonstration consistency
76
+ is then scored with ActionVariance (Eq. 9 of
77
+ [arXiv:2306.02437](https://arxiv.org/abs/2306.02437)) and episodes are bucketed.
78
+
79
+ ```
80
+ out/report.json final artifact: per-episode bucket + ISR stats + thresholds
81
+ out/scores_raw.json ActionVariance before ISR
82
+ out/scores_isr.json ActionVariance after ISR
83
+ out/eps_sensitivity.json cluster-radius stability check
84
+ out/isr/ per-episode kept indices + resampled arrays + 3x uniform baseline
85
+ out/plots/ compression / spacing / variance + 12 per-episode figures
86
+ RUN_NOTES.md knobs, calibration, results, caveats
87
+ calibrate.py, eps_sens.py, build_std_dataset.py, stats_compare.py
88
+ ```
89
+
90
+ **Results.** 28,948 → 9,500 frames (32.8 %). The kept ratio varies **25.1–44.1 %** per episode
91
+ against a flat 33.4 % for the 3× time-uniform baseline — that content-adaptivity is ISR's claim,
92
+ and it reproduces here. Buckets (P50/P90 on ISR scores): **50 train / 40 review / 10 quarantine**.
93
+
94
+ Two caveats that belong next to those numbers:
95
+
96
+ - **ActionVariance rose raw→ISR** (89.8 → 94.3, up in 76/100 episodes), the opposite of the
97
+ BridgeData POC. Expected rather than broken: dropping pause frames removes the *lowest*-variance
98
+ samples. Read the ISR column alone, as a within-dataset ranking.
99
+ - **Buckets are ε-sensitive.** All 100 episodes are one task, so states overlap heavily; per-episode
100
+ rank correlation against ε=0.5 falls to 0.51 (ε=0.3), 0.41 (0.2), 0.19 (0.1). Treat the 10
101
+ quarantined episodes as a shortlist to eyeball, not a verdict.
102
+
103
+ Knobs were recalibrated for degree units (the defaults assume metres): `d_target=12`,
104
+ `λ_acc=0.002`, `gripper-threshold=2.0°`. See `RUN_NOTES.md`.
105
+
106
+ The ActionVariance scorer is a from-the-paper implementation (the paper ships no code) and
107
+ joint-space ISR is an extension beyond the paper, which operates on end-effector positions.
108
+
109
+ ## Use
110
+
111
+ ```bash
112
+ huggingface-cli download angkul07/so101-smolvla-data --repo-type dataset --local-dir .
113
+ tar -xf std_mm_teleop_v30.tar && tar -xf ego_v30.tar
114
+ ```
115
+
116
+ ```python
117
+ from lerobot.datasets.lerobot_dataset import LeRobotDataset
118
+ ds = LeRobotDataset("angkul07/so101-smolvla-data", root="std_mm_teleop_v30")
119
+ ```
ego_v30.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b3946a5ef64e225feadce8f6dddd22a0967e6c8a6a9ce2c9ae6e8c96698fc1c
3
+ size 334131200
std_mm_teleop_v30.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f6390493354d38acb2f640c5eaea957c784ba509a0494fc92618c58641b5137
3
+ size 98867200
std_results/RUN_NOTES.md ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # std_mm_teleop — teleop standardization run on `mm_teleop`
2
+
3
+ Pipeline: `/workspace/teleop_std_poc` (ISR resample → ActionVariance score → bucket → plots).
4
+ Source: `/workspace/mm_teleop` — LeRobot **v3.0**, `so_follower` (SO-101), 100 episodes,
5
+ 28 948 frames @ 30 fps, 1 task, 6-D state/action in **degrees** (5 arm joints + gripper).
6
+
7
+ Run date: 2026-08-18. Env: `/workspace/.venv-tsp` (py3.10, numpy 2.2.6, pyarrow 25.0.1, mpl 3.10.9).
8
+
9
+ ## Command
10
+
11
+ ```bash
12
+ cd /workspace/teleop_std_poc
13
+ TSP_ROOT=/workspace/std_mm_teleop /workspace/.venv-tsp/bin/python run_all.py \
14
+ --local /workspace/mm_teleop --all-episodes \
15
+ --d-target 12 --lambda-acc 0.002 --gripper-threshold 2.0 --baseline 3 \
16
+ --eps 0.5 --max-episode-figs 12
17
+ ```
18
+
19
+ ## Pipeline changes this run needed (all backward compatible)
20
+
21
+ | Change | Why |
22
+ |---|---|
23
+ | `TSP_ROOT` env var in all 5 stages | outputs land here instead of inside the repo |
24
+ | `fetch_trajs.py --local <dir>` / `--all` | the POC only read the HF Hub; this dataset is on disk |
25
+ | SO-101 6-D layout in `split_state` | 6-D state was falling through to `unknown[6]` → gripper force-keep disabled |
26
+ | v3 parquet cache in `_episode_table_v3` | it re-read the 28 948-row concatenated file once per episode (100×) |
27
+ | `isr_resample.py --gripper-threshold` | 0.05 is a *normalized* gripper default; this gripper is in degrees |
28
+ | `viz.py --max-episode-figs`, wide-figure scaling | 100 bars/figures were unreadable |
29
+
30
+ ## Knob calibration (defaults assume metres — this data is degrees)
31
+
32
+ Measured over all 100 episodes: per-frame joint step 2.03° mean / 1.50° median;
33
+ accel magnitude 267 °/s² mean; gripper span 41.6° per episode.
34
+
35
+ - `--lambda-acc 0.002` → the acceleration term carries **21 %** of per-frame info
36
+ (paper's 0.01-in-metres is likewise a minority-but-material share). 0.01 here would be 57 % — acc-dominated.
37
+ - `--gripper-threshold 2.0` ≈ 5 % of the 41.6° gripper span — the same intent as the 0.05 normalized default.
38
+ Flags 12.5 % of frame pairs as gripper events (0.5 → 21 %, i.e. jitter).
39
+ - `--d-target 12` → 32.8 % of frames kept, deliberately matched to the 3× uniform baseline (33.7 %)
40
+ so ISR-vs-uniform is like-for-like. Sweep is in `calibration_sweep.txt`.
41
+
42
+ ## Results
43
+
44
+ **Compression** — 28 948 → 9 500 frames (32.8 %). Kept ratio varies **25.1 %–44.1 %** per episode
45
+ (std 0.040); the 3× baseline is flat at 33.4 % (std 0.001). That content-adaptivity is the ISR claim,
46
+ and it reproduces here. 42 frames/episode on average are gripper-forced.
47
+
48
+ **Scoring** — dataset ActionVariance **raw 89.8 → ISR 94.3 (+5.0 %)**; it *rose* in 76/100 episodes
49
+ (mean +5.4 %). This is the opposite of the BridgeData POC (−22 %) and is expected rather than a bug:
50
+ removing pause frames removes the *lowest*-variance samples (a held pose has near-identical actions),
51
+ so the mean over what remains goes up. The raw→ISR delta is therefore **not** a "pacing noise removed"
52
+ readout on this dataset — read the ISR column alone, as a relative ranking.
53
+
54
+ **Buckets** (percentile mode, P50/P90 on ISR scores): **50 train / 40 review / 10 quarantine**.
55
+ Quarantined: `ep7, ep11, ep15, ep42, ep61, ep71, ep83, ep86, ep87, ep92`.
56
+ Score spread 71.0 → 115.1 (p50 95.0, p90 106.1); every episode was scoreable (100 % clustered coverage).
57
+
58
+ ## Caveats
59
+
60
+ 1. **Bucket assignment is ε-sensitive on this dataset** (`out/eps_sensitivity.json`). All 100 episodes
61
+ are the same task, so states overlap heavily. Per-episode rank correlation against ε=0.5:
62
+ ε=0.3 → 0.51, ε=0.2 → 0.41, ε=0.1 → 0.19; mean cluster size 90 → 22 → 8.5 → 3.5 points.
63
+ The train/quarantine split would reshuffle materially at a tighter radius — treat the current
64
+ 10 quarantines as a shortlist to eyeball, not a verdict, until ε is pinned by a labeled reference.
65
+ 2. Scores are in **degrees²** and only comparable within this dataset (the scorer is test-grade —
66
+ implemented from paper Eq. 9, no official code exists).
67
+ 3. Joint-space ISR is the POC's extension beyond the paper (paper operates on EE positions).
68
+ 4. Only 5 arm joints drive the resampling; the gripper channel drives force-keeping only.
69
+
70
+ ## Outputs
71
+
72
+ ```
73
+ trajs/ 100 × ep{N}.npz (positions/gripper/actions/timestamps) + index.json
74
+ out/isr/ 100 × ep{N}.npz (ISR-kept) + ep{N}_baseline3x.npz + stats.json
75
+ out/scores_raw.json ActionVariance before ISR
76
+ out/scores_isr.json ActionVariance after ISR
77
+ out/report.json final artifact — buckets, thresholds, per-episode ISR stats
78
+ out/eps_sensitivity.json ε-radius stability check
79
+ out/plots/ compression.png, spacing.png, variance.png, ep{0..11}_isr.png
80
+ run.log full stdout
81
+ ```
82
+
83
+ Nothing was written back into `mm_teleop`; it is untouched.
84
+
85
+ ---
86
+
87
+ ## v3.0 dataset build (2026-08-18, after the POC run)
88
+
89
+ `build_std_dataset.py` materializes the ISR-kept frames as a real LeRobot **v3.0** dataset at
90
+ `lerobot_v30/` (223 MB): parquet rows AND the matching video frames, decoded from `mm_teleop`
91
+ and re-encoded h264. 100 eps / 9,500 frames / 1 task, loads via `LeRobotDataset`.
92
+
93
+ Frames are renumbered onto a uniform grid at **10 fps** — the measured effective rate
94
+ (30 fps ÷ 3.05x compression) — because ISR spacing is non-uniform in real time and LeRobot
95
+ enforces `timestamp ≈ frame_index / fps`. Episode durations stay within ~2% of the real ones.
96
+ `--fps 30` rebuilds at the source rate instead.
97
+
98
+ Env: `/workspace/.venv-lerobot` (lerobot 0.4.4). Comparison against ego: `COMPARISON_ego_vs_std_mm_teleop.md`.
std_results/build_std_dataset.py ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python3
2
+ """Materialize the ISR-standardized teleop set as a native LeRobot v3.0 dataset.
3
+
4
+ `teleop_std_poc` only emits npz + report artifacts; SmolVLA needs a real dataset. This takes
5
+ source frames : /workspace/mm_teleop (LeRobot v3.0, SO-101, 30 fps)
6
+ kept indices : /workspace/std_mm_teleop/out/isr/ep{N}.npz ["keep"]
7
+ and writes the kept frames — parquet rows AND the matching video frames — as a new v3.0 tree.
8
+
9
+ TIME: ISR frames are non-uniform in real time, so the original timestamps cannot be carried over
10
+ (LeRobot enforces timestamp ≈ frame_index / fps within tolerance_s). Frames are renumbered onto a
11
+ uniform grid at the dataset's EFFECTIVE rate (30 fps / mean compression ≈ 10 fps), which keeps
12
+ episode durations within a few percent of the real ones. Pass --fps 30 to renumber at the source
13
+ rate instead (episodes then play ~3x fast).
14
+
15
+ Videos are decoded sequentially per camera file (episodes are contiguous and ordered inside them),
16
+ so each source frame is touched exactly once.
17
+ """
18
+ import argparse
19
+ import json
20
+ import os
21
+ import time
22
+ from pathlib import Path
23
+
24
+ os.environ.setdefault("HF_HUB_OFFLINE", "1")
25
+ os.environ.setdefault("HF_DATASETS_OFFLINE", "1")
26
+
27
+ import av
28
+ import numpy as np
29
+ import pyarrow.parquet as pq
30
+
31
+ from lerobot.datasets.lerobot_dataset import LeRobotDataset
32
+
33
+ SRC = Path("/workspace/mm_teleop")
34
+ ISR = Path("/workspace/std_mm_teleop/out/isr")
35
+ OUT = Path("/workspace/std_mm_teleop/lerobot_v30")
36
+
37
+
38
+ class CamReader:
39
+ """Sequential decoder over one camera's concatenated v3.0 video files."""
40
+
41
+ def __init__(self, root: Path, cam: str):
42
+ self.dir = root / "videos" / cam / "chunk-000"
43
+ self.file_index = None
44
+ self.container = None
45
+ self.iter = None
46
+
47
+ def _open(self, file_index: int):
48
+ if self.container is not None:
49
+ self.container.close()
50
+ path = self.dir / f"file-{file_index:03d}.mp4"
51
+ self.container = av.open(str(path))
52
+ self.iter = self.container.decode(video=0)
53
+ self.file_index = file_index
54
+
55
+ def take(self, file_index: int, count: int, keep_local: set[int]) -> dict[int, np.ndarray]:
56
+ """Consume `count` frames of that file, returning only the ones in keep_local."""
57
+ if file_index != self.file_index:
58
+ self._open(file_index)
59
+ out = {}
60
+ for i in range(count):
61
+ frame = next(self.iter)
62
+ if i in keep_local:
63
+ out[i] = frame.to_ndarray(format="rgb24")
64
+ return out
65
+
66
+ def close(self):
67
+ if self.container is not None:
68
+ self.container.close()
69
+
70
+
71
+ def main():
72
+ ap = argparse.ArgumentParser()
73
+ ap.add_argument("--fps", type=int, default=0, help="0 = effective rate (source fps / compression)")
74
+ ap.add_argument("--repo-id", default="angkul07/std_mm_teleop")
75
+ ap.add_argument("--out", default=str(OUT))
76
+ ap.add_argument("--limit", type=int, default=0, help="debug: only N episodes")
77
+ a = ap.parse_args()
78
+
79
+ out_root = Path(a.out)
80
+ if out_root.exists():
81
+ raise SystemExit(f"{out_root} exists — remove it first")
82
+
83
+ info = json.loads((SRC / "meta" / "info.json").read_text())
84
+ src_fps = int(info["fps"])
85
+ features = {k: dict(v, shape=tuple(v["shape"])) # info.json stores lists; validation wants tuples
86
+ for k, v in info["features"].items()
87
+ if k in ("action", "observation.state") or k.startswith("observation.images")}
88
+ cams = [k for k in features if k.startswith("observation.images")]
89
+
90
+ ep_meta = pq.read_table(SRC / "meta" / "episodes" / "chunk-000" / "file-000.parquet").to_pydict()
91
+ n_eps = len(ep_meta["episode_index"])
92
+ data = pq.read_table(SRC / "data" / "chunk-000" / "file-000.parquet")
93
+ state_all = np.array(data["observation.state"].to_pylist(), dtype=np.float32)
94
+ action_all = np.array(data["action"].to_pylist(), dtype=np.float32)
95
+ task_by_index = dict(zip(*pq.read_table(SRC / "meta" / "tasks.parquet").to_pydict().values()))
96
+ task_index_all = np.array(data["task_index"].to_pylist())
97
+
98
+ keeps = {}
99
+ for ep in range(n_eps):
100
+ keeps[ep] = np.load(ISR / f"ep{ep}.npz")["keep"].astype(int)
101
+ kept_total = sum(len(v) for v in keeps.values())
102
+ src_total = int(info["total_frames"])
103
+ compression = src_total / kept_total
104
+ fps = a.fps or max(1, round(src_fps / compression))
105
+ print(f"{src_total} -> {kept_total} frames ({100*kept_total/src_total:.1f}%), "
106
+ f"compression {compression:.2f}x -> writing at {fps} fps "
107
+ f"({'effective rate' if not a.fps else 'forced'})")
108
+
109
+ ds = LeRobotDataset.create(
110
+ repo_id=a.repo_id, fps=fps, features=features, root=out_root,
111
+ robot_type=info.get("robot_type"), use_videos=True,
112
+ image_writer_processes=0, image_writer_threads=4, vcodec="h264",
113
+ )
114
+
115
+ readers = {c: CamReader(SRC, c) for c in cams}
116
+ t0 = time.time()
117
+ todo = n_eps if not a.limit else min(a.limit, n_eps)
118
+ for ep in range(todo):
119
+ lo, hi = ep_meta["dataset_from_index"][ep], ep_meta["dataset_to_index"][ep]
120
+ length = hi - lo
121
+ keep = keeps[ep]
122
+ keep_set = set(keep.tolist())
123
+ frames = {}
124
+ for cam in cams:
125
+ fi = ep_meta[f"videos/{cam}/file_index"][ep]
126
+ frames[cam] = readers[cam].take(fi, length, keep_set)
127
+ if len(frames[cam]) != len(keep):
128
+ raise SystemExit(f"ep{ep} {cam}: got {len(frames[cam])} frames, expected {len(keep)}")
129
+ task = task_by_index[int(task_index_all[lo])]
130
+ for j in keep:
131
+ ds.add_frame({
132
+ "observation.state": state_all[lo + j],
133
+ "action": action_all[lo + j],
134
+ **{c: frames[c][int(j)] for c in cams},
135
+ "task": task,
136
+ })
137
+ ds.save_episode()
138
+ if ep % 10 == 0 or ep == todo - 1:
139
+ el = time.time() - t0
140
+ print(f" ep{ep:>3}: {length} -> {len(keep)} frames | {el:.0f}s elapsed, "
141
+ f"eta {el/(ep+1)*(todo-ep-1):.0f}s", flush=True)
142
+
143
+ for r in readers.values():
144
+ r.close()
145
+ print(f"done in {time.time()-t0:.0f}s -> {out_root}")
146
+
147
+
148
+ if __name__ == "__main__":
149
+ main()
std_results/build_v30.log.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcc356159e6c0c7a67dc4de1459cc5782414cc4577bfd7f40a60d3bfc1e6e611
3
+ size 25508
std_results/calibrate.py ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """Calibrate ISR knobs for degree-unit SO-101 joint data (defaults assume metres)."""
2
+ import sys, json
3
+ from pathlib import Path
4
+ import numpy as np
5
+
6
+ sys.path.insert(0, "/workspace/teleop_std_poc")
7
+ from isr_resample import _acceleration_magnitudes, isr_resample, _gripper_forced
8
+
9
+ T = Path("/workspace/std_mm_teleop/trajs")
10
+ files = sorted(T.glob("ep*.npz"), key=lambda p: int(p.stem[2:]))
11
+
12
+ step_all, acc_all, grip_d, spans = [], [], [], []
13
+ for f in files:
14
+ d = np.load(f)
15
+ pos, ts, g = d["positions"], d["timestamps"], d["gripper"]
16
+ step_all.append(np.linalg.norm(np.diff(pos, axis=0), axis=1))
17
+ acc_all.append(_acceleration_magnitudes(pos, ts))
18
+ grip_d.append(np.abs(np.diff(g)))
19
+ spans.append(g.max() - g.min())
20
+ step = np.concatenate(step_all); acc = np.concatenate(acc_all); gd = np.concatenate(grip_d)
21
+ print(f"per-frame joint step (deg): mean {step.mean():.3f} median {np.median(step):.3f} p90 {np.percentile(step,90):.3f}")
22
+ print(f"accel magnitude (deg/s^2): mean {acc.mean():.1f} median {np.median(acc):.1f}")
23
+ print(f"gripper |delta| per frame: median {np.median(gd):.3f} p90 {np.percentile(gd,90):.3f} max {gd.max():.2f}")
24
+ print(f"gripper span per episode : mean {np.mean(spans):.1f}")
25
+
26
+ # lambda_acc so the acceleration term carries a comparable weight to distance, as in the paper
27
+ # (paper: metres + lambda_acc 0.01 -> acc term is a minority but non-trivial share of the info)
28
+ for la in [0.0, 0.001, 0.002, 0.005, 0.01]:
29
+ share = la * acc.mean() / (step.mean() + la * acc.mean())
30
+ print(f" lambda_acc={la:<6} -> acc share of per-frame info {100*share:.0f}%")
31
+
32
+ # gripper threshold: pick the knee between "real open/close" and per-frame jitter
33
+ for th in [0.5, 1.0, 2.0, 3.0]:
34
+ frac = float((gd > th).mean())
35
+ print(f" grip_threshold={th:<4} -> {100*frac:.1f}% of frame pairs flagged as gripper events")
36
+
37
+ # d_target sweep on a 12-episode probe (keep ratio + gripper-forced share)
38
+ probe = files[:12]
39
+ la, gt = 0.002, 2.0
40
+ print("\nd_target sweep (12-episode probe, lambda_acc=%.3f, grip_th=%.1f):" % (la, gt))
41
+ for dt in [2, 4, 6, 8, 12, 16, 24]:
42
+ ratios, forced_share = [], []
43
+ for f in probe:
44
+ d = np.load(f)
45
+ pos, ts, g = d["positions"], d["timestamps"], d["gripper"]
46
+ keep = isr_resample(pos, ts, g, dt, 1.0, la, gt)
47
+ forced = _gripper_forced(g, len(pos), threshold=gt)
48
+ ratios.append(len(keep) / len(pos))
49
+ forced_share.append(len(forced) / max(len(keep), 1))
50
+ print(f" d_target={dt:<4} kept {100*np.mean(ratios):5.1f}% (min {100*min(ratios):.0f} max {100*max(ratios):.0f}) "
51
+ f"| gripper-forced share of kept {100*np.mean(forced_share):.0f}%")
std_results/calibration_sweep.txt ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ per-frame joint step (deg): mean 2.028 median 1.497 p90 4.997
2
+ accel magnitude (deg/s^2): mean 267.4 median 237.4
3
+ gripper |delta| per frame: median 0.000 p90 2.478 max 3.75
4
+ gripper span per episode : mean 41.6
5
+ lambda_acc=0.0 -> acc share of per-frame info 0%
6
+ lambda_acc=0.001 -> acc share of per-frame info 12%
7
+ lambda_acc=0.002 -> acc share of per-frame info 21%
8
+ lambda_acc=0.005 -> acc share of per-frame info 40%
9
+ lambda_acc=0.01 -> acc share of per-frame info 57%
10
+ grip_threshold=0.5 -> 21.3% of frame pairs flagged as gripper events
11
+ grip_threshold=1.0 -> 18.0% of frame pairs flagged as gripper events
12
+ grip_threshold=2.0 -> 12.5% of frame pairs flagged as gripper events
13
+ grip_threshold=3.0 -> 7.3% of frame pairs flagged as gripper events
14
+
15
+ d_target sweep (12-episode probe, lambda_acc=0.002, grip_th=2.0):
16
+ d_target=2 kept 69.7% (min 65 max 74) | gripper-forced share of kept 21%
17
+ d_target=4 kept 60.5% (min 53 max 65) | gripper-forced share of kept 24%
18
+ d_target=6 kept 51.5% (min 41 max 58) | gripper-forced share of kept 29%
19
+ d_target=8 kept 42.9% (min 34 max 49) | gripper-forced share of kept 34%
20
+ d_target=12 kept 33.3% (min 26 max 42) | gripper-forced share of kept 44%
21
+ d_target=16 kept 28.8% (min 22 max 38) | gripper-forced share of kept 51%
22
+ d_target=24 kept 23.9% (min 18 max 34) | gripper-forced share of kept 61%
std_results/comparison_stats.json ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "name": "std_mm_teleop",
4
+ "root": "/workspace/std_mm_teleop/lerobot_v30",
5
+ "format": "LeRobot v3.0",
6
+ "robot_type": "so_follower",
7
+ "fps": 10,
8
+ "episodes": 100,
9
+ "frames": 9500,
10
+ "tasks": 1,
11
+ "task_examples": [
12
+ "pick up blue cube and put into orange box"
13
+ ],
14
+ "duration_s": 950.0,
15
+ "duration_hms": "15.8 min",
16
+ "episode_len": {
17
+ "mean": 95.0,
18
+ "min": 78,
19
+ "max": 117,
20
+ "median": 94
21
+ },
22
+ "camera_keys": [
23
+ "observation.images.wrist",
24
+ "observation.images.front"
25
+ ],
26
+ "video": {
27
+ "observation.images.wrist": {
28
+ "codec": "h264",
29
+ "size": "640x480",
30
+ "pix_fmt": "yuv420p",
31
+ "fps": "10/1",
32
+ "n_files": 1
33
+ },
34
+ "observation.images.front": {
35
+ "codec": "h264",
36
+ "size": "640x480",
37
+ "pix_fmt": "yuv420p",
38
+ "fps": "10/1",
39
+ "n_files": 1
40
+ }
41
+ },
42
+ "state_dtype": "float32[6]",
43
+ "action_dtype": "float32[6]",
44
+ "state_layout": [
45
+ "shoulder_pan.pos",
46
+ "shoulder_lift.pos",
47
+ "elbow_flex.pos",
48
+ "wrist_flex.pos",
49
+ "wrist_roll.pos",
50
+ "gripper.pos"
51
+ ],
52
+ "state_range_deg": [
53
+ [
54
+ -14.3,
55
+ 62.6
56
+ ],
57
+ [
58
+ -105.8,
59
+ 70.7
60
+ ],
61
+ [
62
+ -78.3,
63
+ 97.1
64
+ ],
65
+ [
66
+ 28.7,
67
+ 97.2
68
+ ],
69
+ [
70
+ -72.2,
71
+ 115.5
72
+ ],
73
+ [
74
+ 1.4,
75
+ 59.8
76
+ ]
77
+ ],
78
+ "action_convention": {
79
+ "mae_vs_state_at_lag": {
80
+ "0": 4.0875,
81
+ "1": 2.4818,
82
+ "2": 2.0846,
83
+ "3": 3.0765,
84
+ "4": 4.45,
85
+ "5": 6.1464,
86
+ "6": 7.921
87
+ },
88
+ "best_lag_frames": 2,
89
+ "best_lag_mae_deg": 2.0846
90
+ },
91
+ "gripper": {
92
+ "state_range": [
93
+ 1.398,
94
+ 59.784
95
+ ],
96
+ "action_range": [
97
+ 0.0,
98
+ 60.714
99
+ ],
100
+ "looks_normalized_01": false,
101
+ "mean": 18.569,
102
+ "mean_normalized": 0.294,
103
+ "p05_p50_p95": [
104
+ 1.461,
105
+ 13.85,
106
+ 44.473
107
+ ],
108
+ "pct_below_25pct_of_span": 52.6,
109
+ "pct_above_75pct_of_span": 4.1
110
+ }
111
+ },
112
+ {
113
+ "name": "ego_v21",
114
+ "root": "/workspace/final_dataset/final_data/ego_v21",
115
+ "format": "LeRobot v3.0",
116
+ "robot_type": "so101_follower",
117
+ "fps": 30,
118
+ "episodes": 324,
119
+ "frames": 36442,
120
+ "tasks": 89,
121
+ "task_examples": [
122
+ "pick up a AirPods case from the table and place it on the chessboard.",
123
+ "pick up a black silk hairtie from the table and place it in the clear jar.",
124
+ "pick up a black stapler from the table and place it in the box lid."
125
+ ],
126
+ "duration_s": 1214.7,
127
+ "duration_hms": "20.2 min",
128
+ "episode_len": {
129
+ "mean": 112.5,
130
+ "min": 30,
131
+ "max": 354,
132
+ "median": 96
133
+ },
134
+ "camera_keys": [
135
+ "observation.images.front",
136
+ "observation.images.wrist"
137
+ ],
138
+ "video": {
139
+ "observation.images.front": {
140
+ "codec": "h264",
141
+ "size": "640x480",
142
+ "pix_fmt": "yuv420p",
143
+ "fps": "30/1",
144
+ "n_files": 1
145
+ },
146
+ "observation.images.wrist": {
147
+ "codec": "h264",
148
+ "size": "640x480",
149
+ "pix_fmt": "yuv420p",
150
+ "fps": "30/1",
151
+ "n_files": 1
152
+ }
153
+ },
154
+ "state_dtype": "float32[6]",
155
+ "action_dtype": "float32[6]",
156
+ "state_layout": [
157
+ "shoulder_pan.pos",
158
+ "shoulder_lift.pos",
159
+ "elbow_flex.pos",
160
+ "wrist_flex.pos",
161
+ "wrist_roll.pos",
162
+ "gripper.pos"
163
+ ],
164
+ "state_range_deg": [
165
+ [
166
+ -110.0,
167
+ 110.0
168
+ ],
169
+ [
170
+ -100.0,
171
+ 100.0
172
+ ],
173
+ [
174
+ -96.8,
175
+ 96.8
176
+ ],
177
+ [
178
+ -95.0,
179
+ 95.0
180
+ ],
181
+ [
182
+ -157.2,
183
+ 162.8
184
+ ],
185
+ [
186
+ -10.0,
187
+ 84.3
188
+ ]
189
+ ],
190
+ "action_convention": {
191
+ "mae_vs_state_at_lag": {
192
+ "0": 1.9507,
193
+ "1": 0.0,
194
+ "2": 1.9761,
195
+ "3": 3.8321,
196
+ "4": 5.6246,
197
+ "5": 7.3562,
198
+ "6": 9.0061
199
+ },
200
+ "best_lag_frames": 1,
201
+ "best_lag_mae_deg": 0.0
202
+ },
203
+ "gripper": {
204
+ "state_range": [
205
+ -10.0,
206
+ 84.298
207
+ ],
208
+ "action_range": [
209
+ -8.594,
210
+ 84.298
211
+ ],
212
+ "looks_normalized_01": false,
213
+ "mean": 20.944,
214
+ "mean_normalized": 0.328,
215
+ "p05_p50_p95": [
216
+ 1.1,
217
+ 18.343,
218
+ 49.112
219
+ ],
220
+ "pct_below_25pct_of_span": 33.5,
221
+ "pct_above_75pct_of_span": 0.7
222
+ }
223
+ }
224
+ ]
std_results/eps_sens.py ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """ε sensitivity: is the per-episode ranking stable, or an artifact of over-wide state clusters?"""
2
+ import sys, json
3
+ from pathlib import Path
4
+ import numpy as np
5
+
6
+ sys.path.insert(0, "/workspace/teleop_std_poc")
7
+ import os
8
+ os.environ.setdefault("TSP_ROOT", "/workspace/std_mm_teleop")
9
+ from action_variance import load, score
10
+
11
+ eps_list = [0.5, 0.3, 0.2, 0.1]
12
+ episodes = load("isr")
13
+ S = np.concatenate([p for _, p, _ in episodes])
14
+ mu, sd = S.mean(0), S.std(0) + 1e-9
15
+ Z = (S - mu) / sd
16
+ res = {}
17
+ rank0 = None
18
+ out = {}
19
+ for e in eps_list:
20
+ per, ds, _ = score(episodes, e, 2)
21
+ names = list(per)
22
+ vals = np.array([per[n]["score"] if per[n]["score"] is not None else np.nan for n in names])
23
+ cov = np.mean([per[n]["scored_points"] / per[n]["total_points"] for n in names])
24
+ # mean cluster size, sampled (full N^2 already done inside score, recompute cheaply on a sample)
25
+ idx = np.random.default_rng(0).choice(len(Z), size=min(2000, len(Z)), replace=False)
26
+ sizes = [(np.linalg.norm(Z - Z[i], axis=1) <= e).sum() for i in idx]
27
+ r = np.argsort(np.argsort(np.nan_to_num(vals, nan=-1)))
28
+ if rank0 is None:
29
+ rank0 = r
30
+ corr = 1.0
31
+ else:
32
+ corr = float(np.corrcoef(rank0, r)[0, 1])
33
+ out[str(e)] = {"dataset_av": None if ds is None else round(ds, 4),
34
+ "coverage": round(100 * cov, 1),
35
+ "mean_cluster_size": round(float(np.mean(sizes)), 1),
36
+ "median_cluster_size": int(np.median(sizes)),
37
+ "cluster_pct_of_dataset": round(100 * float(np.mean(sizes)) / len(Z), 2),
38
+ "rank_corr_vs_eps0.5": round(corr, 3)}
39
+ print(e, out[str(e)])
40
+ Path("/workspace/std_mm_teleop/out/eps_sensitivity.json").write_text(json.dumps(
41
+ {"note": "per-episode ActionVariance ranking vs cluster radius on ISR-resampled data",
42
+ "n_points": int(len(Z)), "eps": out}, indent=2))
43
+ print("wrote out/eps_sensitivity.json")
std_results/out/eps_sensitivity.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "note": "per-episode ActionVariance ranking vs cluster radius on ISR-resampled data",
3
+ "n_points": 9500,
4
+ "eps": {
5
+ "0.5": {
6
+ "dataset_av": 94.3317,
7
+ "coverage": 99.6,
8
+ "mean_cluster_size": 90.5,
9
+ "median_cluster_size": 34,
10
+ "cluster_pct_of_dataset": 0.95,
11
+ "rank_corr_vs_eps0.5": 1.0
12
+ },
13
+ "0.3": {
14
+ "dataset_av": 32.7051,
15
+ "coverage": 92.4,
16
+ "mean_cluster_size": 22.1,
17
+ "median_cluster_size": 11,
18
+ "cluster_pct_of_dataset": 0.23,
19
+ "rank_corr_vs_eps0.5": 0.51
20
+ },
21
+ "0.2": {
22
+ "dataset_av": 11.1128,
23
+ "coverage": 74.0,
24
+ "mean_cluster_size": 8.5,
25
+ "median_cluster_size": 5,
26
+ "cluster_pct_of_dataset": 0.09,
27
+ "rank_corr_vs_eps0.5": 0.41
28
+ },
29
+ "0.1": {
30
+ "dataset_av": 2.0393,
31
+ "coverage": 42.3,
32
+ "mean_cluster_size": 3.5,
33
+ "median_cluster_size": 1,
34
+ "cluster_pct_of_dataset": 0.04,
35
+ "rank_corr_vs_eps0.5": 0.186
36
+ }
37
+ }
38
+ }
std_results/out/isr/ep0.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:985b67a2ce220606a9e653a896b59fdc2a57b07fecf117d74a82e218fbdffbf0
3
+ size 11892
std_results/out/isr/ep0_baseline3x.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36f8b60d3a2df4547b707ef891ca7be607c27cbaa276259b8d04cc7b3d606cd4
3
+ size 10474
std_results/out/isr/ep1.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c46ef8ae2811b763b1448d8faa49363adb991570c4e2b41bbb0aa6b828ae4922
3
+ size 13012
std_results/out/isr/ep10.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b747a59d43f26557313b3c913162b108537c083697a05ea4e3c31e9b148dc3f
3
+ size 11204
std_results/out/isr/ep10_baseline3x.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e9f5a0271b47ccdab8b720a73e6817c80e459c5843fe55a93da653118136cb6
3
+ size 9434
std_results/out/isr/ep11.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec2b14f66547bc2631c51282e474e4f0e6909c2bc1c213876dfd952e74aa6142
3
+ size 13900
std_results/out/isr/ep11_baseline3x.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88ad0bacbb046414ba96ccdfc949725a911e7a8694ce1006ad0c8e66440c289d
3
+ size 9850
std_results/out/isr/ep12.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:035d209f965c95151b7eba7456d6050495ff2f9d51e9ce26406fee5dde2748f1
3
+ size 10428
std_results/out/isr/ep12_baseline3x.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b7732ffc8edb4b9ad2bdac87dd514624b67921549928b126d23ca38cc332303
3
+ size 11618
std_results/out/isr/ep13.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:901aac020baf83a6a1aad7ba708fd22ec1bca77e9f0896186564e98e5c1a9098
3
+ size 11708
std_results/out/isr/ep13_baseline3x.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ff292435eb8ea4daf5074050f942141ff4ad11dd606b3d4f2c9afce61535229
3
+ size 10890
std_results/out/isr/ep14.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:169de8654175ce48f7015fb0f8a2559a12d102dbb388846544b1a8d165aaf3fc
3
+ size 12396
std_results/out/isr/ep14_baseline3x.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d68a24718b36111636517c3209b8904f4539626735da7fc1c7cfa77dde9f3f7
3
+ size 10578
std_results/out/isr/ep15.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dbe44609551f66b178a649fede6290084ddea47215a61204ba5b4c7251d7c1c
3
+ size 11948
std_results/out/isr/ep15_baseline3x.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89ebded65b49f5f1b81d21c8370869af984dc96798f70c844e0ec90953d27553
3
+ size 10058
std_results/out/isr/ep16.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1664a043dcd8b57805528a7047dc120f0956f69f3fbbec9be2223797e2c92e3b
3
+ size 12356
std_results/out/isr/ep16_baseline3x.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6763f63dfedf77819721ca9d0113812e6540cdd91495e7adce6fc21b9da9d663
3
+ size 9954
std_results/out/isr/ep17.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6f2096948a3b46a7e802793d782cf434eb4710d34032e7cb8ac46f6f3fd4f39
3
+ size 11740
std_results/out/isr/ep17_baseline3x.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ca1475df5eccf002945dce6bedfd6004fa8625ede8be8c89f3880f9550c9740
3
+ size 11618
std_results/out/isr/ep18.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf5de414cbf1f58f8a92cf0b0b57fc8d197771a4cd4f64ea81e668fe1fe166a2
3
+ size 11812
std_results/out/isr/ep18_baseline3x.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4fec41fee45ac170abbad2cda14c39cc0679ba03a9de15ba14cfbd8289182fb
3
+ size 12138
std_results/out/isr/ep19.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4eaaed4f00ef975bba3e65b65348042d58f90b94e2add2844655659c3327beef
3
+ size 12116
std_results/out/isr/ep19_baseline3x.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:468fedc8588646b89f1d9cbfc4891cdb17a045530f847dcbb0bdfab665a1602e
3
+ size 12034
std_results/out/isr/ep1_baseline3x.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57f614de6f14ae058e995263ccd87d8878b94e28f235587a58fd507168b6bfc6
3
+ size 10786
std_results/out/isr/ep2.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:132a9fb38a2d123947821770ca4e6d7dc23fb39fab5254e7b6378156176e809e
3
+ size 13236
std_results/out/isr/ep20.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:495a5b06dd3b741196096e67de84496fe777281fd8b3304636b38953f182f2ce
3
+ size 11460
std_results/out/isr/ep20_baseline3x.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3fbb4703da668d03ee3a8830214067240b8cff450603096020c07ca01d88b2a
3
+ size 11410
std_results/out/isr/ep21.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a88c387c87c00e07baaffd460c2b3abd95b659d12e2eaea73c041c2c872f8fa
3
+ size 12500
std_results/out/isr/ep21_baseline3x.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50267cef61387e4ba41035ba79079ee16469e550634349b97ca4572ef06585c8
3
+ size 10890
std_results/out/isr/ep22.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06d9121af94aa8ba6860a0a2209335c04e81b22c60e71254970fdcffd7dbaf32
3
+ size 12476
std_results/out/isr/ep22_baseline3x.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:680b29fb1157c0716d683e86c51fa341a2ed32ed73b0bea278972d74e5278714
3
+ size 9954
std_results/out/isr/ep23.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2c353d5ad4e8d2a686a7f0ed4864c459d7211e6c77d94afc5a4061384ed7694
3
+ size 13164
std_results/out/isr/ep23_baseline3x.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92e583eb910c6939e3759e2174d548368554d6aa009832c287b17e7e0270ddc4
3
+ size 10786
std_results/out/isr/ep24.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a8efde2763569981b15501719ce8e04c86c943fb9aadc15aac45ca0c78519d1
3
+ size 12236
std_results/out/isr/ep24_baseline3x.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27d3b75bb608f6698707b727c3fe90d155ee6c92e30ae2fe1f3e82fbf7274b6a
3
+ size 9850
std_results/out/isr/ep25.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b64a738b2beb136f31c3a2a1608a9dd1406c14ba446b5237582b277d701444d5
3
+ size 12972
std_results/out/isr/ep25_baseline3x.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00b3f760a31619dd4f8d6b3d46210f8349ea22244c0b3083c9e472f9cb079479
3
+ size 10370
std_results/out/isr/ep26.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94bc70762da5b1602f3bed5606160b429927275649c52214c1e612ebf85899cd
3
+ size 13764
std_results/out/isr/ep26_baseline3x.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e465a129ac69756b6f0f5b78836c3ccafaa7a6b4d6665bd141100278ad2db41a
3
+ size 9330