mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
* 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> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| ab.py | ||
| base_conversion.py | ||
| binary_alternation.py | ||
| binary_matrix.py | ||
| caesar_cipher.py | ||
| count_primes.py | ||
| cryptarithm.py | ||
| game_of_life.py | ||
| game_of_life_halting.py | ||
| graph_color.py | ||
| group_anagrams.py | ||
| isomorphic_strings.py | ||
| jugs.py | ||
| letter_counting.py | ||
| letter_jumble.py | ||
| manipulate_matrix.py | ||
| number_filtering.py | ||
| number_sorting.py | ||
| palindrome_generation.py | ||
| palindrome_partitioning.py | ||
| pool_matrix.py | ||
| ransom_note.py | ||
| rotate_matrix.py | ||
| rotten_oranges.py | ||
| sentence_reordering.py | ||
| spell_backward.py | ||
| spiral_matrix.py | ||
| string_insertion.py | ||
| string_manipulation.py | ||
| string_splitting.py | ||
| string_synthesis.py | ||
| word_ladder.py | ||
| word_sequence_reversal.py | ||
| word_sorting.py | ||