Merge pull request #47 from zafstojano/feat/n-queens

feat(env): N Queens
This commit is contained in:
Andreas Köpf 2025-02-02 21:54:02 +01:00 committed by GitHub
commit 4c577f4051
5 changed files with 408 additions and 0 deletions

View file

@ -126,6 +126,7 @@ See the [Dataset Gallery](GALLERY.md) for a complete list of available datasets
- `MiniSudokuDataset`: Generate 4x4 Mini Sudoku puzzles with configurable difficulty
- `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
## Future Generator Ideas