danbhf commited on
Commit
63e9719
·
verified ·
1 Parent(s): c8ced1c

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # SO-101 Pick and Place Dataset (OpenPi Format)
2
+
3
+ This dataset contains 40 episodes of a simulated SO-101 robot performing pick-and-place tasks, converted to OpenPi/RLDS format for use with Physical Intelligence's Pi0/Pi0.5 models.
4
+
5
+ ## Source
6
+
7
+ Converted from LeRobot dataset: `danbhf/sim_pick_place_merged_40ep`
8
+
9
+ ## Format
10
+
11
+ Each episode is stored as an NPZ file containing:
12
+
13
+ | Key | Shape | Type | Description |
14
+ |-----|-------|------|-------------|
15
+ | `observation/state` | (N, 6) | float32 | Joint positions (6 DoF) |
16
+ | `observation/image` | (N, 480, 640, 3) | uint8 | Overhead camera RGB |
17
+ | `observation/wrist_image` | (N, 480, 640, 3) | uint8 | Wrist camera RGB |
18
+ | `action` | (N, 6) | float32 | Joint actions (6 DoF) |
19
+ | `language_instruction` | string | - | Task description |
20
+ | `is_first` | (N,) | bool | First step in episode |
21
+ | `is_last` | (N,) | bool | Last step in episode |
22
+ | `is_terminal` | (N,) | bool | Terminal state |
23
+
24
+ ## Statistics
25
+
26
+ - **Episodes**: 40
27
+ - **Total Steps**: 6,559
28
+ - **Task**: "Pick up the block and place it in the bowl"
29
+ - **Robot**: SO-101 (6 DoF + gripper)
30
+ - **Cameras**: Overhead (main), Wrist
31
+
32
+ ## Usage
33
+
34
+ ```python
35
+ import numpy as np
36
+
37
+ # Load an episode
38
+ data = np.load("episode_000000.npz", allow_pickle=True)
39
+
40
+ # Access observations
41
+ states = data["observation/state"] # (N, 6)
42
+ images = data["observation/image"] # (N, H, W, 3)
43
+ actions = data["action"] # (N, 6)
44
+ language = str(data["language_instruction"])
45
+ ```
46
+
47
+ ## License
48
+
49
+ Same as source dataset.
episode_000000.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06593548ffe5a309254b1d318276ecaf2b6f9c79b68914cf2fe8005350581922
3
+ size 30385307
episode_000001.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fef9e9d6fef3d15b327685bfca4d39bda99853977527260dbe9ef3c4d8c7946c
3
+ size 23451239
episode_000002.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5025b95d062a2e97c1bb09862d5333163264ee5bbc874552ae63cfc659da893
3
+ size 23747638
episode_000003.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b17fa9431e554f655d9dfaddaf17b09d305bb23daeeeb02672b9bcf869b427d0
3
+ size 22173991
episode_000004.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fc1f516097d0037b085a010bb358244e9af0ec2d4365cc738acd76d957aa959
3
+ size 22971927
episode_000005.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8d4e28f1beaaf2a330cb0974e3da21837ea3b93d25d0c28b1f1702dc63e2444
3
+ size 35919701
episode_000006.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8f8c139ef7812237aeff3ade5f8e5f6496f6ffef89bf770f46a8d20a0394973
3
+ size 26147706
episode_000007.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a75c8135783d94fe9e3ce7a12e7dbd9364bc193567427cda3be51d6c23f7211
3
+ size 27357850
episode_000008.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db221e82e6773b387a7f44ded82005f98532c3c743ebca2e7ae5590ca843966e
3
+ size 27190306
episode_000009.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9924b3336d8d4ca39a1882360645da302d8f3bf2eaa8581b2f95ec4d16d49e5e
3
+ size 30767029
episode_000010.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a06579cc8a630af2f98c64f8fbf280a6991065f55f054d97991ec16195de2a7d
3
+ size 25785203
episode_000011.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e56cd93fa2fbfb9001ece52c1763b1f5d636106d19f87b0f749618151d3b9ef
3
+ size 28771285
episode_000012.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bddd677c348dfbc766f30ed7770e07100b97dc8e5f386292393f98af29d4f88c
3
+ size 24841466
episode_000013.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2aa6851c09e2c64399cdbb974e8482a7353a0afb832a0cba32ac166656e09a9e
3
+ size 30365397
episode_000014.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19863ba66987d9bab4ff4143413134342db2680c5cfe672504c3a2c70172e437
3
+ size 28420132
episode_000015.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebb0ef08c456bebd4244901e2b1b2a53b8b2d13b952d09ef390165a852590b5c
3
+ size 27689188
episode_000016.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25ba33623847e22196fb4e303d5f4d16ddc93fee398ccb8a19bf800d654703a2
3
+ size 28214889
episode_000017.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:026f7500cc999d558d45c9cb55676872ede4e3d668315685da9353e5e515889b
3
+ size 26324676
episode_000018.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2adf75d246c5a30b382cf8984dba2007529b1bc81a0cee26dc90d7f21269ee9
3
+ size 27064019
episode_000019.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4efc30c1d2eb18b67db59f6b28baa8ded4ea2bb8c04f4f188155c0fd4700033
3
+ size 22321244
episode_000020.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab8a4acb12738481d93b653d9443ad277f8f2cb71e80ddb3d29b48c310651455
3
+ size 39366063
episode_000021.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c203bb262503681bbe8eb825a81fa6d160011b2d3baea8dcdc648b23b512493f
3
+ size 55793426
episode_000022.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f85c9a6de222547d065c410945d40fbcf47df22f232c44579111b404d31cc271
3
+ size 21310108
episode_000023.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbbf424b95ffb864a48ad5a84c44bcfe427a082d78de6b46a9b13ed912d9d7b2
3
+ size 43673349
episode_000024.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecb32b05535467e0db41dc74cebf1353d5805e2381ebb49b883a859e796ac0f9
3
+ size 28886933
episode_000025.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3c7948130b7eec45590301db3c0f8e5efb2de7a8e69f4eb64e1c6b43e812013
3
+ size 33172663
episode_000026.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b58fcff98dd10466552ebfd3be4403a9ff9639176bc2e9363bf065c2ad7f1fbb
3
+ size 39135038
episode_000027.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52929730adf4d790cde4356354541d178c4f093f8eb3ab0fce1ebb9e3d8f3dc1
3
+ size 48280535
episode_000028.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58a2f89613e19db442092b48b7071ebcd72375a65331e5587b1805bb84fb1dcb
3
+ size 40508396
episode_000029.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:701ff89b7da30a160e115d57bca5a89e72fc4f58cd048a53cb6667431a674487
3
+ size 35332715
episode_000030.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5d29db99ffcf4f862ce7ed89f9c1f40286d4d46217eb121450afac01469cd4f
3
+ size 32839147
episode_000031.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2d0622334f0086fad504f6f27c027b8e1ebc373dfc8135a185a2d6a6953dcd2
3
+ size 45750197
episode_000032.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb384a935dba0bb9d7e69eb7877ee036affb6163a40e9a5392161db0c273a5e
3
+ size 39872337
episode_000033.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:633fcbb9f162b912da7e8b6ebfb1201a440bb47d2ed9b4d4f2a2b882a9e20a39
3
+ size 30463583
episode_000034.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e18dd3ea85d149b8f9ef87cbe694c293620bcd463e642e5b0e62a7f3de195d8
3
+ size 35162884
episode_000035.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88cbc396ce8179168dde9592cf0cdf0e78360fbd65baf3acfa91b1f2d3be0d8c
3
+ size 42756493
episode_000036.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:009b6ee39fda3a487d684c380a0f7a90ed786ffbb79502c03b90e5bbd15e6df6
3
+ size 38186955
episode_000037.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50b3135ea8caa6a99c19db81af30363ee552857323fba66b167a62654f7ae6c0
3
+ size 39548331
episode_000038.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cfdd43e1330cb7e4066c1e4c635097769ff65dcd58d3167d7b1bfb8c097f630
3
+ size 39927161
episode_000039.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe9456fc701cf42fa84acacc8779cc69f2dff3debb41aac1a4529eb3eeae51d5
3
+ size 34383320
metadata.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "source_dataset": "danbhf/sim_pick_place_merged_40ep",
3
+ "main_camera": "overhead_cam",
4
+ "wrist_camera": "wrist_cam",
5
+ "language_instruction": "Pick up the block and place it in the bowl",
6
+ "action_key": "action",
7
+ "format": "npz",
8
+ "stats": {
9
+ "total_episodes": 40,
10
+ "total_steps": 6559,
11
+ "skipped_episodes": 0,
12
+ "errors": []
13
+ }
14
+ }