ianleelamb/battleship-moves
收藏Hugging Face2025-11-20 更新2025-12-20 收录
下载链接:
https://hf-mirror.com/datasets/ianleelamb/battleship-moves
下载链接
链接失效反馈官方服务:
资源简介:
# battleship-moves
Synthetic Battleship per-move traces for training move-prediction policies.
Dataset statistics:
- Games total: 5000
- Train/Validation/Test moves: 221185/27428/27349
Schema (per record):
- gameId: string
- turn: int
- board_tokens: string (100 chars), tokens '.'|'m'|'h'|'s'
- remaining: int[]
- last_move: string|null
- target: string
- target_index: int (0..99)
- target_result: 'miss'|'hit'|'sunk'
- target_is_hit: 0|1
- coverage_counts: int[100]
- impossible_mask: bool[100]
- sunk_ships: optional list
Recommended split: by game (80/10/10). License: Add your chosen license here (e.g., CC-BY-4.0).
提供机构:
ianleelamb



