Merge pull request #78 from JeanKaddour/main

Feat: Add Tsumego
This commit is contained in:
Andreas Köpf 2025-02-07 14:10:29 +01:00 committed by GitHub
commit 2458d3a646
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 490 additions and 0 deletions

View file

@ -134,6 +134,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