Add paper, project page, and GitHub links to dataset card
Browse filesThis PR adds the paper link (via Hugging Face papers page), the project page, and the GitHub repository to the dataset card, making it easier for users to find the relevant resources.
README.md
CHANGED
|
@@ -1,19 +1,23 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
task_categories:
|
| 4 |
-
|
| 5 |
-
tags:
|
| 6 |
-
- robotwin
|
| 7 |
-
- lerobot
|
| 8 |
-
- manipulation
|
| 9 |
-
- bimanual
|
| 10 |
pretty_name: RoboTwin 2.0 demonstrations (LeRobot v2.1)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# RoboTwin 2.0 Demonstrations (LeRobot v2.1)
|
| 14 |
|
| 15 |
Expert demonstrations for the 50 [RoboTwin 2.0](https://github.com/RoboTwin-Platform/RoboTwin) benchmark tasks, generated with the RoboTwin simulator (MIT license) and packaged in LeRobot **v2.1** format. Used to train [FACT](https://huggingface.co/Bariona/fact-wam).
|
| 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
## Contents
|
| 18 |
|
| 19 |
Single archive `robotwin-v2.tar` (84.5 GB, ~169 GB extracted).
|
|
@@ -45,4 +49,4 @@ tar -xf ./datasets/robotwin-v2.tar -C ./datasets
|
|
| 45 |
## Provenance & license
|
| 46 |
|
| 47 |
Trajectories were collected with the RoboTwin 2.0 expert data pipeline
|
| 48 |
-
([RoboTwin-Platform/RoboTwin](https://github.com/RoboTwin-Platform/RoboTwin), MIT License, © 2025 Tianxing Chen) and converted to LeRobot v2.1. Redistributed under MIT in accordance with the upstream license. If you use this data, please cite RoboTwin.
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
task_categories:
|
| 4 |
+
- robotics
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
pretty_name: RoboTwin 2.0 demonstrations (LeRobot v2.1)
|
| 6 |
+
tags:
|
| 7 |
+
- robotwin
|
| 8 |
+
- lerobot
|
| 9 |
+
- manipulation
|
| 10 |
+
- bimanual
|
| 11 |
---
|
| 12 |
|
| 13 |
# RoboTwin 2.0 Demonstrations (LeRobot v2.1)
|
| 14 |
|
| 15 |
Expert demonstrations for the 50 [RoboTwin 2.0](https://github.com/RoboTwin-Platform/RoboTwin) benchmark tasks, generated with the RoboTwin simulator (MIT license) and packaged in LeRobot **v2.1** format. Used to train [FACT](https://huggingface.co/Bariona/fact-wam).
|
| 16 |
|
| 17 |
+
Paper: [FACT: Failure-Aware Causal Training for World-Action Models](https://huggingface.co/papers/2608.10232)
|
| 18 |
+
Project page: [https://fact-wam.github.io](https://fact-wam.github.io)
|
| 19 |
+
Code: [https://github.com/Bariona/FACT](https://github.com/Bariona/FACT)
|
| 20 |
+
|
| 21 |
## Contents
|
| 22 |
|
| 23 |
Single archive `robotwin-v2.tar` (84.5 GB, ~169 GB extracted).
|
|
|
|
| 49 |
## Provenance & license
|
| 50 |
|
| 51 |
Trajectories were collected with the RoboTwin 2.0 expert data pipeline
|
| 52 |
+
([RoboTwin-Platform/RoboTwin](https://github.com/RoboTwin-Platform/RoboTwin), MIT License, © 2025 Tianxing Chen) and converted to LeRobot v2.1. Redistributed under MIT in accordance with the upstream license. If you use this data, please cite RoboTwin.
|