Commit ·
79f66e9
1
Parent(s): a4157e2
Improve dataset card: add paper link, code link, and metadata (#2)
Browse files- Improve dataset card: add paper link, code link, and metadata (998ae2efbba1d4340a431b2fd8611d8be751a45c)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# StackCube-v1 Dataset
|
| 2 |
|
| 3 |
-
This dataset was converted from ManiSkill format to LeRobot format.
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
## Dataset Information
|
| 6 |
- Environment: StackCube-v1
|
|
@@ -11,6 +22,7 @@ This dataset was converted from ManiSkill format to LeRobot format.
|
|
| 11 |
- Target Control Mode: Original
|
| 12 |
|
| 13 |
## Original ManiSkill Metadata
|
|
|
|
| 14 |
{
|
| 15 |
"env_id": "StackCube-v1",
|
| 16 |
"env_kwargs": {
|
|
@@ -21,3 +33,13 @@ This dataset was converted from ManiSkill format to LeRobot format.
|
|
| 21 |
},
|
| 22 |
"max_episode_steps": 100
|
| 23 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- robotics
|
| 4 |
+
tags:
|
| 5 |
+
- lerobot
|
| 6 |
+
- mani-skill
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
# StackCube-v1 Dataset
|
| 10 |
|
| 11 |
+
This dataset was converted from ManiSkill format to LeRobot format for the paper [CroSTAta: Cross-State Transition Attention Transformer for Robotic Manipulation](https://huggingface.co/papers/2510.00726).
|
| 12 |
+
|
| 13 |
+
- **Code:** [https://github.com/iit-DLSLab/croSTAta](https://github.com/iit-DLSLab/croSTAta)
|
| 14 |
+
- **Checkpoints:** [CroSTAta Evaluation Checkpoints](https://huggingface.co/johnMinelli/CroSTAta_evaluation_checkpoints)
|
| 15 |
|
| 16 |
## Dataset Information
|
| 17 |
- Environment: StackCube-v1
|
|
|
|
| 22 |
- Target Control Mode: Original
|
| 23 |
|
| 24 |
## Original ManiSkill Metadata
|
| 25 |
+
```json
|
| 26 |
{
|
| 27 |
"env_id": "StackCube-v1",
|
| 28 |
"env_kwargs": {
|
|
|
|
| 33 |
},
|
| 34 |
"max_episode_steps": 100
|
| 35 |
}
|
| 36 |
+
```
|
| 37 |
+
|
| 38 |
+
## Citation
|
| 39 |
+
```bibtex
|
| 40 |
+
@article{minelli2025crostata,
|
| 41 |
+
title={CroSTAta: Cross-State Transition Attention Transformer for Robotic Manipulation},
|
| 42 |
+
author={Minelli, Giovanni and Turrisi, Giulio and Barasuol, Victor and Semini, Claudio},
|
| 43 |
+
year={2025}
|
| 44 |
+
}
|
| 45 |
+
```
|