pranavsaroha commited on
Commit
d4bf119
·
verified ·
1 Parent(s): fab5d8b

v1 full sweep: 60 configs (45 standard + 15 SC-only), 166 episodes, 46-dim state with force/contact/joint vel/eff, 7-dim pose action. CheatCode demos with narrowed SC translations (Path B), grasp pose noise within spec, full +/-10 deg NIC yaw range, randomized Zone 3/4 layout.

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 +79 -0
  2. data/chunk-000/file-000.parquet +3 -0
  3. data/chunk-000/file-001.parquet +3 -0
  4. data/chunk-000/file-002.parquet +3 -0
  5. data/chunk-000/file-003.parquet +3 -0
  6. data/chunk-000/file-004.parquet +3 -0
  7. data/chunk-000/file-005.parquet +3 -0
  8. data/chunk-000/file-006.parquet +3 -0
  9. data/chunk-000/file-007.parquet +3 -0
  10. data/chunk-000/file-008.parquet +3 -0
  11. data/chunk-000/file-009.parquet +3 -0
  12. data/chunk-000/file-010.parquet +3 -0
  13. data/chunk-000/file-011.parquet +3 -0
  14. data/chunk-000/file-012.parquet +3 -0
  15. data/chunk-000/file-013.parquet +3 -0
  16. data/chunk-000/file-014.parquet +3 -0
  17. data/chunk-000/file-015.parquet +3 -0
  18. data/chunk-000/file-016.parquet +3 -0
  19. data/chunk-000/file-017.parquet +3 -0
  20. data/chunk-000/file-018.parquet +3 -0
  21. data/chunk-000/file-019.parquet +3 -0
  22. data/chunk-000/file-020.parquet +3 -0
  23. data/chunk-000/file-021.parquet +3 -0
  24. data/chunk-000/file-022.parquet +3 -0
  25. data/chunk-000/file-023.parquet +3 -0
  26. data/chunk-000/file-024.parquet +3 -0
  27. data/chunk-000/file-025.parquet +3 -0
  28. data/chunk-000/file-026.parquet +3 -0
  29. data/chunk-000/file-027.parquet +3 -0
  30. data/chunk-000/file-028.parquet +3 -0
  31. data/chunk-000/file-029.parquet +3 -0
  32. data/chunk-000/file-030.parquet +3 -0
  33. data/chunk-000/file-031.parquet +3 -0
  34. data/chunk-000/file-032.parquet +3 -0
  35. data/chunk-000/file-033.parquet +3 -0
  36. data/chunk-000/file-034.parquet +3 -0
  37. data/chunk-000/file-035.parquet +3 -0
  38. data/chunk-000/file-036.parquet +3 -0
  39. data/chunk-000/file-037.parquet +3 -0
  40. data/chunk-000/file-038.parquet +3 -0
  41. data/chunk-000/file-039.parquet +3 -0
  42. data/chunk-000/file-040.parquet +3 -0
  43. data/chunk-000/file-041.parquet +3 -0
  44. data/chunk-000/file-042.parquet +3 -0
  45. data/chunk-000/file-043.parquet +3 -0
  46. data/chunk-000/file-044.parquet +3 -0
  47. data/chunk-000/file-045.parquet +3 -0
  48. data/chunk-000/file-046.parquet +3 -0
  49. data/chunk-000/file-047.parquet +3 -0
  50. data/chunk-000/file-048.parquet +3 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - aic
8
+ - ur5e
9
+ - cable-insertion
10
+ size_categories:
11
+ - 1K<n<10K
12
+ configs:
13
+ - config_name: default
14
+ data_files:
15
+ - split: train
16
+ path: data/*/*.parquet
17
+ ---
18
+
19
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
20
+
21
+ ## Dataset Description
22
+
23
+ Expert demonstrations of optical cable insertion using the UR5e robot in the
24
+ [AI for Industry Challenge](https://aiforindustrychallenge.com) simulation.
25
+ Demonstrations were generated using the CheatCode policy (ground-truth TF
26
+ transforms). v1 dataset adds force/torque sensor data, joint velocities/efforts,
27
+ contact flag, structured task metadata, and uses the commanded pose target as
28
+ the action signal.
29
+
30
+ - **Episodes:** 166
31
+ - **Frames:** 74328
32
+ - **FPS:** 20
33
+ - **Cameras:** left, center, right (256x288, AV1)
34
+ - **Action space:** absolute Cartesian pose target = [pose.x, pose.y, pose.z, pose.qx, pose.qy, pose.qz, pose.qw]
35
+ - **State space (46 dims):**
36
+ - TCP pose (7): position xyz + quaternion xyzw
37
+ - TCP velocity (6): linear xyz + angular xyz
38
+ - Joint positions (7)
39
+ - Joint velocities (7)
40
+ - Joint efforts (7)
41
+ - Wrist wrench (6): force xyz + torque xyz (post-tare)
42
+ - F/T tare offset (6): the bias removed by the tare service
43
+ - **Per-frame off-limit contact flag (1 dim):** 1.0 if the gripper or arm
44
+ contacted an off-limit zone (enclosure walls, task board frame) within ±25ms
45
+ of the frame, else 0.0.
46
+ - **Episode metadata** includes structured task fields: `cable_type`,
47
+ `plug_type`, `port_type`, `port_name`, `target_module_name`, `time_limit`,
48
+ and the original trial key.
49
+
50
+ ## Robot
51
+
52
+ - Universal Robots UR5e arm
53
+ - Robotiq Hand-E gripper
54
+ - ATI AXIA80-M20 6-axis force/torque sensor at the wrist
55
+ - 3 Basler acA2440-20gc wrist cameras with Edmunds 58-000 lenses
56
+ (1152x1024 native, downsampled to 256x288 for training)
57
+
58
+ ## Controller
59
+
60
+ The policy outputs 7-dim absolute pose targets. At submission time, these are
61
+ wrapped in MotionUpdate messages with constant impedance:
62
+
63
+ - `target_stiffness` diag: [90, 90, 90, 50, 50, 50]
64
+ - `target_damping` diag: [50, 50, 50, 20, 20, 20]
65
+ - `wrench_feedback_gains_at_tip`: [0.5] * 6
66
+ - `feedforward_wrench_at_tip`: 0
67
+ - `trajectory_generation_mode`: MODE_POSITION
68
+
69
+ These constants match what CheatCode used during data collection (verified by
70
+ inspecting recorded MotionUpdate messages — all values constant across all
71
+ 1590 messages of a representative trial).
72
+
73
+ ## Source
74
+
75
+ - Source runs: 60
76
+ - Generator script: `~/generate_aic_configs.py`
77
+ - Collection script: `~/collect_all.sh`
78
+ - Bag-to-LeRobot converter: `~/bag_to_lerobot.py`
79
+ - AIC toolkit: https://github.com/intrinsic-dev/aic
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db823f4076068b44fe71203d6d084eefc3b18729f2fbbf9ef70b937e8f92a89b
3
+ size 215166
data/chunk-000/file-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af8d0c2b01b9735142fe33ae9224df43aa3932d7f9ded1a5b35119cff1f64b83
3
+ size 226583
data/chunk-000/file-002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e74d6c02c93b321278e916759c3017cc49aa853f9b539f3f7d38ff6e2dd506d5
3
+ size 188843
data/chunk-000/file-003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b72d7f632ab43c97a872af79cbdc19996465d2dd6bf3818c4a51156d4deb5cb5
3
+ size 134447
data/chunk-000/file-004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05348610c5b33d195407a2740ce32dc8587f712300accca1a6d613f533d930e6
3
+ size 132689
data/chunk-000/file-005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1583d90f4901c33e680792170babd59b4e2af5f359dbc4535d0693eb1e1b8cdb
3
+ size 191230
data/chunk-000/file-006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9872d7a56de50c8ab7a67e4e68b6dce8fbce6109c95ca65ab342ab42c1c2849b
3
+ size 154572
data/chunk-000/file-007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30fe3761245b6764073dc91ad3f2229a0b3ae826e61cdc883da04b1cb4a32340
3
+ size 135083
data/chunk-000/file-008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed79502bd2eae12877eadcc489602bc3f2da59e86df99fcb91eaea7fd1ecc84d
3
+ size 189791
data/chunk-000/file-009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a912819f7b0745df885605d3e80218c3ffacd6f2210a5938eae94bc3df3e2cdd
3
+ size 133352
data/chunk-000/file-010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa4909199ae6204a6b93a89a457805f71aa671d5d05b9e0e6079e7432d5250d5
3
+ size 132616
data/chunk-000/file-011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d631c60656bec055af871b8651fe4e45c2412c50c6f4543d52f4afe16aaa404
3
+ size 190424
data/chunk-000/file-012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7ec46184fa7bb8ffec8841ab8dfa88bb9a2321f8fc2db5d5e274102e0d522b7
3
+ size 154700
data/chunk-000/file-013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2232dea54b78eb24eec0b09158cee723b5ca9f9e7e11d8d8cdb832e2cf86af55
3
+ size 135900
data/chunk-000/file-014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dddbd2cacb588be637f4794a761963325b4a19e3b33037da31e3c48c7c75566c
3
+ size 192366
data/chunk-000/file-015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b9a223ffbb995c12cd5285e46156b845e4259c384010885c1ab8626e4954544
3
+ size 127349
data/chunk-000/file-016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bde08a375a7ad636cf9ace8c330db19ac861c5699e3dfd1c6b6bf4bac3e336b
3
+ size 142321
data/chunk-000/file-017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e007be9eb8b08798c806886652d021878516251346f6791ae131d48defb75050
3
+ size 193555
data/chunk-000/file-018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09b3e4b94e6bd243208df7134ec90208cb031cdf6ba6dbb53c40006145d798a0
3
+ size 130546
data/chunk-000/file-019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00954f3ade0216b7556e308da03b6b7d298e86de316ad9e3472361e5735becec
3
+ size 132032
data/chunk-000/file-020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24fa667eece50ca3788f9551e8fdca076b631610f4bdb5f72528db29746b241b
3
+ size 192544
data/chunk-000/file-021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5bdd7daeaf0e173a9d70e7fea5880d928e8fdd63cee54a37a67f99ce06a6828
3
+ size 418953
data/chunk-000/file-022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd2c21c7a365805c4437a07e0cec46f7b92aacafb19a86742c229ee0bbc03f18
3
+ size 195170
data/chunk-000/file-023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97aeff7dff5f126c6ba9968167d84db7a3603eecc8529d582b9f22cf7b601cf6
3
+ size 135190
data/chunk-000/file-024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68f918b7d60f91c8af8e03fda62b674b02defafa72bca094d73e84c326512c6c
3
+ size 144191
data/chunk-000/file-025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19ed4133e9e928636c07c4511d56886b21f30c5769243983b338a2682d7dfb51
3
+ size 194305
data/chunk-000/file-026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d470d60a75bc11951c4b002c70d8dd1ffa067e6aafb74a5810f68978cd64b40
3
+ size 141511
data/chunk-000/file-027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:529a9ea30f6e50ee4923480e8cd90815b205578f6cf2255dae7d1f3a45e932f7
3
+ size 139135
data/chunk-000/file-028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dd200fb27394ac199f7d582fa2b6d81beeedece64744dec622630cf82f3b025
3
+ size 199245
data/chunk-000/file-029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccf2abe643810b0ea80fb3566b70a0f1777f549ee2e510a9e4a0a62588899e56
3
+ size 136928
data/chunk-000/file-030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7584d8aa1781a8606bedcd99cee5fd58e825b99b14fe1271499a6b26b299546
3
+ size 138553
data/chunk-000/file-031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dca67fe7aae373a732daf0ad4e95a64c336e076289bc33800389534addbb4d68
3
+ size 191996
data/chunk-000/file-032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:871c686b820240626a33d597672006704adbc1e73ff64bcd23a48a1f5c142692
3
+ size 132653
data/chunk-000/file-033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57f5b7de935877fbcaf221a703ad6741c13b384351d32db7fe0bf72ce08f464a
3
+ size 184628
data/chunk-000/file-034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39668ae1ad46f0f3508e52e043efde8abe685702cd6d2d761a27068a0533c28b
3
+ size 195562
data/chunk-000/file-035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91eb387511a1bfb145acb1eaf18e46788dd442242d101150b159e724d8f41b01
3
+ size 130676
data/chunk-000/file-036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:798130a7f5f7032bd3a29dc45f26e51d815235a0f45ccf913cb1a24ca7b739f6
3
+ size 133824
data/chunk-000/file-037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95313749115eff763930f0671874354807273af18a787fbf62246870e758ad8a
3
+ size 193217
data/chunk-000/file-038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27cb77fca5c46df7ff7d5f3b9ea23d664a9565154b34b8a4bd9979dded4c4466
3
+ size 133504
data/chunk-000/file-039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5bf5ee53f872869de2c4fe30b51a1641a96d7ae4bb9651a93f03f72f9d35cca
3
+ size 134342
data/chunk-000/file-040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:974f87cbd07c60ee6b5958d87099f9f7e04cd2675623bd00c547137630819861
3
+ size 200598
data/chunk-000/file-041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f46061b3f1fbb2e7e3baca4795616825567377b8c9b37750b7b409a31ff96a44
3
+ size 132318
data/chunk-000/file-042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0033196955d9bd0331b8917bbadb5ec5c898bcabe6bce069670f69c0d3f6bbcf
3
+ size 132982
data/chunk-000/file-043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6918ccc1e517f37a11d84bbdcf0efae5f75e2be8a5bcef1be4fa2c7ba1e20692
3
+ size 190571
data/chunk-000/file-044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c4e9d71ac33a403094f03fad942f1fce28cdac3f0750aab86217c8a14295994
3
+ size 406184
data/chunk-000/file-045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c94881037f300cf0d21c6974a8dc0a3f97522d37cf8e5b3502cc86b433d2fe02
3
+ size 190310
data/chunk-000/file-046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9253cd375bd9c4c55381be546f2ab9df92442205c0a68f93b53356fe5d4650e
3
+ size 166711
data/chunk-000/file-047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:981080929b1a885a51e59b4e2314ba687467b4302be8d1715e415ec6d12fb336
3
+ size 134437
data/chunk-000/file-048.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4f7ee4fc615cd1619dffc4fd425ad566dd117686a36a589bdf686c75a79ae3f
3
+ size 185695