CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01chrisrca /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.imagefeature-extraction10K<n<100K3 likes9.5k downloads10mo agoHugging Face02Chutdedededede /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.imagefeature-extraction10K<n<100K0 likes7.1k downloads9mo agoHugging Face03erickfm /melee-ranked-replays Melee Ranked Replays Anonymized Slippi ranked replays (platinum+) from Super Smash Bros. Melee, sharded by character and rank pair. Built for behavior-cloning and other replay-driven ML work on Melee — notably MIMIC. Contents Raw .slp files grouped into tarballs by (character, rank_pair, source_archive), organized into per-character folders: {CHAR}/ {CHAR}_{rank_pair}_a{N}.tar.gz metadata/ metadata_a{N}.json Characters (25): BOWSER, CPTFALCON, DK, DOC, FALCO… See the full description on the dataset page: https://huggingface.co/datasets/erickfm/melee-ranked-replays.textreinforcement-learning1M<n<10M1 likes2.7k downloads3mo agoHugging Face04sharpobject /yxp_replaysyxp_replays is a collection of replay files from Yi Xian, an asymmetric autobattler card game in which each player has their own card pool and rearranging one's cards to anticipate the opponent's card arrangement can almost always achieve a win in a given battle (as opposed to autobattlers such as teamfight tactics which feature a shared pool of game pieces and a huge number of battles that could not really be won by optimal positioning given knowledge of the opponent's positioning).… See the full description on the dataset page: https://huggingface.co/datasets/sharpobject/yxp_replays.0 likes2.6k downloads3h agoHugging Face05HolidayOugi /pokemon-showdown-replays Pokémon Showdown Replay Datasets Multiple datasets of Pokémon Showdown public replays pulled using the Pokémon Showdown API. Publishing them here to provide them to the community as a starting point for future projects. These datasets are used in Showdown Shower, an university project of mine. The dates of the replays range from 2005 to 2026. Currently (as of 17th September, 2026), this is the number of replays available in each dataset. The number may be lower than the one… See the full description on the dataset page: https://huggingface.co/datasets/HolidayOugi/pokemon-showdown-replays.tabularfeature-extraction10M<n<100M3 likes1.6k downloads8d agoHugging Face06Cochon123 /clash-royale-replays Clash Royale RoyaleAPI replay corpus Raw and cleaned Clash Royale battle replays captured from RoyaleAPI via the clash-royale-ai collector pipeline. Used to train the winner predictor model. Contents Path Description raw/ 15,420 verbatim /data/replay JSON captures (schema v1), sharded into raw/00/, raw/02/, raw/08/, and raw/09/ subdirectories (Hugging Face file-per-directory limit). Each file contains the full RoyaleAPI replay HTML payload: timeline… See the full description on the dataset page: https://huggingface.co/datasets/Cochon123/clash-royale-replays.other10K<n<100K0 likes1.1k downloads2mo agoHugging Face07chrisrca /rocket-league-replaysfeature-extraction1M<n<10M1 likes1k downloads1y agoHugging Face08jakegrigsby /metamon-raw-replays Metamon Raw Replay Dataset This dataset maintains the up-to-date supply of Pokémon Showdown replays used by the Metamon project. Battles are publicly available from the Showdown replay API. We provide them here to create a convenient starting point for building new parsed-replay verisons of the RL dataset, and maybe to save Showdown some download requests. Usernames have been replaced by a unique randomly generated pseudonym that is consistent across battles. Versions… See the full description on the dataset page: https://huggingface.co/datasets/jakegrigsby/metamon-raw-replays.text1M<n<10M0 likes236 downloads4mo agoHugging Face09milkkarten /pokemon-showdown-replays-merged Pokemon Showdown Replays - Merged Dataset A merged dataset of Pokemon Showdown battle replays from multiple sources. Statistics Total Replays: 29,057,184 Sources: sethkarten: 3,909,792 replays metamon: 1,978,010 replays holidayougi: 23,169,382 replays Top Formats Format Count [Gen 9] OU 3,200,571 [Gen 6] OU 2,977,289 [Gen 7] OU 2,578,070 [Gen 7] RANDOMBATTLE 2,005,704 [Gen 6] RANDOMBATTLE 1,598,899 [Gen 9] VGC 2025 836,958 [Gen 9]… See the full description on the dataset page: https://huggingface.co/datasets/milkkarten/pokemon-showdown-replays-merged.tabular10M<n<100M0 likes226 downloads9mo agoHugging Face10jakegrigsby /metamon-parsed-replays Metamon Replay Dataset Pokémon Showdown replay files parsed (or "reconstructed") into RL trajectories by Metamon (arXiv Appendix D) Quick Start The easiest way to use the replay dataset is through metamon's dataloader: import metamon from metamon.interface import get_observation_space, get_reward_function, get_action_space from metamon.data importParsedReplayDataset # see the metamon README for more on observations, actions, and rewards. human_dset =… See the full description on the dataset page: https://huggingface.co/datasets/jakegrigsby/metamon-parsed-replays.textreinforcement-learningn<1K6 likes224 downloads4mo agoHugging Face11josefbednar /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.imagereinforcement-learning0 likes186 downloads27d agoHugging Face12bluffish /muster-replays0 likes93 downloads2mo agoHugging Face13liamdj /bga-replays BGA Replays Parsed play-by-play data from BoardGameArena replays for Terra Mystica and Tokaido. One row per player per game (results), one row per player per round (Terra Mystica only), one row per scoring/economy action (moves), and one row per player per faction bid in the setup auction (Terra Mystica only). Generated by bga-replay-parser, which scrapes raw replays from BGA and extracts structured CSVs. Contents terra_mystica/ player_results.csv # one row… See the full description on the dataset page: https://huggingface.co/datasets/liamdj/bga-replays.10M<n<100M0 likes73 downloads8d agoHugging Face14armaanp /gen9-random-doubles-replays Gen 9 Random Doubles replays Every gen9randomdoublesbattle replay Pokemon Showdown still lists, plus the ones it has since delisted, deduplicated on replay id. 229,171 battles, 2023-06-26 to 2026-08-26. 73.2% carry a rating: 61,673 at 1400 or better, 43,756 at 1500, 27,728 at 1600, 14,506 at 1700, 5,555 at 1800. Why this exists Neither available source is complete on its own. HolidayOugi/pokemon-showdown-replays holds 203,654 distinct battles for this format and… See the full description on the dataset page: https://huggingface.co/datasets/armaanp/gen9-random-doubles-replays.tabularreinforcement-learning100K<n<1M0 likes64 downloads1mo agoHugging Face15strakammm /generals_io_replays ⚔️ Generals.io High-Rank Replay Dataset 🌟 Overview This dataset contains a curated collection of 1v1 game replays from the online strategy game generals.io, specifically designed for training high-level reinforcement learning agents 🤖. 🏆 High-Quality Matches: Includes games where at least one participant had a star rating of 70 or higher 📈, ensuring a baseline of quality and strategic depth. ✅ Clean Data: Carefully filtered to remove outliers, games with AFK players… See the full description on the dataset page: https://huggingface.co/datasets/strakammm/generals_io_replays.tabular10K<n<100K5 likes55 downloads1y agoHugging Face16JoeyDonuts /melee-ranked-replays Melee Ranked Replays Anonymized Slippi ranked replays (platinum+) from Super Smash Bros. Melee, sharded by character and rank pair. Built for behavior-cloning and other replay-driven ML work on Melee — notably MIMIC. Contents Raw .slp files grouped into tarballs by (character, rank_pair, source_archive), organized into per-character folders: {CHAR}/ {CHAR}_{rank_pair}_a{N}.tar.gz metadata/ metadata_a{N}.json Characters (25): BOWSER, CPTFALCON, DK, DOC, FALCO… See the full description on the dataset page: https://huggingface.co/datasets/JoeyDonuts/melee-ranked-replays.reinforcement-learning100K<n<1M0 likes50 downloads2mo agoHugging Face17Direct07 /werewolftown_replays2 likes41 downloads2mo agoHugging Face18geonmin-kim /replay-SO101-lv4-3color-cube-mat-to-mat-slot3x3-v1This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v3.0", "fps": 30, "features": { "action": { "dtype": "float32", "shape": [ 6 ], "names": [ "shoulder_pan.pos", "shoulder_lift.pos", "elbow_flex.pos", "wrist_flex.pos", "wrist_roll.pos", "gripper.pos"… See the full description on the dataset page: https://huggingface.co/datasets/geonmin-kim/replay-SO101-lv4-3color-cube-mat-to-mat-slot3x3-v1.tabularrobotics10K<n<100K0 likes30 downloads1mo agoHugging Face19abdul004 /so101_trace_replaysThis dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v3.0", "robot_type": "so101_follower", "total_episodes": 2, "total_frames": 920, "total_tasks": 2, "chunks_size": 1000, "data_files_size_in_mb": 100, "video_files_size_in_mb": 200, "fps": 30, "splits": { "train": "0:2" }, "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/abdul004/so101_trace_replays.robotics0 likes26 downloads4mo agoHugging Face20abdul004 /so101_trace_replays_v2This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v3.0", "robot_type": "so101_follower", "total_episodes": 2, "total_frames": 920, "total_tasks": 2, "chunks_size": 1000, "data_files_size_in_mb": 100, "video_files_size_in_mb": 200, "fps": 30, "splits": { "train": "0:2" }, "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/abdul004/so101_trace_replays_v2.robotics0 likes25 downloads4mo agoHugging Face21TCGBaselines /festival_lead_replays Festival Lead style raw replays (deduplicated, all history) Single uncompressed tar of 3,362 unique replay JSON files (12,697,440,421 bytes = 11.83 GiB raw) whose observed deck is within substitution distance ≤15 of either Festival Lead target: Target Deck hash Festival Lead (plain) 07d4c9cb1496190b Festival Lead / Arian eb27f50f2a0327ea Distance is 0.5 * multiset L1 over expanded 60-card templates (same policy as the TCGBaselines/kaggle_crawl replay-BC… See the full description on the dataset page: https://huggingface.co/datasets/TCGBaselines/festival_lead_replays.other10M<n<100M0 likes24 downloads2mo agoHugging Face22LennartMnd /replay_set_30fpsThis dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v3.0", "robot_type": "lekiwi_client", "total_episodes": 1, "total_frames": 450, "total_tasks": 1, "chunks_size": 1000, "data_files_size_in_mb": 100, "video_files_size_in_mb": 500, "fps": 30, "splits": { "train": "0:1" }, "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/LennartMnd/replay_set_30fps.tabularroboticsn<1K0 likes18 downloads8mo agoHugging Face23sooham34 /metamon-parsed-wm-replays Metamon Parsed World-Model Replays This dataset contains Metamon replay parser text outputs for world-model training. These files are produced by python -m metamon.backend.replay_parser and are consumed by Metamon tokenizer and world-model dataset generation tools. Storage layout archives/<format>.tar.gz: parsed replay .txt files for one battle format. indexes/<format>.jsonl.gz: one row per replay text file with path, size_bytes, and sha256.… See the full description on the dataset page: https://huggingface.co/datasets/sooham34/metamon-parsed-wm-replays.textreinforcement-learning1M<n<10M0 likes16 downloads3mo agoHugging Face24LennartMnd /replay_set_10fpsThis dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v3.0", "robot_type": "lekiwi_client", "total_episodes": 1, "total_frames": 293, "total_tasks": 1, "chunks_size": 1000, "data_files_size_in_mb": 100, "video_files_size_in_mb": 500, "fps": 10, "splits": { "train": "0:1" }, "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/LennartMnd/replay_set_10fps.tabularroboticsn<1K0 likes14 downloads8mo agoHugging Face25djmango /openfront-replays OpenFront.io RL game replays Sparse-turn GameRecord v0.0.2 JSON for every finished RL episode (training, watch, showcase). Same format as the OpenFront client archive / Node bridge (version, gitCommit, sparse turns with intents). Each parquet row is one game. The record_json column is the full Node- compatible GameRecord string (~100–200 KB for long games). When a watch / showcase episode recorded policy decisions, thinking_json holds a compact top-3 action trace (typically a… See the full description on the dataset page: https://huggingface.co/datasets/djmango/openfront-replays.tabular1K<n<10K0 likes12 downloads2mo agoHugging Face26notspinach /rl-parsed-replays0 likes6 downloads10mo agoHugging Face27lioblaze /pong-rl-replays0 likes4 downloads3mo agoHugging Face28unclemusclez /17LandsDSK-Replays0 likes3 downloads2y agoHugging Face29subham007 /orbit-wars-replays0 likes3 downloads5mo agoHugging Face30sharpo-bject /yxp_replays0 likes2 downloads4mo agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.