reasoning-gym/reasoning_gym/arithmetic
2025-03-11 08:25:24 +01:00
..
gsm_symbolic updated algorithmics dataset (#269) 2025-03-05 23:32:53 +01:00
__init__.py gcd curriculum (#331) 2025-03-11 08:25:24 +01:00
basic_arithmetic.py added basic arith curricula (#276) 2025-03-07 22:54:49 +01:00
bitwise_arithmetic.py Bitwise arithmetic curriculum (#282) 2025-03-08 01:32:00 +01:00
calendar_arithmetic.py Calendar arithmetic curriculum (#283) 2025-03-08 01:38:22 +01:00
chain_sum.py Basic curriculum (#198) 2025-03-07 11:22:12 +01:00
count_bits.py add difficulty where possible (#274) 2025-03-07 19:01:26 +01:00
decimal_arithmetic.py add metadata for caesar cipher, graph coloring, decimal arithmetic (#304) 2025-03-09 18:08:56 +01:00
decimal_chain_sum.py added Decimal curriculum (#280) 2025-03-07 23:02:57 +01:00
dice.py fix dice (#330) 2025-03-11 08:24:32 +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 gcd curriculum (#331) 2025-03-11 08:25:24 +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 feat(env): Leg Counting Curriculum (#275) 2025-03-07 19:15:18 +01:00
number_format.py Minor question template & score_answer improvements (#261) 2025-03-04 21:55:09 +01:00
power_function.py added power function exponent (#291) 2025-03-08 01:54:36 +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 Basic curriculum (#198) 2025-03-07 11:22:12 +01:00
time_intervals.py Minor question template & score_answer improvements (#261) 2025-03-04 21:55:09 +01:00