mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-23 16:55:05 +00:00
add rectangle count dataset
This commit is contained in:
parent
a174f44361
commit
2fa1ea106d
3 changed files with 157 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ Cognition tasks for training reasoning capabilities.
|
|||
from .color_cube_rotation import ColorCubeRotationConfig, ColorCubeRotationDataset
|
||||
from .figlet_fonts import FigletFontConfig, FigletFontDataset
|
||||
from .number_sequences import NumberSequenceConfig, NumberSequenceDataset
|
||||
from .rectangle_count import RectangleCountConfig, RectangleCountDataset
|
||||
from .rubiks_cube import RubiksCubeConfig, RubiksCubeDataset
|
||||
|
||||
__all__ = [
|
||||
|
|
@ -16,4 +17,6 @@ __all__ = [
|
|||
"NumberSequenceDataset",
|
||||
"RubiksCubeConfig",
|
||||
"RubiksCubeDataset",
|
||||
"RectangleCountConfig",
|
||||
"RectangleCountDataset",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue