mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-28 17:29:39 +00:00
n queens
This commit is contained in:
parent
ccf282cc90
commit
1ca472dbd7
5 changed files with 408 additions and 0 deletions
|
|
@ -124,6 +124,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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue