feat: add tsumego

This commit is contained in:
Jean Kaddour 2025-02-07 11:22:33 +00:00
parent 1b49713116
commit 741118eb52
4 changed files with 490 additions and 0 deletions

View file

@ -133,6 +133,7 @@ See the [Dataset Gallery](GALLERY.md) for a complete list of available datasets
- `MazeDataset`: Generate a maze with a start and a goal
- `CountdownDataset`: Generate number game tasks where numbers and operators must be combined to reach a target value
- `NQueensDataset`: Generate N-Queens puzzles with configurable board size and number of starting queens
- `TsumegoDataset`: Generate Tsumego capture puzzles with variable board sizes and stone placements
## Future Generator Ideas