mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-25 17:10:51 +00:00
add reasoning_gym.create_dataset({name}, ...) global factory function
This commit is contained in:
parent
0d2d8ba6a0
commit
519e411fa5
35 changed files with 133 additions and 598 deletions
|
|
@ -3,6 +3,7 @@ Reasoning Gym - A library of procedural dataset generators for training reasonin
|
|||
"""
|
||||
|
||||
from . import algebra, algorithmic, arithmetic, cognition, data, games, graphs, logic
|
||||
from .factory import create_dataset, register_dataset
|
||||
|
||||
__version__ = "0.1.1"
|
||||
__all__ = ["arithmetic", "algorithmic", "algebra", "cognition", "data", "games", "graphs", "logic"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue