nielsr HF Staff commited on
Commit
998ae2e
·
verified ·
1 Parent(s): a4157e2

Improve dataset card: add paper link, code link, and metadata

Browse files

Hi! I'm Niels from the Hugging Face community science team.

I noticed this dataset is part of the "CroSTAta" paper but isn't yet fully documented on the Hub. This PR improves the dataset card by:
- Adding the `robotics` task category and relevant tags (`lerobot`, `mani-skill`) to the metadata.
- Adding links to the paper on Hugging Face and the source code on GitHub.
- Including a link to the model checkpoints provided by the authors.
- Adding the BibTeX citation for researchers to cite your work.

Linking the dataset to its paper and code helps researchers find and use your work more easily!

Files changed (1) hide show
  1. README.md +23 -1
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
+ ```