Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions public/media/remote-cache/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Remote media cache

Mirrored copies of community-contributed media, cached here so the catalog's
media loads reliably everywhere (raw.githubusercontent.com and
huggingface.co are unreachable or unstable from some regions, and HF media
is served via signed redirects that slow first load).

Files are byte-identical copies of the upstream artifacts. Upstream links and
licensing live in each behavior descriptor under `registry/behaviors/`
(`sources` section). Behavior → upstream mapping:

| File | Upstream |
| -------------------- | --------------------------------------------------------------------------- |
| `courier.mp4` | selinayfilizp/microduck-courier @ `2cd9da8d1` `artifacts/courier-policy-track.mp4` |
| `courier.gif` | selinayfilizp/microduck-courier @ `2cd9da8d1` `artifacts/courier-policy.gif` |
| `flamingo-cycle.mp4` | RemiFabre/microduck-flamingo-cycle @ `6646428` `media/preview.mp4` |
| `rough-walk-e.mp4` | RemiFabre/microduck-rough-walk-e @ `fa7b27ee` `media/preview.mp4` |
| `rough-walk-g.mp4` | RemiFabre/microduck-rough-walk-g @ `242876a0` `media/preview.mp4` |
| `running.mp4` | HannesVonEssen/microduck-running @ `d839a07c` `media/preview.mp4` |

If you are an upstream author and want your media removed or updated, open an
issue or PR — the canonical artifacts remain on your repo; these are caches,
not forks.
Binary file added public/media/remote-cache/courier.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/media/remote-cache/courier.mp4
Binary file not shown.
Binary file added public/media/remote-cache/flamingo-cycle.mp4
Binary file not shown.
Binary file added public/media/remote-cache/rough-walk-e.mp4
Binary file not shown.
Binary file added public/media/remote-cache/rough-walk-g.mp4
Binary file not shown.
Binary file added public/media/remote-cache/running.mp4
Binary file not shown.
12 changes: 6 additions & 6 deletions public/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@
}
},
"media": {
"video_url": "https://huggingface.co/RemiFabre/microduck-flamingo-cycle/resolve/6646428394c6997106d2dc07c1588f20f6fea026/media/preview.mp4",
"video_url": "/media/remote-cache/flamingo-cycle.mp4",
"hero_type": "video",
"caption": "Microduck balancing on one foot in simulation"
},
Expand Down Expand Up @@ -1094,8 +1094,8 @@
}
},
"media": {
"thumbnail_url": "https://raw.githubusercontent.com/selinayfilizp/microduck-courier/2cd9da8d1ecfb850c0ab062654a63007cbd21b9d/artifacts/courier-policy.gif",
"video_url": "https://raw.githubusercontent.com/selinayfilizp/microduck-courier/2cd9da8d1ecfb850c0ab062654a63007cbd21b9d/artifacts/courier-policy-track.mp4",
"thumbnail_url": "/media/remote-cache/courier.gif",
"video_url": "/media/remote-cache/courier.mp4",
"hero_type": "video",
"caption": "Tracked simulation rollout of the community Microduck courier policy"
},
Expand Down Expand Up @@ -1171,7 +1171,7 @@
}
},
"media": {
"video_url": "https://huggingface.co/HannesVonEssen/microduck-running/resolve/d839a07cd2cb4bdc2850ca72bf00d9b549ec600a/media/preview.mp4",
"video_url": "/media/remote-cache/running.mp4",
"hero_type": "video",
"caption": "Microduck running in simulation"
},
Expand Down Expand Up @@ -1250,7 +1250,7 @@
}
},
"media": {
"video_url": "https://huggingface.co/RemiFabre/microduck-rough-walk-e/resolve/fa7b27eeb5610d3b351362f4bd71691ee8be3d7d/media/preview.mp4",
"video_url": "/media/remote-cache/rough-walk-e.mp4",
"hero_type": "video",
"caption": "Microduck walking across rough terrain in simulation"
},
Expand Down Expand Up @@ -1329,7 +1329,7 @@
}
},
"media": {
"video_url": "https://huggingface.co/RemiFabre/microduck-rough-walk-g/resolve/242876a0aa8b40b702142fb0a5677fd43bc88a4c/media/preview.mp4",
"video_url": "/media/remote-cache/rough-walk-g.mp4",
"hero_type": "video",
"caption": "Microduck walking across rough terrain in simulation"
},
Expand Down
4 changes: 2 additions & 2 deletions registry/behaviors/courier.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
}
},
"media": {
"video_url": "https://raw.githubusercontent.com/selinayfilizp/microduck-courier/2cd9da8d1ecfb850c0ab062654a63007cbd21b9d/artifacts/courier-policy-track.mp4",
"video_url": "/media/remote-cache/courier.mp4",
"hero_type": "video",
"caption": "Tracked simulation rollout of the community Microduck courier policy",
"thumbnail_url": "https://raw.githubusercontent.com/selinayfilizp/microduck-courier/2cd9da8d1ecfb850c0ab062654a63007cbd21b9d/artifacts/courier-policy.gif"
"thumbnail_url": "/media/remote-cache/courier.gif"
},
"sources": {
"upstream_repo": "https://github.com/selinayfilizp/microduck-courier",
Expand Down
2 changes: 1 addition & 1 deletion registry/behaviors/flamingo-cycle.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}
},
"media": {
"video_url": "https://huggingface.co/RemiFabre/microduck-flamingo-cycle/resolve/6646428394c6997106d2dc07c1588f20f6fea026/media/preview.mp4",
"video_url": "/media/remote-cache/flamingo-cycle.mp4",
"hero_type": "video",
"caption": "Microduck balancing on one foot in simulation"
},
Expand Down
2 changes: 1 addition & 1 deletion registry/behaviors/rough-walk-e.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
}
},
"media": {
"video_url": "https://huggingface.co/RemiFabre/microduck-rough-walk-e/resolve/fa7b27eeb5610d3b351362f4bd71691ee8be3d7d/media/preview.mp4",
"video_url": "/media/remote-cache/rough-walk-e.mp4",
"hero_type": "video",
"caption": "Microduck walking across rough terrain in simulation"
},
Expand Down
2 changes: 1 addition & 1 deletion registry/behaviors/rough-walk-g.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
}
},
"media": {
"video_url": "https://huggingface.co/RemiFabre/microduck-rough-walk-g/resolve/242876a0aa8b40b702142fb0a5677fd43bc88a4c/media/preview.mp4",
"video_url": "/media/remote-cache/rough-walk-g.mp4",
"hero_type": "video",
"caption": "Microduck walking across rough terrain in simulation"
},
Expand Down
2 changes: 1 addition & 1 deletion registry/behaviors/running.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}
},
"media": {
"video_url": "https://huggingface.co/HannesVonEssen/microduck-running/resolve/d839a07cd2cb4bdc2850ca72bf00d9b549ec600a/media/preview.mp4",
"video_url": "/media/remote-cache/running.mp4",
"hero_type": "video",
"caption": "Microduck running in simulation"
},
Expand Down