kaitooooo universalmariner commited on
Commit
f05df00
·
1 Parent(s): e68fab3

Create README.md (#2)

Browse files

- Create README.md (011d89d30f14157c31f242034617df90491f0f01)


Co-authored-by: Wenbo Yu <universalmariner@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +108 -0
README.md ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - Embodied-AI
4
+ - Robotics
5
+ - Offline-to-Online-RL
6
+ - Robot-Dataset
7
+ - VLA-Model
8
+ - Vision-Language-Action
9
+ - Robot-Learning
10
+ - Imitation-Learning
11
+ - Real-Robot-Data
12
+ ---
13
+
14
+ # Robo-ValueRL Dataset
15
+
16
+ [[Project Page](https://gewu-lab.github.io/robo-valuerl/)] [[GitHub](https://github.com/Open-X-Humanoid/Robo-ValueRL)] [[Model](https://huggingface.co/X-Humanoid/Robo-ValueRL)] [[Paper](#)]
17
+
18
+ This repository contains the **dataset** for **Robo-ValueRL: Reliable Value Estimation for Offline-to-Online Reinforcement Learning**.
19
+
20
+ The Robo-ValueRL dataset provides heterogeneous real-robot experience for studying reliable value estimation, value-guided offline policy pretraining, and online residual adaptation.
21
+
22
+ ## Dataset Description
23
+
24
+ The Robo-ValueRL dataset contains real-robot trajectories collected on two long-horizon manipulation tasks:
25
+
26
+ - **Chip Insertion**: millimeter-level precision manipulation requiring PCB grasping, pose adjustment, chip grasping, and insertion.
27
+ - **Block Disassembly**: generalizable object disassembly requiring robust grasping, separation, and classification behaviors.
28
+
29
+ The dataset includes:
30
+
31
+ - **240 hours** of offline demonstrations
32
+ - **3,000+** online rollout trajectories
33
+ - Multi-view robot observations
34
+ - Language task instructions
35
+ - Robot states and action chunks
36
+ - Mixed-quality trajectories, including successful demonstrations, corrections, suboptimal behaviors, and failure cases
37
+ - Value-derived action-quality labels / conditions for policy learning
38
+ - Online rollout segments for residual adaptation
39
+
40
+ ## Associated Model
41
+
42
+ The dataset is released together with the Robo-ValueRL model suite:
43
+
44
+ [[Robo-ValueRL Model](https://huggingface.co/X-Humanoid/Robo-ValueRL)]
45
+
46
+ The associated models include a history-conditioned value estimator, a quality-conditioned VLA policy, and an online residual adaptation module.
47
+
48
+ ## Data Usage
49
+
50
+ The dataset is designed for:
51
+
52
+ 1. Training and evaluating history-conditioned value estimators.
53
+ 2. Studying value reliability under heterogeneous robotic data.
54
+ 3. Deriving action-quality conditions from value differences.
55
+ 4. Training quality-conditioned VLA policies.
56
+ 5. Evaluating value-guided offline-to-online reinforcement learning.
57
+ 6. Training online residual adapters from value-filtered rollout segments.
58
+
59
+ ## Task Setup
60
+
61
+ ### Chip Insertion
62
+
63
+ A precision manipulation task where the robot must grasp a PCB, adjust it to a feasible insertion pose, grasp a chip, and insert it into millimeter-scale clearance.
64
+
65
+ ### Block Disassembly
66
+
67
+ A generalizable manipulation task where the robot must grasp, separate, and classify block components under varied configurations.
68
+
69
+ ## Key Features
70
+
71
+ * **Heterogeneous Robot Experience**: Includes successful, suboptimal, corrective, and failed trajectories.
72
+ * **Offline and Online Data**: Supports both offline pretraining and online improvement studies.
73
+ * **Value-Oriented Labels**: Provides value-derived action-quality conditions for policy learning.
74
+ * **Real-Robot Evaluation**: Collected from physical robot manipulation tasks rather than simulation-only benchmarks.
75
+ * **Offline-to-Online Pipeline Support**: Designed to connect value estimation, policy pretraining, and residual adaptation.
76
+
77
+ ## Highlights
78
+
79
+ - 240h offline demonstrations
80
+ - 3,000+ online rollout trajectories
81
+ - Two real-robot manipulation tasks
82
+ - Multi-view visual observations
83
+ - Language-conditioned task instructions
84
+ - Action-quality labels / conditions derived from reliable value estimation
85
+
86
+ ## Recommended Use
87
+
88
+ This dataset can be used to reproduce the Robo-ValueRL pipeline or to study new methods for:
89
+
90
+ - value estimation in robotic manipulation
91
+ - data filtering from mixed-quality demonstrations
92
+ - quality-conditioned VLA policy learning
93
+ - offline-to-online reinforcement learning
94
+ - stable online adaptation from real-world rollouts
95
+
96
+ Please refer to the [GitHub repository](https://github.com/Open-X-Humanoid/Robo-ValueRL) for data loading, preprocessing, and training scripts.
97
+
98
+ ## Citation
99
+
100
+ If you use the Robo-ValueRL dataset in your research, please cite our work. Citation will be updated after the arXiv release.
101
+
102
+ ## License
103
+
104
+ Please refer to the license file in the [GitHub repository](https://github.com/Open-X-Humanoid/Robo-ValueRL).
105
+
106
+ ## Contact
107
+
108
+ For questions, please open an issue on our [GitHub repository](https://github.com/Open-X-Humanoid/Robo-ValueRL).