mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-28 17:29:39 +00:00
feat: Add algorithmic and data modules to reasoning_gym package
This commit is contained in:
parent
c05a938ab7
commit
703fcda3cd
1 changed files with 3 additions and 1 deletions
|
|
@ -3,8 +3,10 @@ Reasoning Gym - A library of procedural dataset generators for training reasonin
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from . import arithmetic
|
from . import arithmetic
|
||||||
|
from . import algorithmic
|
||||||
from . import cognition
|
from . import cognition
|
||||||
|
from . import data
|
||||||
from . import logic
|
from . import logic
|
||||||
|
|
||||||
__version__ = "0.1.0"
|
__version__ = "0.1.0"
|
||||||
__all__ = ["arithmetic", "cognition", "logic"]
|
__all__ = ["arithmetic", "algorithmic", "cognition", "data", "logic"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue