Improve dataset card: Add task category, library, paper, code, and sample usage
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,11 +1,37 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 4 |
# Maniskill Sub-Dataset in RLDS Format used in RPD
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
|
| 7 |
Checkout [octo-base-1.5-finetuned-maniskill](https://huggingface.co/Juelg/octo-base-1.5-finetuned-maniskill) and [openvla-7b-finetuned-maniskill](https://huggingface.co/Juelg/openvla-7b-finetuned-maniskill) which have been fine-tuned with that dataset.
|
| 8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
## Citation
|
| 10 |
If you find RPD useful for your work, please consider citing it:
|
| 11 |
```
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- robotics
|
| 5 |
+
library_name:
|
| 6 |
+
- rlds
|
| 7 |
+
tags:
|
| 8 |
+
- reinforcement-learning
|
| 9 |
+
- policy-distillation
|
| 10 |
+
- manipulation
|
| 11 |
+
- maniskill
|
| 12 |
+
- vla
|
| 13 |
---
|
| 14 |
+
|
| 15 |
# Maniskill Sub-Dataset in RLDS Format used in RPD
|
| 16 |
+
|
| 17 |
+
This repository contains the maniskill subset in RLDS format used to train Octo and OpenVLA in the paper [Refined Policy Distillation: From VLA Generalists to RL Experts](https://huggingface.co/papers/2503.05833), which distilled these models using RL.
|
| 18 |
+
|
| 19 |
+
Project page: https://refined-policy-distillation.github.io
|
| 20 |
+
Code: https://github.com/Refined-Policy-Distillation/RPD
|
| 21 |
|
| 22 |
Checkout [octo-base-1.5-finetuned-maniskill](https://huggingface.co/Juelg/octo-base-1.5-finetuned-maniskill) and [openvla-7b-finetuned-maniskill](https://huggingface.co/Juelg/openvla-7b-finetuned-maniskill) which have been fine-tuned with that dataset.
|
| 23 |
|
| 24 |
+
## Sample Usage
|
| 25 |
+
|
| 26 |
+
You can download the dataset using `git lfs`:
|
| 27 |
+
|
| 28 |
+
```bash
|
| 29 |
+
git lfs install
|
| 30 |
+
git clone git@Juelg/RPD-maniskill
|
| 31 |
+
```
|
| 32 |
+
|
| 33 |
+
The dataset is in RLDS format and can be loaded and visualized using tools such as [dlimp](https://github.com/kvablack/dlimp).
|
| 34 |
+
|
| 35 |
## Citation
|
| 36 |
If you find RPD useful for your work, please consider citing it:
|
| 37 |
```
|