Update README.md
Browse files
README.md
CHANGED
|
@@ -15,9 +15,19 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 15 |
|
| 16 |
|
| 17 |
|
| 18 |
-
|
| 19 |
-
-
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
## Dataset Structure
|
| 23 |
|
|
@@ -121,5 +131,10 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 121 |
**BibTeX:**
|
| 122 |
|
| 123 |
```bibtex
|
| 124 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 125 |
```
|
|
|
|
| 15 |
|
| 16 |
|
| 17 |
|
| 18 |
+
The SO ARM 100 test dataset series is an example dataset for testing purposes. It is a synthetic dataset from a
|
| 19 |
+
high-fidelity pick and place task recorded from an expert policy trained in IsaacLab. The dataset consists of image
|
| 20 |
+
observations, joint angle observations, and joint angle actions. There are five datasets in the series with varying
|
| 21 |
+
degrees of domain randomization, as shown below. In addition to the state randomization, the dataset contains
|
| 22 |
+
all the previous randomizations, starting with `so_arm_100_image_rnd_2`.
|
| 23 |
+
|
| 24 |
+
| Dataset Name | Randomization |
|
| 25 |
+
|----------------------------------------------------------------------------------------------|------------------------|
|
| 26 |
+
| [so_arm_100_image_no_rnd](https://huggingface.co/datasets/Nfiniteai/so_arm_100_image_no_rnd) | No randomizations |
|
| 27 |
+
| [so_arm_100_image_rnd_1](https://huggingface.co/datasets/Nfiniteai/so_arm_100_image_rnd_1) | Cube table pose |
|
| 28 |
+
| [so_arm_100_image_rnd_2](https://huggingface.co/datasets/Nfiniteai/so_arm_100_image_rnd_2) | + Plate table position |
|
| 29 |
+
| [so_arm_100_image_rnd_3](https://huggingface.co/datasets/Nfiniteai/so_arm_100_image_rnd_3) | + Camera pose |
|
| 30 |
+
| [so_arm_100_image_rnd_4](https://huggingface.co/datasets/Nfiniteai/so_arm_100_image_rnd_4) | + Light intensity |
|
| 31 |
|
| 32 |
## Dataset Structure
|
| 33 |
|
|
|
|
| 131 |
**BibTeX:**
|
| 132 |
|
| 133 |
```bibtex
|
| 134 |
+
@inproceedings{nfinite-ds-1,
|
| 135 |
+
author = {Miguel Alonso Jr},
|
| 136 |
+
editor = {nfinite R&D Team},
|
| 137 |
+
title = {nfinite physical AI: SO ARM 100 Test Data},
|
| 138 |
+
year = {2025}
|
| 139 |
+
}
|
| 140 |
```
|