B111ue commited on
Commit
b7a920b
·
verified ·
1 Parent(s): e3d3b5e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -10
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
- Private research corpus for reproducible 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 640×480; 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 exact same corpus, held-out episode split, action chunk 100,
26
- ACT posterior encoder 4 layers and decoder 7 layers. Mixed-task sampling is
27
- hierarchical: equal probability for task, then demonstration, local arm, and
28
- time index. The sampling label is never supplied to the policy.
29
 
30
- The companion experiment uses frozen unseen 100-seed manifests per task and
31
- publishes model configurations, normalization statistics, audits, and results
32
- separately from this private data repository.
 
 
 
 
 
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.