mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-28 17:29:39 +00:00
feat: Add cognition module with initial reasoning tasks namespace
This commit is contained in:
parent
8d1dac9e62
commit
3179cb83af
2 changed files with 11 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ Reasoning Gym - A library of procedural dataset generators for training reasonin
|
|||
"""
|
||||
|
||||
from . import arithmetic
|
||||
from . import cognition
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__all__ = ["arithmetic"]
|
||||
__all__ = ["arithmetic", "cognition"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue