anqil commited on
Commit
2f4387a
·
verified ·
1 Parent(s): 30b67a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +159 -3
README.md CHANGED
@@ -1,3 +1,159 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ ## Dataset Description:
5
+
6
+ PhysicalAI-Robotics-Manipulation-SingeArm is a collection of datasets of automatic generated motions of a Franka Panda robot performing operations such as block stacking, opening cabinets and drawers. The dataset was generated in IsaacSim leveraging task and motion planning algorithms to find solutions to the tasks automatically [1]. The environments are table-top scenes where the object layouts and asset textures are procedurally generated [2].
7
+
8
+ This dataset is for research and development only.
9
+
10
+ ## Dataset Owner(s):
11
+ Fabio Ramos ([email protected]) <br>
12
+ Anqi Li ([email protected])
13
+
14
+ ## Dataset Creation Date:
15
+ 03/18/2025
16
+
17
+ ## License/Terms of Use:
18
+ MIT
19
+
20
+ ## Intended Usage:
21
+ This dataset is provided in LeRobot format and is intended for training robot policies and foundation models.
22
+
23
+ ## Dataset Characterization
24
+ **Data Collection Method**
25
+ * [Automated] <br>
26
+ * [Automatic/Sensors] <br>
27
+ * [Synthetic] <br>
28
+
29
+ The dataset was generated in IsaacSim leveraging task and motion planning algorithms to find solutions to the tasks automatically [1]. The environments are table-top scenes where the object layouts and asset textures are procedurally generated [2].
30
+
31
+
32
+ **Labeling Method**
33
+ * [Not Applicable] <br>
34
+
35
+ ## Dataset Format
36
+ Within the collection, there are six datasets in LeRobot format `panda-stack-wide`, `panda-stack-platforms`, `panda-stack-platforms-texture`, `panda-open-cabinet-left`, `panda-open-cabinet-right` and `panda-open-drawer`.
37
+ * `panda-stack-wide` <br>
38
+ The Franka Panda robot picks up the red block and stacks it on top of the green block.
39
+ ![panda-stack-wide](./assets/panda-stack-wide.gif)
40
+ * action modality: 7d, 6d relative end-effector motion + 1d gripper action
41
+ * observation modalities:
42
+ * `observation.state`: 53d, including proprioception (robot joint position, joint velocity, end-effector pose) and object poses
43
+ * `observation.images.world_camera`: 512x512 world camera output stored as mp4 videos
44
+ * `observation.images.hand_camera`: 512x512 wrist-mounted camera output stored as mp4 videos
45
+ * `panda-stack-platforms` <br>
46
+ The Franka Panda robot picks up a block and stacks it on top of another block in a table-top scene with randomly generated platforms.
47
+ ![panda-stack-plaforms](./assets/panda-stack-platforms.gif)
48
+ * action modality: 7d, 6d relative end-effector motion + 1d gripper action
49
+ * observation modalities:
50
+ * `observation.state`: 81d, including proprioception (robot joint position, joint velocity, end-effector pose) and object poses
51
+ * `observation.images.world_camera`: 512x512 world camera RGB output stored as mp4 videos
52
+ * `observation.images.hand_camera`: 512x512 wrist-mounted camera RGB output stored as mp4 videos
53
+ * `panda-stack-platform-texture` <br>
54
+ The Franka Panda robot picks up a block and stacks it on top of another block in a table-top scene with randomly generated platforms and random table textures.
55
+ ![panda-stack-plaforms-texture](./assets/panda-stack-platforms-texture.gif)
56
+ * action modality: 8d, 7d joint motion + 1d gripper action
57
+ * observation modalities:
58
+ * `observation.state`: 81d, including proprioception (robot joint position, joint velocity, end-effector pose) and object poses
59
+ * `observation.images.world_camera`: 512x512 world camera RGB output stored as mp4 videos
60
+ * `observation.images.hand_camera`: 512x512 wrist-mounted camera RGB output stored as mp4 videos
61
+ * `observation.depths.world_camera`: 512x512 world camera depth output stored as mp4 videos, where 0-255 pixel value linearly maps to depth of 0-6 m
62
+ * `observation.depths.hand_camera`: 512x512 wrist-mounted camera depth output stored as mp4 videos, where 0-255 pixel value linearly maps to depth of 0-6 m
63
+ * `panda-open-cabinet-left` <br>
64
+ The Franka Panda robot opens the top cabinet of a randomly generated cabinet from left to right.
65
+ ![panda-open-cabinet-left](./assets/panda-open-cabinet-left.gif)
66
+ * action modality: 8d, 7d joint motion + 1d gripper action
67
+ * observation modalities:
68
+ * `observation.state`: 81d, including proprioception (robot joint position, joint velocity, end-effector pose) and object poses
69
+ * `observation.images.world_camera`: 512x512 world camera RGB output stored as mp4 videos
70
+ * `observation.images.hand_camera`: 512x512 wrist-mounted camera RGB output stored as mp4 videos
71
+ * `observation.depths.world_camera`: 512x512 world camera depth output stored as mp4 videos, where 0-255 pixel value linearly maps to depth of 0-6 m
72
+ * `observation.depths.hand_camera`: 512x512 wrist-mounted camera depth output stored as mp4 videos, where 0-255 pixel value linearly maps to depth of 0-6 m
73
+ * `panda-open-cabinet-right`
74
+ The Franka Panda robot opens the top cabinet of a randomly generated cabinet from right to left.
75
+ ![panda-open-cabinet-right](./assets/panda-open-cabinet-right.gif)
76
+ * action modality: 8d, 7d joint motion + 1d gripper action
77
+ * observation modalities:
78
+ * `observation.state`: 81d, including proprioception (robot joint position, joint velocity, end-effector pose) and object poses
79
+ * `observation.images.world_camera`: 512x512 world camera RGB output stored as mp4 videos
80
+ * `observation.images.hand_camera`: 512x512 wrist-mounted camera RGB output stored as mp4 videos
81
+ * `observation.depths.world_camera`: 512x512 world camera depth output stored as mp4 videos, where 0-255 pixel value linearly maps to depth of 0-6 m
82
+ * `observation.depths.hand_camera`: 512x512 wrist-mounted camera depth output stored as mp4 videos, where 0-255 pixel value linearly maps to depth of 0-6 m
83
+ * `panda-open-drawer` <br>
84
+ The Franka Panda robot opens the top drawer of a randomly generated cabinet.
85
+ ![panda-open-drawer](./assets/panda-open-drawer.gif)
86
+ * action modality: 8d, 7d joint motion + 1d gripper action
87
+ * observation modalities:
88
+ * `observation.state`: 81d, including proprioception (robot joint position, joint velocity, end-effector pose) and object poses
89
+ * `observation.images.world_camera`: 512x512 world camera RGB output stored as mp4 videos
90
+ * `observation.images.hand_camera`: 512x512 wrist-mounted camera RGB output stored as mp4 videos
91
+ * `observation.depths.world_camera`: 512x512 world camera depth output stored as mp4 videos, where 0-255 pixel value linearly maps to depth of 0-6 m
92
+ * `observation.depths.hand_camera`: 512x512 wrist-mounted camera depth output stored as mp4 videos, where 0-255 pixel value linearly maps to depth of 0-6 m
93
+
94
+
95
+
96
+ ## Dataset Quantification
97
+ Record Count
98
+ * `panda-stack-wide`
99
+ * number of episodes: 10243
100
+ * number of frames: 731785
101
+ * number of RGB videos: 20486 (10243 from world camera, 10243 from hand camera)
102
+ * `panda-stack-platforms`
103
+ * number of episodes: 17629
104
+ * number of frames: 1456899
105
+ * number of RGB videos: 35258 (17629 from world camera, 17629 from hand camera)
106
+ * `panda-stack-platforms-texture`
107
+ * number of episodes: 6303
108
+ * number of frames: 551191
109
+ * number of RGB videos: 12606 (6303 from world camera, 6303 from hand camera)
110
+ * number of depth videos: 12606 (6303 from world camera, 6303 from hand camera)
111
+ * `panda-open-cabinet-left`
112
+ * number of episodes: 1512
113
+ * number of frames: 220038
114
+ * number of RGB videos: 3024 (1512 from world camera, 1512 from hand camera)
115
+ * number of depth videos: 3024 (1512 from world camera, 1512 from hand camera)
116
+ * `panda-open-cabinet-right`
117
+ * number of episodes: 1426
118
+ * number of frames: 224953
119
+ * number of RGB videos: 2852 (1426 from world camera, 1426 from hand camera)
120
+ * number of depth videos: 2852 (1426 from world camera, 1426 from hand camera)
121
+ * `panda-open-drawer`
122
+ * number of episodes: 1273
123
+ * number of frames: 154256
124
+ * number of RGB videos: 2546 (1273 from world camera, 1273 from hand camera)
125
+ * number of depth videos: 2546 (1273 from world camera, 1273 from hand camera)
126
+
127
+ Total storage: 15.2 GB
128
+
129
+
130
+ ## Reference(s):
131
+
132
+ [1]
133
+ ```
134
+ @inproceedings{garrett2020pddlstream,
135
+ title={Pddlstream: Integrating symbolic planners and blackbox samplers via optimistic adaptive planning},
136
+ author={Garrett, Caelan Reed and Lozano-P{\'e}rez, Tom{\'a}s and Kaelbling, Leslie Pack},
137
+ booktitle={Proceedings of the international conference on automated planning and scheduling},
138
+ volume={30},
139
+ pages={440--448},
140
+ year={2020}
141
+ }
142
+ ```
143
+ [2]
144
+ ```
145
+ @article{Eppner2024,
146
+ title = {scene_synthesizer: A Python Library for Procedural Scene Generation in Robot Manipulation},
147
+ author = {Clemens Eppner and Adithyavairavan Murali and Caelan Garrett and Rowland O'Flaherty and Tucker Hermans and Wei Yang and Dieter Fox},
148
+ journal = {Journal of Open Source Software}
149
+ publisher = {The Open Journal},
150
+ year = {2024},
151
+ Note = {\url{https://scene-synthesizer.github.io/}}
152
+ }
153
+ ```
154
+
155
+ ## Ethical Considerations:
156
+ NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
157
+
158
+ (For Release on NVIDIA Platforms Only)
159
+ Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).