d3d3shan commited on
Commit
090b734
·
verified ·
1 Parent(s): bc43f0c

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - robotics
5
+ language:
6
+ - en
7
+ tags:
8
+ - libero-plus
9
+ - opentau
10
+ - pi0.5
11
+ - robotics
12
+ - benchmark
13
+ - summary
14
+ pretty_name: pi0.5 LIBERO-plus Perturbation Summary
15
+ ---
16
+
17
+ # pi0.5 LIBERO-plus Perturbation Summary
18
+
19
+ This dataset stores the summary report for six completed LIBERO-plus perturbation evaluations of `TensorAuto/tPi0.5-libero`.
20
+
21
+ Files:
22
+
23
+ - `pi05_libero_plus_six_perturb_hf_report.md`: human-readable report with Hugging Face links, success rates, and short analysis.
24
+ - `pi05_libero_plus_six_perturb_hf_report.json`: machine-readable summary.
25
+
26
+ The failure-grid videos and per-category metadata are stored in the linked per-perturbation datasets.
pi05_libero_plus_six_perturb_hf_report.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "micro_success": 0.8114975845410628,
3
+ "macro_success": 0.8254923800827516,
4
+ "total_successes": 8399,
5
+ "total_episodes": 10350,
6
+ "rows": [
7
+ {
8
+ "title": "Camera Viewpoints",
9
+ "repo": "pi05-libero-plus-camera-view-failures",
10
+ "tasks": 419,
11
+ "episodes": 2095,
12
+ "successes": 1197,
13
+ "failures": 898,
14
+ "success_rate": 0.5713603818615752,
15
+ "grid_videos": 55,
16
+ "note": "Most brittle among the completed local categories; camera pose changes strongly affect visual grounding."
17
+ },
18
+ {
19
+ "title": "Robot Initial States",
20
+ "repo": "pi05-libero-plus-robot-initial-failures",
21
+ "tasks": 393,
22
+ "episodes": 1965,
23
+ "successes": 1430,
24
+ "failures": 535,
25
+ "success_rate": 0.727735368956743,
26
+ "grid_videos": 32,
27
+ "note": "Moderate robustness; failures often come from approach pose and grasp recovery sensitivity."
28
+ },
29
+ {
30
+ "title": "Light Conditions",
31
+ "repo": "pi05-libero-plus-light-conditions-failures",
32
+ "tasks": 274,
33
+ "episodes": 1370,
34
+ "successes": 1209,
35
+ "failures": 161,
36
+ "success_rate": 0.8824817518248175,
37
+ "grid_videos": 10,
38
+ "note": "Highest success among completed local categories; illumination shifts are less damaging than geometry/language changes."
39
+ },
40
+ {
41
+ "title": "Background Textures",
42
+ "repo": "pi05-libero-plus-background-textures-failures",
43
+ "tasks": 289,
44
+ "episodes": 1445,
45
+ "successes": 1277,
46
+ "failures": 168,
47
+ "success_rate": 0.8837370242214533,
48
+ "grid_videos": 11,
49
+ "note": "Texture/domain shift stresses visual appearance; failures are useful for checking whether policy overfits tabletop/background cues."
50
+ },
51
+ {
52
+ "title": "Language Instructions",
53
+ "repo": "pi05-libero-plus-language-instructions-failures",
54
+ "tasks": 383,
55
+ "episodes": 1915,
56
+ "successes": 1841,
57
+ "failures": 74,
58
+ "success_rate": 0.9613577023498695,
59
+ "grid_videos": 5,
60
+ "note": "Language paraphrase/instruction shift directly tests semantic grounding; low score usually indicates instruction following and target disambiguation errors."
61
+ },
62
+ {
63
+ "title": "Objects Layout",
64
+ "repo": "pi05-libero-plus-objects-layout-failures",
65
+ "tasks": 312,
66
+ "episodes": 1560,
67
+ "successes": 1445,
68
+ "failures": 115,
69
+ "success_rate": 0.9262820512820513,
70
+ "grid_videos": 8,
71
+ "note": "Object layout changes stress spatial search, grasp approach, and collision recovery; failures often expose planning rather than pure perception issues."
72
+ }
73
+ ]
74
+ }
pi05_libero_plus_six_perturb_hf_report.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # pi0.5 LIBERO-plus Perturbation Result Summary
2
+
3
+ This report combines the three earlier local perturbation uploads with the three `wzxuan` perturbation uploads prepared from `/data/wangjinqiu/tta-memory/libero_plus_eval`.
4
+
5
+ ## Overall
6
+
7
+ - Categories summarized: `6`
8
+ - Micro success: `8399/10350` = `81.15%`
9
+ - Macro success across categories: `82.55%`
10
+ - Policy: `TensorAuto/tPi0.5-libero`
11
+ - Benchmark: LIBERO-plus `libero_10`, 5 episodes per task, seeds `1000..1004`
12
+
13
+ ## Hugging Face Datasets
14
+
15
+ | Perturbation | HF dataset | Tasks | Episodes | Success | Failure grids | Short analysis |
16
+ |---|---|---:|---:|---:|---:|---|
17
+ | Camera Viewpoints | [pi05-libero-plus-camera-view-failures](https://huggingface.co/datasets/d3d3shan/pi05-libero-plus-camera-view-failures) | 419 | 2095 | 1197/2095 (57.14%) | 55 | Most brittle among the completed local categories; camera pose changes strongly affect visual grounding. |
18
+ | Robot Initial States | [pi05-libero-plus-robot-initial-failures](https://huggingface.co/datasets/d3d3shan/pi05-libero-plus-robot-initial-failures) | 393 | 1965 | 1430/1965 (72.77%) | 32 | Moderate robustness; failures often come from approach pose and grasp recovery sensitivity. |
19
+ | Light Conditions | [pi05-libero-plus-light-conditions-failures](https://huggingface.co/datasets/d3d3shan/pi05-libero-plus-light-conditions-failures) | 274 | 1370 | 1209/1370 (88.25%) | 10 | Highest success among completed local categories; illumination shifts are less damaging than geometry/language changes. |
20
+ | Background Textures | [pi05-libero-plus-background-textures-failures](https://huggingface.co/datasets/d3d3shan/pi05-libero-plus-background-textures-failures) | 289 | 1445 | 1277/1445 (88.37%) | 11 | Texture/domain shift stresses visual appearance; failures are useful for checking whether policy overfits tabletop/background cues. |
21
+ | Language Instructions | [pi05-libero-plus-language-instructions-failures](https://huggingface.co/datasets/d3d3shan/pi05-libero-plus-language-instructions-failures) | 383 | 1915 | 1841/1915 (96.14%) | 5 | Language paraphrase/instruction shift directly tests semantic grounding; low score usually indicates instruction following and target disambiguation errors. |
22
+ | Objects Layout | [pi05-libero-plus-objects-layout-failures](https://huggingface.co/datasets/d3d3shan/pi05-libero-plus-objects-layout-failures) | 312 | 1560 | 1445/1560 (92.63%) | 8 | Object layout changes stress spatial search, grasp approach, and collision recovery; failures often expose planning rather than pure perception issues. |
23
+
24
+ ## Caveats
25
+
26
+ - Success is the LIBERO/OpenTau task-completion predicate from `eval_info.json`; videos are qualitative diagnostics.
27
+ - Failed-task reruns are excluded from success-rate computation.
28
+ - The three earlier local datasets and the three `wzxuan` datasets were prepared on different machines, but use the same policy, task suite, 5-episode protocol, and seed schedule.
29
+ - `Sensor Noise` is not included here because the downloaded `wzxuan` payload did not contain a failure-grid report for that category.