reasoning-gym/tests
Oliver Stanley a71994ad03
add rush hour curriculum (#362)
* add rush hour curriculum

* add to __init__.py
2025-03-14 16:11:23 +01:00
..
coaching Basic curriculum (#198) 2025-03-07 11:22:12 +01:00
__init__.py build: Initialize reasoning_gym package structure with packaging and development setup 2025-01-23 10:50:54 +01:00
test_ab.py Add curriculum to ab dataset (#345) 2025-03-13 21:03:02 +01: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 added aiw curric (#356) 2025-03-13 21:10:52 +01:00
test_arc_1d.py Minor question template & score_answer improvements (#261) 2025-03-04 21:55:09 +01:00
test_arc_1d_tasks.py move arc_1d into from cognition into arc folder 2025-02-08 19:37:26 +01:00
test_arc_agi.py Minor question template & score_answer improvements (#261) 2025-03-04 21:55:09 +01:00
test_base_conversion.py Show curricula (#295) 2025-03-08 14:21:50 +01:00
test_basic_arithmetic.py added basic arith curricula (#276) 2025-03-07 22:54:49 +01:00
test_bf.py BF Curricula and More (#309) 2025-03-09 18:22:22 +01:00
test_binary_alternation.py feat(env): Binary Alternation Curriculum (#278) 2025-03-07 22:44:32 +01:00
test_binary_matrix.py feat(env): Binary Matrix Curriculum (#279) 2025-03-07 22:58:47 +01:00
test_bitwise_arithmetic.py Bitwise arithmetic curriculum (#282) 2025-03-08 01:32:00 +01:00
test_boxnet.py added boxnet generator and curr (#364) 2025-03-14 08:48:57 +01:00
test_caesar_cipher.py Caesar cipher curriculum (#302) 2025-03-09 08:23:32 +01:00
test_calendar_arithmetic.py Calendar arithmetic curriculum (#283) 2025-03-08 01:38:22 +01:00
test_chain_sum.py add ProductsDataset (multiplication tasks) 2025-02-13 17:59:02 +01:00
test_circuit_logic.py feat: Add scoring method & unit tests for circuit logic dataset 2025-02-16 22:48:51 +01:00
test_coaching.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
test_codeio.py First version of CodeI/O reasoning data (#264) 2025-03-05 22:34:11 +01:00
test_color_cube_rotation.py color cube rotation curriculum (#347) 2025-03-13 21:04:34 +01: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 feat(env): Count Bits Curriculum (#267) 2025-03-05 22:44:04 +01:00
test_count_primes.py feat(env): Count Primes Curriculum (#287) 2025-03-08 01:48:00 +01:00
test_countdown.py Fixed countdown score_answer (#265) 2025-03-05 22:30:12 +01:00
test_course_schedule.py feat(env): Course Schedule Curriculum (#266) 2025-03-05 22:42:46 +01:00
test_cryptarithm.py Cryptarithm curriculum (#346) 2025-03-13 21:03:57 +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 added Decimal curriculum (#280) 2025-03-07 23:02:57 +01:00
test_decimal_chain_sum.py added Decimal curriculum (#280) 2025-03-07 23:02:57 +01:00
test_dice.py dice curriculum (#284) 2025-03-08 01:43:45 +01:00
test_emoji_mystery.py Curriculum/emoji mystery (#315) 2025-03-11 00:11:27 +01:00
test_family_relationships.py added family relatinship curriculum (#359) 2025-03-14 16:08:49 +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 fraction simplification curriculum (#349) 2025-03-13 21:05:50 +01:00
test_futoshiki.py added futoshiki and tower hanou (#316) 2025-03-11 00:12:32 +01:00
test_game_of_life.py Add gol curriculum (#354) 2025-03-13 21:09:09 +01:00
test_game_of_life_halting.py Fix GoL-Halt Determinism (#317) 2025-03-11 00:13:40 +01:00
test_gcd.py gcd curriculum (#331) 2025-03-11 08:25:24 +01:00
test_graph_color.py Correct Graph Coloring Difficulty (#318) 2025-03-11 00:14:38 +01:00
test_group_anagrams.py feat(env): Group Anagrams Curriculum (#288) 2025-03-08 01:49:12 +01: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 fix jugs unit test 2025-02-20 23:09:46 +01:00
test_knight_swap.py Minor question template & score_answer improvements (#261) 2025-03-04 21:55:09 +01:00
test_knights_knaves.py Minor question template & score_answer improvements (#261) 2025-03-04 21:55:09 +01:00
test_largest_island.py largest island curriculum (#270) 2025-03-05 22:45:35 +01:00
test_lcm.py lcm curriculum (#348) 2025-03-13 21:05:06 +01:00
test_leg_counting.py feat(env): Leg Counting Curriculum (#275) 2025-03-07 19:15:18 +01:00
test_letter_counting.py letter counting curriculum (#312) 2025-03-10 00:24:42 +01:00
test_letter_jumble.py feat(env): Letter Jumble Curriculum (#319) 2025-03-11 00:16:05 +01: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 manipulate matrix curriculum (#293) 2025-03-08 01:57:37 +01:00
test_maze.py maze curriculum (#343) 2025-03-13 21:01:48 +01:00
test_mini_sudoku.py mini sudoku curriculum (#311) 2025-03-10 00:29:53 +01:00
test_modulo_grid.py BF Curricula and More (#309) 2025-03-09 18:22:22 +01:00
test_n_queens.py feat(env): NQueens Curriculum (#262) 2025-03-05 15:05:17 +01:00
test_needle_haystack.py feat(env): Needle in Haystack Curriculum (#355) 2025-03-13 21:09:45 +01:00
test_number_filtering.py number filtering curriculum (#333) 2025-03-11 23:56:06 +01:00
test_number_format.py number formatting curriculum (#341) 2025-03-13 20:57:43 +01:00
test_number_sequences.py Curriculum/cognition (#314) 2025-03-11 00:10:28 +01:00
test_number_sorting.py feat(env): Number Sorting Curriculum (#321) 2025-03-11 00:18:20 +01:00
test_palindrome.py palindrome generation curriculum (#322) 2025-03-11 00:19:11 +01:00
test_palindrome_partitioning.py palindrome partitioning curriculum (#299) 2025-03-08 20:58:59 +01:00
test_polynomial_equations.py Algebra/curr (#320) 2025-03-11 00:17:07 +01: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 feat(env): Prime Factorization (#344) 2025-03-13 21:02:20 +01:00
test_products.py Minor question template & score_answer improvements (#261) 2025-03-04 21:55:09 +01:00
test_propositional_logic.py Minor question template & score_answer improvements (#261) 2025-03-04 21:55:09 +01:00
test_puzzle24.py Added puzzle24 closes #208 (#268) 2025-03-05 22:36:37 +01:00
test_quantum_lock.py added quantum lock curriculum (#324) 2025-03-11 00:20:24 +01:00
test_ransom_note.py ransom note curriculum (#300) 2025-03-08 21:00:13 +01:00
test_rearc.py added rearc curr (#358) 2025-03-13 21:14:03 +01:00
test_rectangle_count.py Curriculum/cognition (#314) 2025-03-11 00:10:28 +01:00
test_rotate_matrix.py rotate matrix curriculum (#294) 2025-03-08 01:58:54 +01:00
test_rotten_oranges.py rotten oranges curriculum (#297) 2025-03-08 20:56:46 +01:00
test_rubiks_cube.py feat(env): Rubiks Cube Curriculum (#357) 2025-03-13 21:12:32 +01:00
test_rush_hour.py add rush hour curriculum (#362) 2025-03-14 16:11:23 +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 simple geometry curriculum (#342) 2025-03-13 21:00:05 +01:00
test_simple_integration.py Algebra/curr (#320) 2025-03-11 00:17:07 +01:00
test_sokoban.py added sokoban dataset (#325) 2025-03-11 00:21:03 +01:00
test_spell_backward.py spell backward curriculum (#327) 2025-03-11 00:22:28 +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 string manipulation curriculum (#306) 2025-03-09 18:12:35 +01: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 lint 2025-02-08 17:22:55 +01:00
test_time_intervals.py Add time interval dataset class 2025-02-01 02:10:48 +01:00
test_tower_of_hanoi.py Minor question template & score_answer improvements (#261) 2025-03-04 21:55:09 +01:00
test_tsumego.py added tsumego curric (#323) 2025-03-11 00:19:55 +01: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 feat(env): Word Sequence Reversal curriculum (#313) 2025-03-10 00:24:05 +01:00
test_word_sorting.py added word sort curriculum (#289) 2025-03-08 01:50:13 +01:00
test_zebra.py Added zebra curriculum (#328) 2025-03-11 00:22:54 +01:00