reasoning-gym/reasoning_gym/arithmetic
vncntt 5f01049607
Add KnightsKnavesDataset (knights_knaves)
Adapted code from https://github.com/AlphaPav/mem-kk-logic/blob/main/data_prep/lib_kk.py

---------

Co-authored-by: Andreas Koepf (aider) <andreas.koepf@provisio.com>
2025-02-25 20:15:38 +01:00
..
gsm_symbolic more native type hints 2025-02-21 21:23:14 +01:00
__init__.py add to init 2025-02-21 12:07:17 +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 docs: Add comment explaining automatic base detection in int() conversion 2025-02-21 17:16:11 +01:00
calendar_arithmetic.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
chain_sum.py use Decimal class for numeric comparison e.g. +0123.100 == 123.1 2025-02-21 15:36:06 +01:00
count_bits.py count bits (#101) 2025-02-10 22:12:50 +01:00
decimal_arithmetic.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
decimal_chain_sum.py Add KnightsKnavesDataset (knights_knaves) 2025-02-25 20:15:38 +01:00
dice.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +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 more native type hints 2025-02-21 21:23:14 +01:00
number_format.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
power_function.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +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 use Decimal class for numeric comparison e.g. +0123.100 == 123.1 2025-02-21 15:36:06 +01:00
time_intervals.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00