mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
feat: Add cognition module with initial reasoning tasks namespace
This commit is contained in:
parent
48492c4fd8
commit
e1d04f8a2f
2 changed files with 11 additions and 1 deletions
9
python
Normal file
9
python
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
"""
|
||||
Cognition tasks for training reasoning capabilities:
|
||||
- Pattern recognition
|
||||
- Sequence completion
|
||||
- Logical reasoning
|
||||
- Working memory
|
||||
"""
|
||||
|
||||
__all__ = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue