Andreas Köpf
|
6117162bad
|
Merge pull request #31 from cavit99/main
feat: Add Word Ladder dataset generator
|
2025-01-30 23:11:58 +01:00 |
|
Andreas Koepf
|
25540b6634
|
lint
|
2025-01-30 22:55:04 +01:00 |
|
Andreas Köpf
|
d9d1f1b2c9
|
Merge pull request #30 from Miserlou/miserlou/gol
Add Conway's Game of Life Simulations
|
2025-01-30 22:47:29 +01:00 |
|
Andreas Köpf
|
fb8e0f21af
|
Merge branch 'main' into miserlou/bfi
|
2025-01-30 22:45:01 +01:00 |
|
Cavit Erginsoy
|
893ef97c2e
|
Merge branch 'main' of https://github.com/open-thought/reasoning-gym
|
2025-01-30 21:38:34 +00:00 |
|
Cavit Erginsoy
|
d57a7947a4
|
INIT
|
2025-01-30 21:32:46 +00:00 |
|
Andreas Koepf
|
28a7f7f532
|
add simple dataset gallery generation script
|
2025-01-30 22:30:26 +01:00 |
|
Andreas Koepf (aider)
|
ce96ae82a3
|
test: Add unit test for ReseedingDataset class
|
2025-01-30 22:05:47 +01:00 |
|
Rich Jones
|
189f5bf7a1
|
game of life via cellpylib
|
2025-01-30 20:08:44 +01:00 |
|
Rich Jones
|
3b11e4c296
|
difficulty levels
|
2025-01-30 16:24:28 +01:00 |
|
Rich Jones
|
bf053e2266
|
initial bf working, contrib not committed
|
2025-01-30 15:38:03 +01:00 |
|
Andreas Koepf
|
d90548658e
|
fix chain_sum unit test
|
2025-01-30 10:57:55 +01:00 |
|
Andreas Koepf
|
0f5fc0fb93
|
add algorithmic verification hint in README, lint
|
2025-01-30 10:14:54 +01:00 |
|
Andreas Koepf (aider)
|
a0c9c6b4fb
|
test: Add comprehensive unit tests for QuantumLockDataset
|
2025-01-30 01:21:15 +01:00 |
|
Andreas Koepf
|
8c0ee72988
|
test: Add size parameter and improve test case for QuantumLockDataset
|
2025-01-30 01:21:13 +01:00 |
|
Andreas Köpf
|
cc47fad85f
|
Merge pull request #23 from Miserlou/miserlou/togglelock
Adds "Quantum Lock" Puzzle
|
2025-01-30 01:12:17 +01:00 |
|
Andreas Koepf (aider)
|
2b8655daef
|
test: Add deterministic test for FigletFontDataset generation
|
2025-01-30 00:59:57 +01:00 |
|
Andreas Koepf
|
9450768aad
|
lint, seed & size for figlet
|
2025-01-30 00:58:34 +01:00 |
|
Andreas Koepf
|
9e0a59f847
|
add seed & size params to RubicsCubeConfig
|
2025-01-30 00:49:41 +01:00 |
|
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 |
|