mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-25 17:10:51 +00:00
Template Abstraction
This commit is contained in:
parent
227319f1da
commit
c2e3dbc826
8 changed files with 325 additions and 387 deletions
|
|
@ -15,4 +15,4 @@ for module in [
|
|||
# algebra, algorithmic, arithmetic, code,
|
||||
# cognition, games, geometry, graphs, logic
|
||||
]:
|
||||
__all__.extend([name for name in module.__all__ if name.endswith('Dataset')])
|
||||
__all__.extend([name for name in module.__all__ if name.endswith('Exercise')])
|
||||
Loading…
Add table
Add a link
Reference in a new issue