mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
feat: Add leg counting imports and exports to arithmetic package
This commit is contained in:
parent
8db31dc87c
commit
40c3c9d434
1 changed files with 5 additions and 1 deletions
|
|
@ -1,9 +1,13 @@
|
|||
from .chain_sum import ChainSum, ChainSumConfig
|
||||
from .basic_arithmetic import ArithmeticDataset, ArithmeticDatasetConfig
|
||||
from .leg_counting import LegCountingConfig, LegCountingDataset, leg_counting_dataset
|
||||
|
||||
__all__ = [
|
||||
"ChainSum",
|
||||
"ChainSumConfig",
|
||||
"ArithmeticDataset",
|
||||
"ArithmeticDatasetConfig"
|
||||
"ArithmeticDatasetConfig",
|
||||
"LegCountingConfig",
|
||||
"LegCountingDataset",
|
||||
"leg_counting_dataset"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue