mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
docs: Add CountdownDataset to game tasks overview in README
This commit is contained in:
parent
3fc0c672a0
commit
88f27d4004
1 changed files with 2 additions and 1 deletions
|
|
@ -47,7 +47,8 @@ The goal is to generate virtually infinite data with adjustable complexity.
|
|||
|
||||
- `SudokuDataset`: Generate 9x9 Sudoku puzzles with configurable number of empty cells
|
||||
- `MiniSudokuDataset`: Generate 4x4 Mini Sudoku puzzles with configurable difficulty
|
||||
- `MazeDataset`: Generates a maze with a start and a goal.
|
||||
- `MazeDataset`: Generates 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
|
||||
|
||||
### Available Generators
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue