| .. |
|
__init__.py
|
Merge branch 'main' of https://github.com/open-thought/reasoning-gym into env/string-splitting
|
2025-02-14 17:51:18 +01:00 |
|
ab.py
|
update GALLERY.md & bump version
|
2025-02-11 23:43:56 +01:00 |
|
base_conversion.py
|
lint
|
2025-01-31 12:16:08 +01:00 |
|
binary_matrix.py
|
reduce default zero probability for binary matrix
|
2025-02-09 20:05:56 +01:00 |
|
caesar_cipher.py
|
Add Coaching & ScoreBoard class (result tracking) (#72)
|
2025-02-06 23:15:28 +01:00 |
|
count_primes.py
|
lint
|
2025-02-11 14:44:46 +01:00 |
|
game_of_life.py
|
import string_insertion, minor whitespace fixes, gallery update
|
2025-02-14 07:55:38 +01:00 |
|
graph_color.py
|
import string_insertion, minor whitespace fixes, gallery update
|
2025-02-14 07:55:38 +01:00 |
|
group_anagrams.py
|
remove redundant methods from GroupAnagramsDataset
|
2025-02-06 14:21:03 +01:00 |
|
isomorphic_strings.py
|
isomorphic strings
|
2025-02-07 18:23:34 +01:00 |
|
letter_counting.py
|
Add Coaching & ScoreBoard class (result tracking) (#72)
|
2025-02-06 23:15:28 +01:00 |
|
letter_jumble.py
|
fix letter jumble
|
2025-02-14 12:21:56 +01:00 |
|
manipulate_matrix.py
|
add more config params
|
2025-02-10 22:30:36 +01:00 |
|
number_filtering.py
|
clarify number_filtering task
|
2025-02-08 19:32:45 +01:00 |
|
number_sorting.py
|
Fix formatting of added instructions
|
2025-02-13 21:26:58 -06:00 |
|
palindrome_generation.py
|
explicitly handle multiple solutions
|
2025-02-14 12:07:53 +01:00 |
|
pool_matrix.py
|
min matrix size, fixed question template
|
2025-02-12 11:20:55 +01:00 |
|
ransom_note.py
|
lint
|
2025-02-14 12:17:50 +01:00 |
|
rotate_matrix.py
|
simplify rotate method
|
2025-02-11 13:54:54 +01:00 |
|
sentence_reordering.py
|
Add Coaching & ScoreBoard class (result tracking) (#72)
|
2025-02-06 23:15:28 +01:00 |
|
spell_backward.py
|
rename word_reversal.py -> word_sequence_reversal.py
|
2025-01-26 11:57:50 +01:00 |
|
spiral_matrix.py
|
signle digit numbers, better explanation, max_cols == max_rows == max_n
|
2025-02-08 18:53:25 +01:00 |
|
string_insertion.py
|
fix score function
|
2025-02-15 17:40:37 +01:00 |
|
string_manipulation.py
|
Fix more conflict
|
2025-02-13 21:24:05 -06:00 |
|
string_splitting.py
|
string splitting
|
2025-02-14 17:50:07 +01:00 |
|
string_synthesis.py
|
string synthesis
|
2025-02-13 16:33:28 +01:00 |
|
word_ladder.py
|
Add score_answer method to word_ladder (#93)
|
2025-02-10 15:15:23 +01:00 |
|
word_sequence_reversal.py
|
Add Coaching & ScoreBoard class (result tracking) (#72)
|
2025-02-06 23:15:28 +01:00 |
|
word_sorting.py
|
word sorting score func
|
2025-02-14 12:57:31 +01:00 |