reasoning-gym/reasoning_gym/algorithmic
Zafir Stojanovski 2c4e45d9a9
Update spiral_matrix.py (#511)
* Improve spiral matrix instructions with clearer movement description and hint

---------

Co-authored-by: Andreas Koepf <andreas.koepf@provisio.com>
2025-10-06 13:02:32 +02:00
..
__init__.py Add jugs curriculum (#369) 2025-03-14 18:04:33 +01:00
ab.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
base_conversion.py fix(envs): Add source dataset and index to metadata (#388) 2025-03-20 11:12:14 +00:00
binary_alternation.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
binary_matrix.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
caesar_cipher.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
count_primes.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
cryptarithm.py fix(envs): Add source dataset and index to metadata (#388) 2025-03-20 11:12:14 +00:00
game_of_life.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
game_of_life_halting.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
graph_color.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
group_anagrams.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
isomorphic_strings.py fix(envs): Add source dataset and index to metadata (#388) 2025-03-20 11:12:14 +00:00
jugs.py (evals): Medium configs (#415) 2025-04-14 08:25:31 +02:00
letter_counting.py Feat/curr adj (#394) 2025-04-02 06:39:14 +01:00
letter_jumble.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
manipulate_matrix.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
number_filtering.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
number_sorting.py Feat/intragen experiments (#414) 2025-04-16 08:04:52 +02:00
palindrome_generation.py fix(envs): Add source dataset and index to metadata (#388) 2025-03-20 11:12:14 +00:00
palindrome_partitioning.py (evals): Medium configs (#415) 2025-04-14 08:25:31 +02:00
pool_matrix.py fix(envs): Add source dataset and index to metadata (#388) 2025-03-20 11:12:14 +00:00
ransom_note.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
rotate_matrix.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
rotten_oranges.py fix(envs): Add source dataset and index to metadata (#388) 2025-03-20 11:12:14 +00:00
sentence_reordering.py fix(envs): Add source dataset and index to metadata (#388) 2025-03-20 11:12:14 +00:00
spell_backward.py Curr exp (#487) 2025-07-25 20:38:47 +01:00
spiral_matrix.py Update spiral_matrix.py (#511) 2025-10-06 13:02:32 +02:00
string_insertion.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
string_manipulation.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
string_splitting.py fix(envs): Add source dataset and index to metadata (#388) 2025-03-20 11:12:14 +00:00
string_synthesis.py fix(envs): Add source dataset and index to metadata (#388) 2025-03-20 11:12:14 +00:00
word_ladder.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
word_sequence_reversal.py fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00
word_sorting.py support python 3.10 (#450) 2025-06-04 10:34:01 +01:00