mmurray-ms commited on
Commit
49f6624
·
verified ·
1 Parent(s): 2979571

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -11
README.md CHANGED
@@ -1,19 +1,18 @@
1
  ---
2
  license: other
3
- tags:
4
- - robotics
5
- - metaworld
6
- - cosmos-policy
7
- - flowdagger
8
  ---
9
 
10
  # Cosmos Policy MetaWorld Predict2 2B
11
 
12
- Artifacts for the FlowDagger OSS Cosmos MetaWorld example.
13
 
14
- Files:
15
- - `consolidated.pt`: Cosmos Predict2 2B checkpoint finetuned on MetaWorld MT50.
16
- - `dataset_statistics.json`: action normalization statistics for the MetaWorld dataset.
17
- - `t5_embeddings.pkl`: cached T5 prompt embeddings used by the example.
18
 
19
- Intended FlowDagger smoke task: `assembly-v3` with prompt `Pick up a nut and place it onto a peg`.
 
 
 
1
  ---
2
  license: other
3
+ library_name: pytorch
4
+ pipeline_tag: robotics
 
 
 
5
  ---
6
 
7
  # Cosmos Policy MetaWorld Predict2 2B
8
 
9
+ Artifacts for the FlowDAgger OSS Cosmos/MetaWorld assembly example.
10
 
11
+ This bundle contains:
12
+ - `consolidated.pt`: Cosmos Policy Predict2 2B checkpoint finetuned on MetaWorld.
13
+ - `dataset_statistics.json`: normalization statistics used by the policy wrapper.
14
+ - `t5_embeddings.pkl`: cached text embeddings for the MetaWorld prompts.
15
 
16
+ The released FlowDAgger recipe targets MetaWorld `assembly-v3`. In the July 2026 reproduction, the frozen base policy reached about 52% success over 25 evaluation episodes and FlowDAgger full-mode steering reached about 84-88%.
17
+
18
+ The checkpoint expects the MetaWorld gripper proprio convention `[g, -g]`; use `--gripper_qpos_mode opposed` in the OSS launcher.