Skip to content

Commit

Permalink
cap N at 12
Browse files Browse the repository at this point in the history
  • Loading branch information
zafstojano committed Feb 2, 2025
1 parent c74b600 commit 1912c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reasoning_gym/games/n_queens.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from ..factory import ProceduralDataset, register_dataset

MIN_BOARD_SIZE = 4
MAX_BOARD_SIZE = 15
MAX_BOARD_SIZE = 12

QUESTION_TEMPLATE = """Solve this N Queens puzzle:
{puzzle}
Expand Down

0 comments on commit 1912c57

Please sign in to comment.