Commit graph

150 commits

Author SHA1 Message Date
Andreas Koepf
74f590e24f more native type hints 2025-02-21 21:23:14 +01:00
Andreas Köpf
82839dec96 Merge pull request #181 from open-thought/rich/bitwise
Add Bitwise Arithmetic
2025-02-21 17:27:45 +01:00
Andreas Koepf (aider)
5f9d5c0e0f docs: Add comment explaining automatic base detection in int() conversion 2025-02-21 17:16:11 +01:00
Andreas Koepf (aider)
196d236978 docs: Add detailed comments for BitwiseArithmeticConfig and BitwiseArithmeticDataset 2025-02-21 17:14:00 +01:00
Andreas Koepf
aa37fbc2cf refactor: Update type hints and remove unused imports in bitwise_arithmetic.py 2025-02-21 17:13:36 +01:00
Andreas Koepf (aider)
253fd55a00 feat: Add typing hints and improve difficulty parameter documentation in bitwise_arithmetic.py 2025-02-21 17:11:40 +01:00
Rich Jones
aaff230dff lint 2025-02-21 17:09:19 +01:00
Rich Jones
217771a1b0 ensure arbitrary bit depth and signed values 2025-02-21 16:52:26 +01:00
Andreas Koepf
476e37e70b use Decimal class for numeric comparison e.g. +0123.100 == 123.1 2025-02-21 15:36:06 +01:00
Andreas Koepf
ff5b210106 use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
AhmedSaif2
6b5c7a8637 add a helper function to handle redundant code 2025-02-21 15:54:00 +02:00
Rich Jones
b9ab1cb2ae clean up comments 2025-02-21 12:17:21 +01:00
Rich Jones
cc451adb17 add to init 2025-02-21 12:07:17 +01:00
Rich Jones
1733927ed9 add bitwise arithmetic 2025-02-21 12:02:41 +01:00
AhmedSaif2
27c597c10a remove added instructions 2025-02-20 21:29:01 +02:00
AhmedSaif2
1da1909666 Add score answer to support comma format 2025-02-20 20:52:31 +02:00
Andreas Köpf
3adf5b6c22 Merge pull request #158 from open-thought/rich/decimalmath
Decimal Arithmetic
2025-02-20 12:35:41 +01:00
Rich Jones
58d261be98 lint 2025-02-20 12:29:12 +01:00
Rich Jones
921c9b1d7b type hints
blind roboting
2025-02-20 12:10:28 +01:00
ahmedsaif
df4bb0b897 Add allow-negation in products dataset 2025-02-20 12:01:09 +02:00
Rich Jones
e8691d74a1 add to init 2025-02-20 10:51:00 +01:00
Rich Jones
16d96e6af1 Merge branch 'rich/decimalmath' of github.com:open-thought/reasoning-gym into rich/decimalmath 2025-02-20 10:46:13 +01:00
Rich Jones
eb64e3a2b8 add random paren grouping 2025-02-20 10:46:01 +01:00
Rich Jones
772ca584b5 Merge branch 'main' into rich/decimalmath 2025-02-20 10:07:28 +01:00
vncntt
8423aba33f Merge branch 'open-thought:main' into decimal_chain_sum 2025-02-19 15:31:20 -08:00
vncntt
b94c385c46 register decimal_chain_sum 2025-02-19 15:30:30 -08:00
Andreas Köpf
3cd0fd9019 Merge pull request #164 from vncntt/decimal_chain_sum
decimal_chain_sum
2025-02-20 00:14:23 +01:00
vncntt
36ca729824 decimal refactor 2025-02-19 14:46:27 -08:00
Rich Jones
a76e56fccc implement decimal precision 2025-02-19 12:30:07 +01:00
Zafir Stojanovski
fec058d905 number format 2025-02-19 11:41:06 +01:00
vncntt
0420dfe433 decimal_chain_sum 2025-02-19 01:51:10 -08:00
Andreas Koepf
e9a2097a71 remove redundant assert in ChainSumConfig.validate() 2025-02-19 09:42:32 +01:00
Rich Jones
0cd2eb50d7 Merge branch 'rich/decimalmath' of github.com:open-thought/reasoning-gym into rich/decimalmath 2025-02-19 03:34:57 +01:00
Rich Jones
c3bc7937dc [wip] more flexible api 2025-02-19 03:29:40 +01:00
Rich Jones
36b2bceda3 Merge branch 'main' into rich/decimalmath 2025-02-18 20:53:36 +01:00
Rich Jones
bd56a7b1fe lint 2025-02-18 19:22:03 +01:00
Rich Jones
e2bdfb4c1c decimal math 2025-02-18 19:20:33 +01:00
Andreas Koepf
aa794253fe minor formatting changes 2025-02-17 18:20:18 +01:00
abdulhakeem
5b1e42f878 Tweaked some question templates 2025-02-17 02:58:42 -06:00
Andreas Koepf
99b49f868f fix question templates 2025-02-16 23:04:24 +01:00
joesharratt1229
cf6c15d0ee Merge pull request #144 from joesharratt1229/fix/arithmetic
Added fixes for arithmetic environments
2025-02-16 16:34:09 +00:00
joesharratt1229
fff40f4f36 adjusted gsm symbolic question template 2025-02-16 15:28:44 +00:00
joesharratt1229
72886c0668 changed products question template 2025-02-16 15:18:41 +00:00
Andreas Koepf
6bf2dfa36c formatting 2025-02-16 16:18:39 +01:00
joesharratt1229
e00fc81ba8 added reasoning gtm gcd 2025-02-16 15:10:29 +00:00
joesharratt1229
3f731029dd added fraction simplifications score answer impl 2025-02-16 15:08:24 +00:00
joesharratt1229
1a33fba608 fixed chain sum 2025-02-16 14:09:16 +00:00
joesharratt1229
cc7d422d78 merged remoted
Merge remote-tracking branch 'origin/main' into feat/score-answer-impl
2025-02-16 12:03:25 +00:00
joesharratt1229
569517664f corrected failing airthmetic test 2025-02-16 12:01:54 +00:00
joesharratt1229
a59e4cc918 reformatted prompt 2025-02-16 09:27:21 +00:00