mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-24 17:05:03 +00:00
8 lines
171 B
Python
8 lines
171 B
Python
"""
|
|
Reasoning Gym - A library of procedural dataset generators for training reasoning models
|
|
"""
|
|
|
|
from . import arithmetic
|
|
|
|
__version__ = "0.1.0"
|
|
__all__ = ["arithmetic"]
|