pulkitg-nv commited on
Commit
2dec021
·
verified ·
1 Parent(s): 674e1bc

Add Dataset Card

Browse files
Files changed (1) hide show
  1. README.md +93 -0
README.md ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - robotics
7
+ ---
8
+ ## Dataset Description:
9
+
10
+ The Arena-G1-Static-PickNPlace-Task dataset is a multimodal collection of trajectories generated in Isaac Lab. It supports humanoid (G1) loco-manipulation task in IsaacLab-Arena environment. Each entry provides the full context (state, vision, language, action) needed to train and evaluate generalist robot policies for a box pick-and-place task.
11
+
12
+ | Dataset Name | # Trajectories |
13
+ |---------------------------|----------------|
14
+ | G1 Static PickNPlace Task | 200 |
15
+
16
+ This dataset is ideal for behavior cloning, policy learning, and generalist robotic manipulation research. It has been for post-training GR00T N1.7 model.
17
+
18
+ This dataset is ready for commercial use.
19
+
20
+ ## Dataset Owner
21
+ NVIDIA Corporation
22
+
23
+ ## Dataset Creation Date:
24
+ 05/22/2025
25
+
26
+ ## License/Terms of Use:
27
+ This dataset is governed by the Creative Commons Attribution 4.0 International License (CC-BY-4.0).
28
+
29
+ ## Intended Usage:
30
+ This dataset is intended for:
31
+
32
+ - Training robot manipulation policies using behavior cloning.
33
+ - Research in generalist robotics and task-conditioned agents.
34
+ - Sim-to-real / Sim-to-Sim transfer studies.
35
+
36
+ ## Dataset Characterization:
37
+ ### Data Collection Method
38
+
39
+ - Human
40
+
41
+ All 200 demonstrations were manually collected through human teleoperation using a depth camera and keyboard in Isaac Lab. Each demo was recorded at 50 Hz.
42
+
43
+ ### Labeling Method
44
+
45
+ Human
46
+
47
+ ## Dataset Format:
48
+ We provide a few dataset files, including
49
+ - a manually collected 200-demonstration HDF5 dataset file (`arena_g1_static_apple_dataset_recorded_200_demos.hdf5`)
50
+ - a GR00T-Lerobot formatted dataset converted from the manually collected HDF5 dataset file (`lerobot`)
51
+
52
+ Each demo in GR00T-Lerobot datasets consists of a time-indexed sequence of the following modalities:
53
+
54
+ ### Actions
55
+ - action (FP64): joint desired positions for all body joints (26 DoF)
56
+
57
+ ### Observations
58
+ - observation.state (FP64): joint positions for all body joints (26 DoF)
59
+
60
+ ### Task-specific
61
+ - timestamp (FP64): simulation time in seconds of each recorded data entry.
62
+ - annotation.human.action.task_description (INT64): index referring to the language instruction recorded in the metadata
63
+ - annotation.human.action.valid (INT64): index indicating validity of annotaion recorded in the metadata
64
+ - episode_index (INT64): index indicating the order of each demo
65
+ - task_index (INT64): index used in multi-task data loader. Not applicable to Gr00t-N1 post training, always set to 0.
66
+
67
+
68
+ ### Videos
69
+ - 256 x 256 RGB videos in mp4 format from first-person-view camera
70
+
71
+ In additional, a set of metadata describing the followings is provided,
72
+ - `episodes.jsonl` contains a list of all the episodes in the entire dataset. Each episode contains a list of tasks and the length of the episode.
73
+ - `tasks.jsonl` contains a list of all the tasks in the entire dataset.
74
+ - `modality.json` contains the modality configuration.
75
+ - `info.json` contains the dataset information.
76
+
77
+
78
+ ## Dataset Quantification:
79
+
80
+ ### Record Count
81
+
82
+ #### G1 Static PickNPlace Task
83
+ - Number of demonstrations/trajectories: 200
84
+ - Number of RGB videos: 200
85
+
86
+ ### Total Storage
87
+
88
+ 10.2 GB
89
+
90
+ ## Ethical Considerations:
91
+ 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.
92
+
93
+ Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).