reasoning-gym/reasoning_gym/algorithmic
joesharratt1229 d0ef136d5b
Feat/intragen experiments (#414)
* added curriculum

* readapted readme

* corrected small errors

* Delete eval/eval/r1/algorithmic/word_sorting.json

* removed redundant argument

* added spell

* removed duplicated fit

* changed config

* added composite changes

* added composite changes

* updated yaml

* added spell backward

* updated read me

* added qwen2.5

* added

* Add files via upload

* updated missing trainer func

* updated curr

* updated spell back

* updated correctness score func

* updated configs

* added local evals

* added updates

* updated datasets

* added fsdp to hf utility

* added algorithmic qwen 3b yaml

* updated read me

* updated configs

* added preappend token

* updated with thinking token

* updated test score board

* resolved comments

* added evaluation scripts

* removed results from pr

* added config

* added partial reward scoring

* added evaluation composites

* added training configs

* added games eval

* added rubriks cube

* resolved merge cinflicts

* added games config

* added latest eval configs

* updated strucutre

* Delete training/evaluations/eval_graphs_composite.yaml

---------

Co-authored-by: joesharratt1229 <joesharrat1229@gmail.com>
2025-04-16 08:04:52 +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 Feat/curr adj (#394) 2025-04-02 06:39:14 +01:00
spiral_matrix.py fix(envs): Add source dataset and index to metadata (#388) 2025-03-20 11:12:14 +00: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 fix(curriculum): Make boundaries in curriculum more sensible (#407) 2025-04-04 20:24:14 +02:00