Add paper, project, and code links to dataset card

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +31 -10
README.md CHANGED
@@ -1,10 +1,31 @@
1
- ---
2
- license: mit
3
- ---
4
-
5
- ## RLBench Dataset
6
-
7
- RLBench 18 tasks following the PerAct protocol, with image resolution 128×128.
8
-
9
- - 100 demonstrations per task for training.
10
- - 25 demonstrations per task for testing.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - robotics
5
+ ---
6
+
7
+ # SpatialActor: RLBench Dataset
8
+
9
+ [**Project Page**](https://shihao1895.github.io/SpatialActor) | [**Paper**](https://huggingface.co/papers/2511.09555) | [**Code**](https://github.com/shihao1895/SpatialActor)
10
+
11
+ SpatialActor is a disentangled framework for robust robotic manipulation. This repository contains the RLBench dataset used in the paper, featuring 18 tasks following the PerAct protocol with an image resolution of 128×128.
12
+
13
+ ## Dataset Details
14
+
15
+ - **Tasks**: 18 RLBench tasks (following the PerAct protocol).
16
+ - **Resolution**: 128×128.
17
+ - **Training Set**: 100 demonstrations per task.
18
+ - **Test Set**: 25 demonstrations per task.
19
+
20
+ ## Citation
21
+
22
+ If you find this dataset or the SpatialActor framework helpful in your research, please consider citing the paper:
23
+
24
+ ```bibtex
25
+ @article{shi2025spatialactor,
26
+ title={SpatialActor: Exploring Disentangled Spatial Representations for Robust Robotic Manipulation},
27
+ author={Shi, Hao and Xie, Bin and Liu, Yingfei and Yue, Yang and Wang, Tiancai and Fan, Haoqiang and Zhang, Xiangyu and Huang, Gao},
28
+ journal={arXiv preprint arXiv:2511.09555},
29
+ year={2025}
30
+ }
31
+ ```