mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
add cognition module
This commit is contained in:
parent
6fbdd8c262
commit
74d2bd9b3d
1 changed files with 9 additions and 0 deletions
9
reasoning_gym/cognition/__init__.py
Normal file
9
reasoning_gym/cognition/__init__.py
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