CoolFace
Datasetpublic

webxos/ghosthunter-RL

Ghost Hunter RLHF Dataset Sample This dataset sample contains screenshots captured during gameplay of "Ghost Hunter" (8-bit FPS). Each image corresponds to a moment when the player successfully destroyed a ghost with the precision auto-fire. The dataset is intended for reinforcement learning from human feedback (RLHF) tasks, such as training a preference model to distinguish between "good" and "bad" shots. by webXOS 2026 (github.com/webxos for more info and apps) The gym is… See the full description on the dataset page: https://huggingface.co/datasets/webxos/ghosthunter-RL.

sourceHugging Facemitupdated 25d agoView on Hugging Face
1likes312downloads
Dataset Card

Ghost Hunter RLHF Dataset Sample

This dataset sample contains screenshots captured during gameplay of "Ghost Hunter" (8-bit FPS). Each image corresponds to a moment when the player successfully destroyed a ghost with the precision auto-fire. The dataset is intended for reinforcement learning from human feedback (RLHF) tasks, such as training a preference model to distinguish between "good" and "bad" shots.

by webXOS 2026 (github.com/webxos for more info and apps)

The gym is located in the /gym/ folder so users can play Ghost Hunter by webXOS and make their own datasets.

Dataset Structure

  • —images/: PNG frames captured at the moment of a kill.
  • —metadata.json: JSON array with per-frame metadata including round number, ghosts remaining, player position, kills in that shot, and timestamp.

Stats

  • —Total captures: 81
  • —Rounds covered: 10
  • —Time span: 42.2 seconds

Usage

Use this dataset to fine-tune vision-language models or as a reward model input for RLHF. Each image can be paired with the question: "Is this a good aim?" or similar.

License

MIT