mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-22 16:49:06 +00:00
feat: Add ChainSum class for generating simple arithmetic tasks
This commit is contained in:
parent
37338d2107
commit
3d9b48ba31
3 changed files with 141 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
from .chain_sum import ChainSum, ChainSumConfig
|
||||
|
||||
__all__ = ["ChainSum", "ChainSumConfig"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue