Datasets:

Modalities:
Image
Text
Formats:
text
ArXiv:
Libraries:
Datasets
License:
liuxinzhe1111 commited on
Commit
ee2c9aa
·
verified ·
1 Parent(s): 39f91f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -8,10 +8,19 @@ task_categories:
8
  <h1> ALMI-X </h1>
9
  </div>
10
  <h5 align="center">
11
- <a href="#"> coming soon :) ...</a>
12
  </h5>
13
 
14
- # Introduction of Dataset
 
 
 
 
 
 
 
 
 
15
 
16
  - We release all of the text description data `text.tar.gz`; the trajectory data `data.tar.gz` with robot states, actions, DoF position, global position and global orientation informations.
17
  - We release the train set split `train.txt`
 
8
  <h1> ALMI-X </h1>
9
  </div>
10
  <h5 align="center">
11
+ <a href="https://almi-humanoid.github.io/">🕺🏻demo webpage</a>
12
  </h5>
13
 
14
+
15
+ # Overview
16
+ We release a large-scale whole-body motion control dataset - ALMI-X, featuring high-quality episodic trajectories from MuJoCo simulations deployable on real robots, based on our humanoid control policy - ALMI.
17
+
18
+ # Dataset Instruction
19
+ We collect ALMI-X dataset in MuJoCo simulation by running the trained ALMI policy. In this simulation, we combine a diverse range of upper-body motions with omnidirectional lower-body commands, and employ a pre-defined paradigm to generate corresponding linguistic descriptions for each combination. (i) For the upper-body, we collect data using our upper-body policy to track various motions from a subset of the AMASS dataset, where we remove entries with indistinct movements or those that could not be matched with the lower-body commands, such as `push from behind`.
20
+ (ii) For the lower-body, we first categorize command directions into several types according to different combination of linear and angular velocity command and define 3 difficulty levels for command magnitudes, then the lower-body command is set by combining direction types and difficulty levels.
21
+ Overall, each upper-body motion from the AMASS subset is paired with a specific direction type and a difficulty level serving as the inputs of policy to control the robot. In addition, trajectories in which the lower body `stand still` while the upper body tracks motions are also incorporated into the dataset. Each language description in ALMI-X is organized as `"[movement mode] [direction] [velocity level] and `motion`"}, each of which corresponds to the data collected from a trajectory lasting about 4 seconds with 200 steps. For each trajectory$, we run two policies (i.e., lower policy and upper policy) based on the commands obtained from the aforementioned combinations to achieve humanoid whole-body control.
22
+
23
+ # How to Use Dataset
24
 
25
  - We release all of the text description data `text.tar.gz`; the trajectory data `data.tar.gz` with robot states, actions, DoF position, global position and global orientation informations.
26
  - We release the train set split `train.txt`