mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-22 16:49:06 +00:00
Refactor LetterCounting
This commit is contained in:
parent
ca0fb97884
commit
86215b7e5c
6 changed files with 566 additions and 117 deletions
|
|
@ -8,7 +8,7 @@ Algorithmic tasks for training reasoning capabilities:
|
|||
|
||||
from .base_conversion import BaseConversionExercise
|
||||
from .caesar_cipher import CaesarCipherExercise
|
||||
# from .letter_counting import LetterCountingExercise
|
||||
from .letter_counting import LetterCountingExercise
|
||||
# from .letter_jumble import LetterJumbleExercise
|
||||
# from .number_filtering import NumberFilteringExercise
|
||||
# from .number_sorting import NumberSortingExercise
|
||||
|
|
@ -22,7 +22,7 @@ __all__ = [
|
|||
# "SpellBackwardDataset",
|
||||
"BaseConversionExercise",
|
||||
"CaesarCipherExercise",
|
||||
# "LetterCountingDataset",
|
||||
"LetterCountingExercise",
|
||||
# "LetterJumbleDataset",
|
||||
# "NumberFilteringDataset",
|
||||
# "NumberSortingDataset",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue