mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
feat: Add ChainSum class for generating simple arithmetic tasks
This commit is contained in:
parent
a1bd52b75e
commit
c8aa98f4e8
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