reasoning-gym/tests
2025-06-02 08:58:54 +02:00
..
coaching Refactor Curriculum Attributes (#335) 2025-03-16 15:40:28 +01:00
__init__.py
test_ab.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_acre.py Add ACRE(Abstract Causal REasoning Beyond Covariation) python generators (#199) 2025-03-10 00:09:54 +01:00
test_advanced_geometry.py feat(env): Advanced Geometry Curriculum (#350) 2025-03-13 21:07:49 +01:00
test_aiw.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_arc_1d.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_arc_1d_tasks.py
test_arc_agi.py Add curriculum for arc_agi (#372) 2025-04-01 21:17:52 +02:00
test_base_conversion.py Refactor Curriculum Attributes (#335) 2025-03-16 15:40:28 +01:00
test_basic_arithmetic.py Feat/intragen experiments (#414) 2025-04-16 08:04:52 +02:00
test_bf.py BF Curricula and More (#309) 2025-03-09 18:22:22 +01:00
test_binary_alternation.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_binary_matrix.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_bitwise_arithmetic.py Bitwise arithmetic curriculum (#282) 2025-03-08 01:32:00 +01:00
test_boxnet.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
test_caesar_cipher.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_calendar_arithmetic.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_chain_sum.py add ProductsDataset (multiplication tasks) 2025-02-13 17:59:02 +01:00
test_circuit_logic.py circuit logic curriculum (#368) 2025-03-14 16:17:00 +01:00
test_codeio.py fix(env): Unify CodeIO datasets (#405) 2025-04-02 22:40:03 +02:00
test_color_cube_rotation.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_complex_arithmetic.py Add complex arithmetic curriculum (#310) 2025-03-10 00:28:51 +01:00
test_composite.py reasoning-gym-server & cli tool (#154) 2025-02-19 22:41:33 +01:00
test_count_bits.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_count_primes.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_countdown.py (evals): Medium configs (#415) 2025-04-14 08:25:31 +02:00
test_course_schedule.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_cryptarithm.py Refactor Curriculum Attributes (#335) 2025-03-16 15:40:28 +01:00
test_dataset.py Minor question template & score_answer improvements (#261) 2025-03-04 21:55:09 +01:00
test_dataset_common.py Minor question template & score_answer improvements (#261) 2025-03-04 21:55:09 +01:00
test_decimal_arithmetic.py fix decimal arithmetic curriculum to respect constraints (#430) 2025-05-06 19:23:19 +01:00
test_decimal_chain_sum.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_dice.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_emoji_mystery.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_family_relationships.py added family relatinship curriculum (#359) 2025-03-14 16:08:49 +01:00
test_figlet_fonts.py figlet font curriculum 2025-03-18 13:51:43 +01:00
test_fraction_simplification.py fraction simplification curriculum (#349) 2025-03-13 21:05:50 +01:00
test_futoshiki.py make task entries json serializable (#443) 2025-06-02 08:57:15 +02:00
test_game_of_life.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_game_of_life_halting.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_gcd.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_get_score_answer_fn.py Feat: expose score_answer function without needing to instantiate a dataset (#422) 2025-04-18 10:36:44 +02:00
test_graph_color.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_group_anagrams.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_gsm_symbolic.py updated algorithmics dataset (#269) 2025-03-05 23:32:53 +01:00
test_intermediate_integration.py added intermediate integration (#334) 2025-03-11 23:57:51 +01:00
test_isomorphic_strings.py feat(env): Isomorphic Strings Curriculum (#292) 2025-03-08 01:56:14 +01:00
test_jugs.py (evals): Medium configs (#415) 2025-04-14 08:25:31 +02:00
test_knight_swap.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_knights_knaves.py add knights knaves curriculum (#401) 2025-04-01 12:20:58 +02:00
test_largest_island.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_lcm.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_leg_counting.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_letter_counting.py Feat/curr adj (#394) 2025-04-02 06:39:14 +01:00
test_letter_jumble.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_list_functions.py Commit more changes 2025-02-21 00:37:29 -06:00
test_mahjong_puzzle.py feat(env): Mahjong Puzzle Curriculum (#263) 2025-03-05 22:28:02 +01:00
test_manipulate_matrix.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_maze.py (evals): Medium configs (#415) 2025-04-14 08:25:31 +02:00
test_mini_sudoku.py mini sudoku curriculum (#311) 2025-03-10 00:29:53 +01:00
test_modulo_grid.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_n_queens.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_needle_haystack.py adapt needle_haystack test to curriculum changes 2025-03-16 17:35:16 +01:00
test_number_filtering.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_number_format.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_number_sequences.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_number_sorting.py Feat/intragen experiments (#414) 2025-04-16 08:04:52 +02:00
test_palindrome.py palindrome generation curriculum (#322) 2025-03-11 00:19:11 +01:00
test_palindrome_partitioning.py (evals): Medium configs (#415) 2025-04-14 08:25:31 +02:00
test_polynomial_equations.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_polynomial_multiplication.py Add polynomial multiplication curriculum (#338) 2025-03-12 00:03:46 +01:00
test_pool_matrix.py pool matrix curriculum (#298) 2025-03-08 20:57:22 +01:00
test_power_function.py added power function exponent (#291) 2025-03-08 01:54:36 +01:00
test_prime_factorization.py Fix bug in normalize_answer method (#444) 2025-06-02 08:58:54 +02:00
test_products.py Minor question template & score_answer improvements (#261) 2025-03-04 21:55:09 +01:00
test_propositional_logic.py feat(env): Propositional Logic Curriculum (#365) 2025-03-14 16:12:39 +01:00
test_puzzle24.py make task entries json serializable (#443) 2025-06-02 08:57:15 +02:00
test_quantum_lock.py added quantum lock curriculum (#324) 2025-03-11 00:20:24 +01:00
test_ransom_note.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_rearc.py (evals): Medium configs (#415) 2025-04-14 08:25:31 +02:00
test_rectangle_count.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_rotate_matrix.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_rotten_oranges.py rotten oranges curriculum (#297) 2025-03-08 20:56:46 +01:00
test_rubiks_cube.py Feat/intragen experiments (#414) 2025-04-16 08:04:52 +02:00
test_rush_hour.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_score_board.py Feat/curr adj (#394) 2025-04-02 06:39:14 +01:00
test_self_reference.py added self reference curr (#329) 2025-03-11 00:23:26 +01:00
test_sentence_reordering.py sentence reordering curriculum (#326) 2025-03-11 00:21:41 +01:00
test_shortest_path.py feat(env): Group Anagrams Curriculum (#288) 2025-03-08 01:49:12 +01:00
test_simple_equations.py Simple equations curriculum (#340) 2025-03-13 21:17:14 +01:00
test_simple_geometry.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_simple_integration.py make task entries json serializable (#443) 2025-06-02 08:57:15 +02:00
test_sokoban.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_spell_backward.py Feat/curr adj (#394) 2025-04-02 06:39:14 +01:00
test_spiral_matrix.py spiral matrix curriculum (#296) 2025-03-08 20:56:08 +01:00
test_string_insertion.py string insertion curriculum (#305) 2025-03-09 18:11:29 +01:00
test_string_manipulation.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_string_splitting.py string splitting curriculum (#307) 2025-03-10 00:25:56 +01:00
test_string_synthesis.py feat(env): String Synthesis Curriculum (#308) 2025-03-10 00:27:03 +01:00
test_sudoku.py add sudoku curriculum (#360) 2025-03-14 16:09:49 +01:00
test_syllogisms.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_time_intervals.py make task entries json serializable (#443) 2025-06-02 08:57:15 +02:00
test_tower_of_hanoi.py Minor question template & score_answer improvements (#261) 2025-03-04 21:55:09 +01:00
test_tsumego.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_utils.py Minor question template & score_answer improvements (#261) 2025-03-04 21:55:09 +01:00
test_word_ladder.py add word ladder curriculum (#361) 2025-03-14 16:10:52 +01:00
test_word_sequence_reversal.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_word_sorting.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
test_zebra.py Added zebra curriculum (#328) 2025-03-11 00:22:54 +01:00