mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
cryptarithm change defaults: size=500, include_example=True
This commit is contained in:
parent
172d81be8a
commit
de8162dc6a
1 changed files with 2 additions and 2 deletions
|
|
@ -36,9 +36,9 @@ class CryptarithmConfig:
|
|||
min_words: int = 2 # Minimum number of addends
|
||||
max_words: int = 3 # Maximum number of addends
|
||||
allow_leading_zero: bool = False
|
||||
include_example: bool = True
|
||||
seed: Optional[int] = None
|
||||
size: int = 20 # Number of puzzle instances to generate
|
||||
include_example: bool = False
|
||||
size: int = 500 # Number of puzzle instances to generate
|
||||
|
||||
def validate(self):
|
||||
"""Validate configuration parameters."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue