From 88f27d4004384b0d19b8d098a5d13533bd459fa8 Mon Sep 17 00:00:00 2001 From: "Andreas Koepf (aider)" Date: Sat, 25 Jan 2025 01:58:54 +0100 Subject: [PATCH] docs: Add CountdownDataset to game tasks overview in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e53bd057..695b5123 100644 --- a/README.md +++ b/README.md @@ -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