Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,32 +1,36 @@
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
-
private: true
|
| 4 |
tags:
|
| 5 |
- robotics
|
| 6 |
- imitation-learning
|
| 7 |
- decentralized-control
|
|
|
|
| 8 |
- rgb-d
|
| 9 |
---
|
| 10 |
|
| 11 |
# RoboFactory Five-Task Decentralized Wrist RGB-D
|
| 12 |
|
| 13 |
-
|
| 14 |
|
| 15 |
## Contract
|
| 16 |
|
| 17 |
- 500 successful synchronized demonstrations: 100 each of LiftBarrier (2 robots), CameraAlignment (3), ThreeRobotsStackCube (3), LongPipelineDelivery (4), and TakePhoto (4).
|
| 18 |
- A policy stream contains only one `panda_hand` wrist RGB-D observation and that robot's qpos.
|
| 19 |
-
- RGB is
|
| 20 |
- No task ID, agent ID, peer/global/right-camera image, language, or communication is a policy input.
|
| 21 |
- HDF5 convention: action has `T` records, while RGB/depth/qpos have `T+1` records. The final observation is the post-action state.
|
| 22 |
|
| 23 |
## Reproducible training protocol
|
| 24 |
|
| 25 |
-
All methods use the
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
|
|
|
| 3 |
tags:
|
| 4 |
- robotics
|
| 5 |
- imitation-learning
|
| 6 |
- decentralized-control
|
| 7 |
+
- multi-robot
|
| 8 |
- rgb-d
|
| 9 |
---
|
| 10 |
|
| 11 |
# RoboFactory Five-Task Decentralized Wrist RGB-D
|
| 12 |
|
| 13 |
+
Public research corpus for reproducible Stereo-CoRE shared-policy experiments.
|
| 14 |
|
| 15 |
## Contract
|
| 16 |
|
| 17 |
- 500 successful synchronized demonstrations: 100 each of LiftBarrier (2 robots), CameraAlignment (3), ThreeRobotsStackCube (3), LongPipelineDelivery (4), and TakePhoto (4).
|
| 18 |
- A policy stream contains only one `panda_hand` wrist RGB-D observation and that robot's qpos.
|
| 19 |
+
- RGB is 640x480; depth is native metric depth stored in millimetres.
|
| 20 |
- No task ID, agent ID, peer/global/right-camera image, language, or communication is a policy input.
|
| 21 |
- HDF5 convention: action has `T` records, while RGB/depth/qpos have `T+1` records. The final observation is the post-action state.
|
| 22 |
|
| 23 |
## Reproducible training protocol
|
| 24 |
|
| 25 |
+
All methods use the same corpus, held-out episode split, action chunk 100, ACT posterior encoder
|
| 26 |
+
with 4 layers, and policy decoder with 7 layers. The main Stereo-CoRE run uses hierarchical
|
| 27 |
+
weighted item sampling: equal probability for task, then demonstration, local arm, and time index.
|
| 28 |
+
The sampling label is never supplied to the policy.
|
| 29 |
|
| 30 |
+
## Companion releases
|
| 31 |
+
|
| 32 |
+
- Code and protocols: https://github.com/YananZHOU5555/Stereo-CoRE
|
| 33 |
+
- Weights, configurations and raw results: https://huggingface.co/B111ue/Stereo-CoRE
|
| 34 |
+
|
| 35 |
+
The repository-level `corpus_manifest.json` and per-task audit/manifest files describe the public
|
| 36 |
+
payload. Users remain responsible for complying with RoboFactory and simulator asset licenses.
|