Commit graph

69 commits

Author SHA1 Message Date
Zafir Stojanovski
eee0b36983 course schedule 2025-02-04 23:50:24 +01:00
Andreas Köpf
0cbd376dc1
Merge pull request #57 from zafstojano/env/largest-island
Find Largest Island (BFS)
2025-02-04 00:20:06 +01:00
Zafir Stojanovski
f7ebdd0622 update readmes 2025-02-03 22:51:35 +01:00
Rich Jones
4a19aa8f14 readme 2025-02-03 16:49:18 +01:00
Andreas Köpf
3dd5a4df2e
Merge pull request #47 from zafstojano/feat/n-queens
feat(env): N Queens
2025-02-02 21:54:02 +01:00
rishabhranawat
b69cb27f75 Merge branch 'aiw' of https://github.com/rishabhranawat/reasoning-gym into aiw 2025-02-02 08:26:30 -08:00
rishabhranawat
519999ff89 Update dataset list w/ some missing logic datasets 2025-02-02 08:26:05 -08:00
Zafir Stojanovski
c74b600085 n queens 2025-02-02 16:47:21 +01:00
benjamrio
943651c15b added calendar-arithmetic tasks 2025-02-02 14:54:32 +01:00
Andreas Koepf
7eb1466340 Add time interval dataset class 2025-02-01 02:10:48 +01:00
Andreas Koepf
443a244f83 update discord channel name -> #reasoning-gym 2025-01-31 11:21:41 +01:00
Andreas Köpf
048a165314
Merge pull request #31 from cavit99/main
feat: Add Word Ladder dataset generator
2025-01-30 23:11:58 +01:00
Andreas Koepf
ffaf3c3653 romve dataset examples from REAMED.md (now in linked GALLERY.md) 2025-01-30 23:06:22 +01:00
Andreas Köpf
6e51caef9e
Merge branch 'main' into miserlou/bfi 2025-01-30 22:45:01 +01:00
Cavit Erginsoy
35d506e708 Merge branch 'main' of https://github.com/open-thought/reasoning-gym 2025-01-30 21:38:34 +00:00
Cavit Erginsoy
df3c4580ee INIT 2025-01-30 21:32:46 +00:00
Andreas Koepf (aider)
9b023cc4c6 feat: Add dataset gallery markdown generator script 2025-01-30 22:15:03 +01:00
Rich Jones
f886b15fec update readme 2025-01-30 17:26:39 +01:00
Andreas Koepf
a04db556e6 add algorithmic verification hint in README, lint 2025-01-30 10:14:54 +01:00
Andreas Koepf
fc775eda7e lint, seed & size for figlet 2025-01-30 00:58:34 +01:00
Andreas Koepf
c8219be6ae add uncle, aunt & niece and nephew family relationships 2025-01-27 21:19:48 +01:00
Andreas Koepf (aider)
709279664d docs: Add WordSortingDataset to algorithmic tasks overview 2025-01-27 16:57:49 +01:00
EduardDurech
b8c6a481b6
GitHub-compatible formatting 2025-01-27 14:27:59 +01:00
EduardDurech
c6a31f74f5
GitHub Compatibility 2025-01-27 11:02:55 +01:00
EduardDurech
23354b9fd4 README Formatting for TOC and future generators 2025-01-27 09:20:26 +00:00
Andreas Köpf
684a69603f
Merge branch 'main' into koko/scramble 2025-01-26 15:41:25 +01:00
Andreas Koepf
4fdf80e056 update registered dataset name list in README.md 2025-01-26 12:01:48 +01:00
Andreas Koepf
7977895275 rename word_reversal.py -> word_sequence_reversal.py 2025-01-26 11:57:50 +01:00
Andreas Koepf (aider)
5e57848fa2 refactor: Rename WordReversalDataset to WordSequenceReversalDataset 2025-01-26 11:52:15 +01:00
Andreas Koepf (aider)
65d5a5786b feat: Add SpellBackwardDataset with word reversal and length filtering 2025-01-26 11:40:47 +01:00
abdulhakeem
9d025b43fa Ensure only words are considered 2025-01-25 23:08:41 -06:00
abdulhakeem
09634db2cf Add sentence reordering and unit tests to validate it 2025-01-25 22:52:35 -06:00
abdulhakeem
4a5938c409 Address feedbacks 2025-01-25 17:56:00 -06:00
abdulhakeem
01da24978e Update README.md 2025-01-25 13:22:46 -06:00
abdulhakeem
ea1c7795ef Add set up instructions 2025-01-25 13:13:06 -06:00
Andreas Koepf (aider)
7c61924335 refactor: Rename UnscrambleWordsDataset to LetterJumbleDataset 2025-01-25 18:37:42 +01:00
Andreas Koepf (aider)
f531d6b513 feat: Add unscramble_words dataset with configurable word scrambling 2025-01-25 18:21:31 +01:00
Andreas Koepf
9340bd5b5e docs: Remove outdated 'Sorting' dataset reference from README 2025-01-25 18:21:29 +01:00
Andreas Koepf (aider)
06793ffbe0 feat: Add CaesarCipherDataset to README algorithmic tasks section 2025-01-25 18:05:50 +01:00
Andreas Koepf (aider)
b3258f03c3 feat: Add Caesar cipher dataset generator with encryption and decryption tasks 2025-01-25 18:00:13 +01:00
Andreas Koepf (aider)
4bfa9fd987 docs: Fix typos in README.md 2025-01-25 02:38:27 +01:00
Andreas Koepf
bcc3ddbb3b add simple example how to use the create_dataset() factory function 2025-01-25 02:16:54 +01:00
Andreas Koepf (aider)
88f27d4004 docs: Add CountdownDataset to game tasks overview in README 2025-01-25 01:58:54 +01:00
panispani
f71b6d869e Update README to include Maze task 2025-01-24 21:57:03 +00:00
panispani
f2ce88429c Fix spelling mistake in README 2025-01-24 21:19:24 +00:00
panispani
c0dea48ab0 Reformat README 2025-01-24 21:19:03 +00:00
panispani
af0e6e800b Update README to include PolynomialEquations task 2025-01-24 20:44:48 +00:00
Andreas Koepf (aider)
57c3d2a746 docs: Add division operator to BasicArithmeticDataset description 2025-01-24 18:18:37 +01:00
Andreas Koepf (aider)
b19cea9419 feat: Add ColorCubeRotationDataset to README with example and documentation 2025-01-24 17:41:33 +01:00
Andreas Koepf (aider)
e6e8f8cc42 refactor: Rename relationships module to graphs 2025-01-24 16:50:12 +01:00