reasoning-gym/tests
Andreas Köpf 6117162bad Merge pull request #31 from cavit99/main
feat: Add Word Ladder dataset generator
2025-01-30 23:11:58 +01:00
..
__init__.py build: Initialize reasoning_gym package structure with packaging and development setup 2025-01-23 10:50:54 +01:00
test_arithmetic.py Add support for integer division in basic arithmetic dataset 2025-01-24 15:07:31 +01:00
test_base_conversion.py formatting 2025-01-24 10:34:07 +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_chain_sum.py formatting 2025-01-24 10:34:07 +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_countdown.py formatting 2025-01-25 18:51:28 +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_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_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_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_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_word_ladder.py INIT 2025-01-30 21:32:46 +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