..
__init__.py
build: Initialize reasoning_gym package structure with packaging and development setup
2025-01-23 10:50:54 +01:00
test_advanced_geometry.py
lint
2025-02-01 17:01:11 +01:00
test_aiw.py
post merge lint
2025-02-02 10:04:18 +01:00
test_arc_1d.py
add attribution for arc-1d and unit tests
2025-02-02 23:45:25 +01:00
test_arc_1d_tasks.py
add attribution for arc-1d and unit tests
2025-02-02 23:45:25 +01:00
test_base_conversion.py
lint
2025-01-31 12:16:08 +01:00
test_basic_arithmetic.py
add arc_1d dataset
2025-02-02 23:03:56 +01:00
test_bf.py
lint
2025-01-30 22:55:04 +01:00
test_caesar_cipher.py
formatting
2025-01-25 18:51:28 +01:00
test_calendar_arithmetic.py
post merge formatting
2025-02-02 15:24:39 +01:00
test_chain_sum.py
formatting
2025-01-24 10:34:07 +01:00
test_coaching.py
Add Coaching & ScoreBoard class (result tracking) ( #72 )
2025-02-06 23:15:28 +01:00
test_color_cube_rotation.py
add reasoning_gym.create_dataset({name}, ...) global factory function
2025-01-25 00:58:34 +01:00
test_composite.py
register composite dataset
2025-02-04 19:17:34 +01:00
test_countdown.py
added linting checks
2025-01-31 07:19:55 +00:00
test_course_schedule.py
course schedule
2025-02-04 23:50:24 +01:00
test_dataset.py
add simple dataset gallery generation script
2025-01-30 22:30:26 +01:00
test_family_relationships.py
feat: Add mother-in-law and father-in-law relationship detection
2025-01-27 21:24:35 +01:00
test_figlet_fonts.py
test: Add deterministic test for FigletFontDataset generation
2025-01-30 00:59:57 +01:00
test_fraction_simplification.py
formatting
2025-01-24 10:34:07 +01:00
test_game_of_life.py
lint
2025-01-30 22:55:04 +01:00
test_gcd.py
formatting
2025-01-24 10:34:07 +01:00
test_group_anagrams.py
test malformed json answer
2025-02-06 10:13:02 +01:00
test_gsm_symbolic.py
gsm_symbolic generator changes
2025-02-05 20:58:01 +01:00
test_intermediate_integration.py
added score_answer implementation and tests
2025-02-02 17:18:56 +00:00
test_largest_island.py
added largest island code
2025-02-03 22:46:06 +01:00
test_lcm.py
formatting
2025-01-24 10:34:07 +01:00
test_leg_counting.py
formatting
2025-01-24 10:34:07 +01:00
test_letter_counting.py
formatting
2025-01-24 10:34:07 +01:00
test_letter_jumble.py
formatting
2025-01-25 18:51:28 +01:00
test_maze.py
add reasoning_gym.create_dataset({name}, ...) global factory function
2025-01-25 00:58:34 +01:00
test_mini_sudoku.py
formatting
2025-01-24 10:34:07 +01:00
test_n_queens.py
auto-load simple/intermediate integration tasks, stable order for n_queens (set was not stable)
2025-02-02 22:18:54 +01:00
test_number_filtering.py
formatting
2025-01-24 10:34:07 +01:00
test_number_sequences.py
formatting, cleanup
2025-01-24 17:12:42 +01:00
test_number_sorting.py
formatting
2025-01-24 10:34:07 +01:00
test_palindrome.py
add palindrome score_answer
2025-02-02 18:04:47 -08:00
test_polynomial_equations.py
add reasoning_gym.create_dataset({name}, ...) global factory function
2025-01-25 00:58:34 +01:00
test_prime_factorization.py
formatting
2025-01-24 10:34:07 +01:00
test_propositional_logic.py
feat: Add propositional logic dataset generator with comprehensive logical reasoning tasks
2025-01-23 14:38:56 +01:00
test_quantum_lock.py
add algorithmic verification hint in README, lint
2025-01-30 10:14:54 +01:00
test_rubiks_cube.py
fix chain_sum unit test
2025-01-30 10:57:55 +01:00
test_sentence_reordering.py
fix unit tests, lower python dependency to 3.9
2025-01-26 16:55:17 +01:00
test_simple_equations.py
fix operators configuration
2025-01-24 19:44:46 +01:00
test_simple_geometry.py
lint
2025-02-01 17:01:11 +01:00
test_simple_integration.py
added score_answer implementation and tests
2025-02-02 17:18:56 +00:00
test_spell_backward.py
rename word_reversal.py -> word_sequence_reversal.py
2025-01-26 11:57:50 +01:00
test_sudoku.py
formatting
2025-01-24 10:34:07 +01:00
test_syllogisms.py
simplify simple_equation generation
2025-01-24 19:41:51 +01:00
test_time_intervals.py
Add time interval dataset class
2025-02-01 02:10:48 +01:00
test_tower_of_hanoi.py
add toh score_answer
2025-02-02 16:37:20 -08:00
test_word_ladder.py
lint
2025-02-03 11:35:30 +00:00
test_word_sequence_reversal.py
rename word_reversal.py -> word_sequence_reversal.py
2025-01-26 11:57:50 +01:00
test_word_sorting.py
refactor: Change word sorting answer format from list string to comma-separated string
2025-01-26 22:23:18 +01:00
test_zebra.py
test: Add deterministic test for ZebraDataset generation
2025-02-03 22:59:23 +01:00