datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
clash-royale-tv-replays
Clash Royale TV Replays
Frame-by-frame gameplay recordings (~10 fps) from Clash Royale's TV Royale, covering all 31 arenas. Automated recording using tools from our github repository.
Structure
arena_{XX}/{replay_uuid}/
├── frames.parquet # Frame data
└── preview.jpg # First frame thumbnail
Parquet Schema:
frame_id (int64): Frame number
image (Image): PNG bytes
hash (string): MD5 for deduplication
Usage
from huggingface_hub import hf_hub_download… See the full description on the dataset page: https://huggingface.co/datasets/chrisrca/clash-royale-tv-replays.clash-royale-tv-replays
Clash Royale TV Replays
Frame-by-frame gameplay recordings (~10 fps) from Clash Royale's TV Royale, covering all 31 arenas. Automated recording using tools from our github repository.
Structure
arena_{XX}/{replay_uuid}/
├── frames.parquet # Frame data
└── preview.jpg # First frame thumbnail
Parquet Schema:
frame_id (int64): Frame number
image (Image): PNG bytes
hash (string): MD5 for deduplication
Usage
from huggingface_hub import hf_hub_download… See the full description on the dataset page: https://huggingface.co/datasets/Chutdedededede/clash-royale-tv-replays.alphaclash-replays
AlphaClash replay corpus
Screen recordings of Clash Royale matches from Royale TV, scraped from a
phone at 4x replay speed, each with a JSON sidecar and the deck screenshot
its decks were read from. Collected for the AlphaClash agent
(https://github.com/bednarjosef/AlphaClash) — a behaviour-cloned decision
transformer over these replays.
Layout
manifest.jsonl one row per replay (see below)
replays/shard-0000/<stem>.mp4 the recording… See the full description on the dataset page: https://huggingface.co/datasets/josefbednar/alphaclash-replays.
