mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-29 17:35:16 +00:00
formatting
This commit is contained in:
parent
98988c8481
commit
20069b2a7d
37 changed files with 504 additions and 666 deletions
|
|
@ -2,12 +2,7 @@
|
|||
Reasoning Gym - A library of procedural dataset generators for training reasoning models
|
||||
"""
|
||||
|
||||
from . import arithmetic
|
||||
from . import algorithmic
|
||||
from . import cognition
|
||||
from . import data
|
||||
from . import games
|
||||
from . import logic
|
||||
from . import algorithmic, arithmetic, cognition, data, games, logic
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__all__ = ["arithmetic", "algorithmic", "cognition", "data", "games", "logic"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue