feat: Add Game Tasks section with Sudoku and Mini Sudoku datasets

This commit is contained in:
Andreas Koepf (aider) 2025-01-23 23:22:02 +01:00
parent 3c3a42f07f
commit a5cee4f3f3

View file

@ -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