reasoning-gym/reasoning_gym/arithmetic
joesharratt1229 d9638df79c
updated algorithmics dataset (#269)
* updated algorithmic datasets
* added changes to symbolic and power
* updated power function test
2025-03-05 23:32:53 +01:00
..
gsm_symbolic updated algorithmics dataset (#269) 2025-03-05 23:32:53 +01:00
__init__.py feat(env): Count Bits Curriculum (#267) 2025-03-05 22:44:04 +01:00
basic_arithmetic.py use Decimal class for numeric comparison e.g. +0123.100 == 123.1 2025-02-21 15:36:06 +01:00
bitwise_arithmetic.py Minor question template & score_answer improvements (#261) 2025-03-04 21:55:09 +01:00
calendar_arithmetic.py Minor question template & score_answer improvements (#261) 2025-03-04 21:55:09 +01:00
chain_sum.py Remove strip from ProceduralDataset::core score_answer() (#250) 2025-03-02 08:46:36 +01:00
count_bits.py feat(env): Count Bits Curriculum (#267) 2025-03-05 22:44:04 +01:00
decimal_arithmetic.py Minor question template & score_answer improvements (#261) 2025-03-04 21:55:09 +01:00
decimal_chain_sum.py Minor question template & score_answer improvements (#261) 2025-03-04 21:55:09 +01:00
dice.py Minor question template & score_answer improvements (#261) 2025-03-04 21:55:09 +01:00
fraction_simplification.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
gcd.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
lcm.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
leg_counting.py fix: Unify Prompts (#254) 2025-03-03 21:55:53 +01:00
number_format.py Minor question template & score_answer improvements (#261) 2025-03-04 21:55:09 +01:00
power_function.py updated algorithmics dataset (#269) 2025-03-05 23:32:53 +01:00
prime_factorization.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
products.py Remove strip from ProceduralDataset::core score_answer() (#250) 2025-03-02 08:46:36 +01:00
time_intervals.py Minor question template & score_answer improvements (#261) 2025-03-04 21:55:09 +01:00