Datasets:
Fix README: apple task, FP32/43-DoF, annotation field, 640x480 ego-view
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ tags:
|
|
| 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
|
| 11 |
|
| 12 |
| Dataset Name | # Trajectories |
|
| 13 |
|---------------------------|----------------|
|
|
@@ -52,21 +52,20 @@ We provide a few dataset files, including
|
|
| 52 |
Each demo in GR00T-Lerobot datasets consists of a time-indexed sequence of the following modalities:
|
| 53 |
|
| 54 |
### Actions
|
| 55 |
-
- action (
|
| 56 |
|
| 57 |
### Observations
|
| 58 |
-
- observation.state (
|
| 59 |
|
| 60 |
### Task-specific
|
| 61 |
- timestamp (FP64): simulation time in seconds of each recorded data entry.
|
| 62 |
-
- annotation.human.
|
| 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 |
-
-
|
| 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.
|
|
|
|
| 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 an apple pick-and-place task.
|
| 11 |
|
| 12 |
| Dataset Name | # Trajectories |
|
| 13 |
|---------------------------|----------------|
|
|
|
|
| 52 |
Each demo in GR00T-Lerobot datasets consists of a time-indexed sequence of the following modalities:
|
| 53 |
|
| 54 |
### Actions
|
| 55 |
+
- action (FP32): joint desired positions for all body joints (43 DoF)
|
| 56 |
|
| 57 |
### Observations
|
| 58 |
+
- observation.state (FP32): joint positions for all body joints (43 DoF)
|
| 59 |
|
| 60 |
### Task-specific
|
| 61 |
- timestamp (FP64): simulation time in seconds of each recorded data entry.
|
| 62 |
+
- annotation.human.task_description (INT64): index referring to the language instruction recorded in the metadata
|
|
|
|
| 63 |
- episode_index (INT64): index indicating the order of each demo
|
| 64 |
- task_index (INT64): index used in multi-task data loader. Not applicable to Gr00t-N1 post training, always set to 0.
|
| 65 |
|
| 66 |
|
| 67 |
### Videos
|
| 68 |
+
- 640 x 480 RGB videos in mp4 format from an egocentric (ego-view) camera
|
| 69 |
|
| 70 |
In additional, a set of metadata describing the followings is provided,
|
| 71 |
- `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.
|