reasoning-gym/reasoning_gym/arithmetic
Oliver Stanley 7475a20700
include ranges rather than sampled values in difficulty metadata dicts (#387)
* update difficulty metadata for logic datasets

* update difficulty metadata for graph datasets

* update difficulty metadata for geometry datasets

* update difficulty metadata for games datasets

* update difficulty metadata for cognition datasets

* update difficulty metadata for arithmetic datasets

* update difficulty metadata for arc datasets

* update difficulty metadata for algorithmic datasets

* update difficulty metadata for algebra datasets

* use tuples

* update tests

* update tests
2025-03-20 10:27:03 +01:00
..
gsm_symbolic updated algorithmics dataset (#269) 2025-03-05 23:32:53 +01:00
__init__.py time intervals curriculum (#363) 2025-03-14 16:11:55 +01:00
basic_arithmetic.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
bitwise_arithmetic.py Refactor Curriculum Attributes (#335) 2025-03-16 15:40:28 +01:00
calendar_arithmetic.py Refactor Curriculum Attributes (#335) 2025-03-16 15:40:28 +01:00
chain_sum.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
count_bits.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
decimal_arithmetic.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
decimal_chain_sum.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
dice.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
fraction_simplification.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
gcd.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
lcm.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
leg_counting.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
number_format.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
power_function.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
prime_factorization.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
products.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
time_intervals.py Refactor Curriculum Attributes (#335) 2025-03-16 15:40:28 +01:00