[docs] update dataset card
Browse files
README.md
CHANGED
|
@@ -1,3 +1,43 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- robotics
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# Dataset of ImplicitRDP
|
| 8 |
+
|
| 9 |
+
## Contents
|
| 10 |
+
|
| 11 |
+
- [Description](#description)
|
| 12 |
+
- [Structure](#structure)
|
| 13 |
+
- [Usage](#usage)
|
| 14 |
+
|
| 15 |
+
## Description
|
| 16 |
+
|
| 17 |
+
This is the raw dataset used in the paper
|
| 18 |
+
[ImplicitRDP: An End-to-End Visual-Force Diffusion Policy with Structural Slow-Fast Learning](https://implicit-rdp.github.io).
|
| 19 |
+
|
| 20 |
+
- [Paper](https://arxiv.org/pdf/2512.10946)
|
| 21 |
+
- [Project Homepage](https://implicit-rdp.github.io)
|
| 22 |
+
- [GitHub Repository](https://github.com/Chen-Wendi/ImplicitRDP)
|
| 23 |
+
- [Pretrained Models](https://huggingface.co/WendiChen/ImplicitRDP_model)
|
| 24 |
+
|
| 25 |
+
## Structure
|
| 26 |
+
|
| 27 |
+
We offer two versions of the dataset:
|
| 28 |
+
one is the [full dataset](https://huggingface.co/datasets/WendiChen/ImplicitRDP_dataset/tree/main/dataset_full) used to train the models in our paper,
|
| 29 |
+
and the other is a [mini dataset](https://huggingface.co/datasets/WendiChen/ImplicitRDP_dataset/tree/main/dataset_mini) for easier examination.
|
| 30 |
+
Both versions include the raw subsets of box flipping and switch toggling.
|
| 31 |
+
|
| 32 |
+
Each subset is structured as follows:
|
| 33 |
+
```
|
| 34 |
+
task_name
|
| 35 |
+
├── 1.pkl
|
| 36 |
+
├── 2.pkl
|
| 37 |
+
├── ...
|
| 38 |
+
```
|
| 39 |
+
|
| 40 |
+
## Usage
|
| 41 |
+
|
| 42 |
+
Follow the [README in our GitHub repo](https://github.com/Chen-Wendi/ImplicitRDP)
|
| 43 |
+
to [train the model](https://github.com/Chen-Wendi/ImplicitRDP#-training).
|