add cognition module

This commit is contained in:
Andreas Koepf 2025-01-23 13:42:36 +01:00
parent 6fbdd8c262
commit 74d2bd9b3d

View file

@ -0,0 +1,9 @@
"""
Cognition tasks for training reasoning capabilities:
- Pattern recognition
- Sequence completion
- Logical reasoning
- Working memory
"""
__all__ = []