nielsr HF Staff commited on
Commit
94fb844
·
verified ·
1 Parent(s): 4658e2b

Add robotics task category, paper and code links

Browse files

Hi! I'm Niels, part of the community science team at Hugging Face.

I've noticed this dataset is part of the "CroSTAta" project but doesn't have the appropriate metadata or links to the paper and code yet. This PR adds the `robotics` task category, relevant tags (`lerobot`, `maniskill`), and links to the [research paper](https://huggingface.co/papers/2510.00726) and [GitHub repository](https://github.com/iit-DLSLab/croSTAta).

Files changed (1) hide show
  1. README.md +30 -7
README.md CHANGED
@@ -1,16 +1,28 @@
 
 
 
 
 
 
 
 
1
  # TwoRobotStackCube-v1 Dataset
2
 
3
- This dataset was converted from ManiSkill format to LeRobot format.
 
 
 
4
 
5
  ## Dataset Information
6
- - Environment: TwoRobotStackCube-v1
7
- - Total Episodes: 1043
8
- - Total Frames: 25763
9
- - FPS: 20
10
- - Video Keys: ['observation.image']
11
- - Target Control Mode: Original
12
 
13
  ## Original ManiSkill Metadata
 
14
  {
15
  "env_id": "TwoRobotStackCube-v1",
16
  "env_kwargs": {
@@ -21,3 +33,14 @@ 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
+ - maniskill
7
+ ---
8
+
9
  # TwoRobotStackCube-v1 Dataset
10
 
11
+ This dataset was converted from ManiSkill format to LeRobot format. It is part of the paper [CroSTAta: Cross-State Transition Attention Transformer for Robotic Manipulation](https://huggingface.co/papers/2510.00726).
12
+
13
+ - **Code:** [GitHub Repository](https://github.com/iit-DLSLab/croSTAta)
14
+ - **Authors:** Giovanni Minelli, Giulio Turrisi, Victor Barasuol, Claudio Semini
15
 
16
  ## Dataset Information
17
+ - **Environment:** TwoRobotStackCube-v1
18
+ - **Total Episodes:** 1043
19
+ - **Total Frames:** 25763
20
+ - **FPS:** 20
21
+ - **Video Keys:** ['observation.image']
22
+ - **Target Control Mode:** Original
23
 
24
  ## Original ManiSkill Metadata
25
+ ```json
26
  {
27
  "env_id": "TwoRobotStackCube-v1",
28
  "env_kwargs": {
 
33
  },
34
  "max_episode_steps": 100
35
  }
36
+ ```
37
+
38
+ ## Citation
39
+
40
+ ```bibtex
41
+ @article{minelli2025crostata,
42
+ title={CroSTAta: Cross-State Transition Attention Transformer for Robotic Manipulation},
43
+ author={Minelli, Giovanni and Turrisi, Giulio and Barasuol, Victor and Semini, Claudio},
44
+ year={2025}
45
+ }
46
+ ```