mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-05-01 17:45:24 +00:00
feat: Add Game Tasks section with Sudoku and Mini Sudoku datasets
This commit is contained in:
parent
3c3a42f07f
commit
a5cee4f3f3
1 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,10 @@ The goal is to generate virtually infinite data with adjustable complexity.
|
|||
#### Logic Tasks
|
||||
- `PropositionalLogicDataset`: Generate propositional logic reasoning problems
|
||||
|
||||
#### Game Tasks
|
||||
- `SudokuDataset`: Generate 9x9 Sudoku puzzles with configurable number of empty cells
|
||||
- `MiniSudokuDataset`: Generate 4x4 Mini Sudoku puzzles with configurable difficulty
|
||||
|
||||
### Available Generators
|
||||
|
||||
#### Basic Arithmetic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue