reasoning-gym/reasoning_gym/algorithmic
Oliver Stanley 7475a20700
include ranges rather than sampled values in difficulty metadata dicts (#387)
* update difficulty metadata for logic datasets

* update difficulty metadata for graph datasets

* update difficulty metadata for geometry datasets

* update difficulty metadata for games datasets

* update difficulty metadata for cognition datasets

* update difficulty metadata for arithmetic datasets

* update difficulty metadata for arc datasets

* update difficulty metadata for algorithmic datasets

* update difficulty metadata for algebra datasets

* use tuples

* update tests

* update tests
2025-03-20 10:27:03 +01:00
..
__init__.py Add jugs curriculum (#369) 2025-03-14 18:04:33 +01:00
ab.py Refactor Curriculum Attributes (#335) 2025-03-16 15:40:28 +01:00
base_conversion.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
binary_alternation.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
binary_matrix.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
caesar_cipher.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
count_primes.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
cryptarithm.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
game_of_life.py Refactor Curriculum Attributes (#335) 2025-03-16 15:40:28 +01:00
game_of_life_halting.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
graph_color.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
group_anagrams.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
isomorphic_strings.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
jugs.py Refactor Curriculum Attributes (#335) 2025-03-16 15:40:28 +01:00
letter_counting.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
letter_jumble.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
manipulate_matrix.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
number_filtering.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
number_sorting.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
palindrome_generation.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
palindrome_partitioning.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
pool_matrix.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
ransom_note.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
rotate_matrix.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
rotten_oranges.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
sentence_reordering.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
spell_backward.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
spiral_matrix.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
string_insertion.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
string_manipulation.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
string_splitting.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
string_synthesis.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
word_ladder.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
word_sequence_reversal.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00
word_sorting.py include ranges rather than sampled values in difficulty metadata dicts (#387) 2025-03-20 10:27:03 +01:00