CoolFace
Datasetpublic

novastar111/swanlake_hard

swanlake_hard Synthetic Sokoban hard dataset generated from the local VisGym Sokoban environment. Contents trajectories/sokoban_hard/test/*.jsonl trajectories/sokoban_hard/train/*.jsonl manifests/ metadata/ Generation Summary Task: sokoban_hard Raw test generated: 1200 Final test after dedupe: 1200 Raw train generated: 120000 Final train after dedupe: 112000 Train samples removed by test-hash filter: 0 Train samples removed by train self-dedupe:… See the full description on the dataset page: https://huggingface.co/datasets/novastar111/swanlake_hard.

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes115downloads
Dataset Card

swanlake_hard

Synthetic Sokoban hard dataset generated from the local VisGym Sokoban environment.

Contents

  • —trajectories/sokoban_hard/test/*.jsonl
  • —trajectories/sokoban_hard/train/*.jsonl
  • —manifests/
  • —metadata/

Generation Summary

  • —Task: sokoban_hard
  • —Raw test generated: 1200
  • —Final test after dedupe: 1200
  • —Raw train generated: 120000
  • —Final train after dedupe: 112000
  • —Train samples removed by test-hash filter: 0
  • —Train samples removed by train self-dedupe: 8000
  • —Raw train chunk count: 12

Leakage / Hash Logic

  • —Hash basis: init_state only
  • —Test split:
  • —raw generation first
  • —dedupe within test
  • —write metadata/test_init_state_hashes.json
  • —Train split:
  • —raw generation only during chunked production
  • —final dedupe order:
  • —remove records whose init_state hash appears in test
  • —remove duplicate init_state hashes within train
  • —Final leakage report:
  • —clean = True
  • —overlap_total = 0

Notes

  • —This dataset intentionally keeps the visual assets and prompt/action semantics from the integrated Sokoban environment while using the repo's current generation pipeline.
  • —Review artifacts are not included in the upload path by default.