Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,19 +1,18 @@
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
- metaworld
|
| 6 |
-
- cosmos-policy
|
| 7 |
-
- flowdagger
|
| 8 |
---
|
| 9 |
|
| 10 |
# Cosmos Policy MetaWorld Predict2 2B
|
| 11 |
|
| 12 |
-
Artifacts for the
|
| 13 |
|
| 14 |
-
|
| 15 |
-
- `consolidated.pt`: Cosmos Predict2 2B checkpoint finetuned on MetaWorld
|
| 16 |
-
- `dataset_statistics.json`:
|
| 17 |
-
- `t5_embeddings.pkl`: cached
|
| 18 |
|
| 19 |
-
|
|
|
|
|
|
|
|
|
| 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.
|