Commit graph

284 commits

Author SHA1 Message Date
Andreas Koepf (aider)
946ac0f235 test: Add deterministic test for RubiksCubeDataset __get_item__() 2025-01-30 00:42:20 +01:00
Andreas Koepf
f1e554beb8 make sure rubiks cube is scrambled deterministically based on seed+idx 2025-01-30 00:36:34 +01:00
Andreas Köpf
4b02834aa0 Merge branch 'main' into miserlou/figlet 2025-01-29 23:59:27 +01:00
Rich Jones
e99a9c59c3 Add QL puzz 2025-01-29 23:33:39 +01:00
Rich Jones
451af16f98 initial puzzle 2025-01-29 23:25:59 +01:00
Rich Jones
75fba9d864 optional space letters, default true since it seems to perform slightly better 2025-01-29 21:38:54 +01:00
Rich Jones
d6bab78fa1 figlet fonts 2025-01-29 20:38:38 +01:00
Rich Jones
9c4e820fc4 lint 2025-01-29 16:09:39 +01:00
Rich Jones
68a538abc5 dont use that cubestring 2025-01-29 16:05:41 +01:00
Rich Jones
f749539138 inital stab at rubikscube 2025-01-29 15:53:29 +01:00
Andreas Koepf (aider)
f23c52116a feat: Add mother-in-law and father-in-law relationship detection 2025-01-27 21:24:35 +01:00
Andreas Koepf (aider)
9f878e0244 feat: Add aunt, uncle, niece, and nephew relationships to family graph 2025-01-27 20:28:18 +01:00
Andreas Koepf (aider)
557fac66bf refactor: Change word sorting answer format from list string to comma-separated string 2025-01-26 22:23:18 +01:00
Andreas Koepf
ad9f0d265c fix unit tests, lower python dependency to 3.9 2025-01-26 16:55:17 +01:00
Andreas Koepf (aider)
ee67374aae test: Add isalpha check for case transformation tests 2025-01-26 16:53:21 +01:00
Andreas Koepf (aider)
2593699080 fix: Update test to match SentenceReorderingConfig parameters 2025-01-26 16:45:41 +01:00
Andreas Koepf (aider)
7df974a753 feat: Add word sorting task generation with text transformations 2025-01-26 16:14:10 +01:00
Andreas Köpf
add29c2fcb Merge branch 'main' into koko/scramble 2025-01-26 15:41:25 +01:00
Andreas Koepf
cdf08d9d5b rename word_reversal.py -> word_sequence_reversal.py 2025-01-26 11:57:50 +01:00
Andreas Koepf (aider)
be00e0bab2 fix: Correct WordReversalConfig references to WordSequenceReversalConfig 2025-01-26 11:52:25 +01:00
Andreas Koepf (aider)
c641b25508 refactor: Rename WordReversalDataset to WordSequenceReversalDataset 2025-01-26 11:52:15 +01:00
Andreas Koepf (aider)
696d60dd2b refactor: Move SpellBackwardDataset to separate file 2025-01-26 11:44:27 +01:00
Andreas Koepf (aider)
4cd5dfb47d fix: Import SpellBackward classes in word reversal test file 2025-01-26 11:41:07 +01:00
Andreas Koepf (aider)
b18bede2bf feat: Add SpellBackwardDataset with word reversal and length filtering 2025-01-26 11:40:47 +01:00
abdulhakeem
5347fb7a2e Fix code smell 2025-01-25 23:03:12 -06:00
abdulhakeem
95d08c6638 Add line end to test file for sentence reordering 2025-01-25 22:58:47 -06:00
abdulhakeem
a72629c28f Add sentence reordering and unit tests to validate it 2025-01-25 22:52:35 -06:00
Andreas Koepf
6af2231d84 formatting 2025-01-25 18:51:28 +01:00
Andreas Koepf
66666cf2bf remove old files 2025-01-25 18:51:07 +01:00
Andreas Koepf (aider)
f185fba00e refactor: Rename UnscrambleWordsDataset to LetterJumbleDataset 2025-01-25 18:37:42 +01:00
Andreas Koepf (aider)
492acf1bfb fix: Add missing Random import in test_unscramble_words.py 2025-01-25 18:21:54 +01:00
Andreas Koepf (aider)
d57a88a5b3 feat: Add unscramble_words dataset with configurable word scrambling 2025-01-25 18:21:31 +01:00
Andreas Koepf (aider)
a11c6bfb26 feat: Add Caesar cipher dataset generator with encryption and decryption tasks 2025-01-25 18:00:13 +01:00
Andreas Koepf (aider)
c9a35b66bc fix: Improve Countdown game expression generation and validation 2025-01-25 01:36:49 +01:00
Andreas Koepf
e8e455ca72 rename countdown_game to just countdown 2025-01-25 01:33:22 +01:00
Andreas Koepf (aider)
a5f0d5d6e5 feat: Add CountdownGameDataset to reasoning_gym games module 2025-01-25 01:20:24 +01:00
Andreas Koepf
519e411fa5 add reasoning_gym.create_dataset({name}, ...) global factory function 2025-01-25 00:58:34 +01:00
Andreas Koepf
fec13b8c16 pre-commit 2025-01-24 23:55:43 +01:00
panispani
9bcabf1b2b Add Maze tests 2025-01-24 21:56:54 +00:00
panispani
d19b2cf6cf Add polynomial equations test 2025-01-24 20:44:33 +00:00
Andreas Koepf
9cad6191a9 fix operators configuration 2025-01-24 19:44:46 +01:00
Andreas Koepf (aider)
11204dcdf9 feat: Add operators configuration and corresponding unit tests to simple_equations 2025-01-24 19:42:57 +01:00
Andreas Koepf
ac7dd69586 simplify simple_equation generation 2025-01-24 19:41:51 +01:00
Andreas Koepf (aider)
979593db33 fix: Update unit tests to handle negative numbers and remove unsupported parameter 2025-01-24 19:16:27 +01:00
Andreas Koepf (aider)
4eb71de848 fix: Remove operators configuration from simple equations dataset 2025-01-24 19:15:28 +01:00
Andreas Koepf
6a96c4f15a fix: Increase max attempts and improve operator validation in simple equations 2025-01-24 19:15:27 +01:00
Andreas Koepf (aider)
985afcd264 test: Add comprehensive unit tests for simple_equations.py 2025-01-24 18:50:39 +01:00
Andreas Koepf (aider)
8687abc6bf test: Add comprehensive unit tests for syllogisms module 2025-01-24 18:28:09 +01:00
Andreas Koepf (aider)
e2d9f84ca9 test: Update color cube rotation test to check for "rotated" or "turned" 2025-01-24 17:53:13 +01:00
Andreas Koepf
669bd97066 cleanup 2025-01-24 17:39:37 +01:00