Skip to content

Commit b9f11e3

Browse files
authored
docs: Fix command for building maze dataset in README
1 parent e2ac1aa commit b9f11e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ uv run python -m recursion.dataset.build_arc_dataset \
5151
uv run python -m recursion.dataset.build_sudoku_dataset --output-dir data/sudoku-extreme-1k-aug-1000 --subsample-size 1000 --num-aug 1000 # 1000 examples, 1000 augments
5252

5353
# Maze-Hard
54-
uv run python -m recursion.dataset.build_maze_dataset.py # 1000 examples, 8 augments
54+
uv run python -m recursion.dataset.build_maze_dataset # 1000 examples, 8 augments
5555
```
5656

5757
## Experiments

0 commit comments

Comments
 (0)