| .. |
|
__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_arithmetic.py
|
Add support for integer division in basic arithmetic dataset
|
2025-01-24 15:07:31 +01:00 |
|
test_base_conversion.py
|
lint
|
2025-01-31 12:16:08 +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
|
added linting checks
|
2025-01-31 07:19:55 +00: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_simple_geometry.py
|
lint
|
2025-02-01 17:01:11 +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_time_intervals.py
|
Add time interval dataset class
|
2025-02-01 02:10:48 +01:00 |
|
test_tower_of_hanoi.py
|
linter
|
2025-01-31 00:05:33 -08:00 |
|
test_word_ladder.py
|
lint
|
2025-01-30 23:14:32 +01: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 |