mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-23 16:55:05 +00:00
feat: Create cognition/__init__.py with module docstring
This commit is contained in:
parent
3179cb83af
commit
1b42fcb737
1 changed files with 9 additions and 0 deletions
9
python
9
python
|
|
@ -7,3 +7,12 @@ Cognition tasks for training reasoning capabilities:
|
|||
"""
|
||||
|
||||
__all__ = []
|
||||
"""
|
||||
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