Commit graph

74 commits

Author SHA1 Message Date
Andreas Köpf
1b49713116 Sokoban without pygame (#77)
* add minified version of https://github.com/xbandrade/sokoban-solver-generator

---------

Co-authored-by: Rich Jones <miserlou@gmail.com>
2025-02-07 11:57:53 +01:00
Andreas Köpf
b23d25c92a Merge pull request #65 from zafstojano/env/group-anagrams
Group Anagrams together
2025-02-06 13:03:27 +01:00
Andreas Köpf
3f0fa88a89 Revert "feat: Add Complex Arithmetic Dataset and Tests" 2025-02-06 08:12:52 +01:00
Zafir Stojanovski
7f611c2e0e group anagrams env 2025-02-06 00:11:07 +01:00
Aayam
a0e291d066 feat: Add Complex Arithmetic Dataset and Tests
This commit introduces a new dataset for complex number arithmetic operations:

- Implements ComplexArithmeticDataset for generating complex number problems
- Supports addition, subtraction, multiplication, and division operations

Part of the algebra tasks collection in reasoning-gym.
2025-02-05 08:53:06 -08:00
Zafir Stojanovski
0de4d5ca4c course schedule 2025-02-04 23:50:24 +01:00
Andreas Köpf
4a78b028f0 Merge pull request #57 from zafstojano/env/largest-island
Find Largest Island (BFS)
2025-02-04 00:20:06 +01:00
Zafir Stojanovski
adaf204743 update readmes 2025-02-03 22:51:35 +01:00
Rich Jones
e05c9154bb readme 2025-02-03 16:49:18 +01:00
Andreas Köpf
4c577f4051 Merge pull request #47 from zafstojano/feat/n-queens
feat(env): N Queens
2025-02-02 21:54:02 +01:00
rishabhranawat
1fc0a7d0ef Merge branch 'aiw' of https://github.com/rishabhranawat/reasoning-gym into aiw 2025-02-02 08:26:30 -08:00
rishabhranawat
7145d303ae Update dataset list w/ some missing logic datasets 2025-02-02 08:26:05 -08:00
Zafir Stojanovski
1ca472dbd7 n queens 2025-02-02 16:47:21 +01:00
benjamrio
7acd4cb1e5 added calendar-arithmetic tasks 2025-02-02 14:54:32 +01:00
Andreas Koepf
44f32e3862 Add time interval dataset class 2025-02-01 02:10:48 +01:00
Andreas Koepf
20ec888040 update discord channel name -> #reasoning-gym 2025-01-31 11:21:41 +01:00
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
072f292661 romve dataset examples from REAMED.md (now in linked GALLERY.md) 2025-01-30 23:06:22 +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 (aider)
075413b21e feat: Add dataset gallery markdown generator script 2025-01-30 22:15:03 +01:00
Rich Jones
a735e79adf update readme 2025-01-30 17:26:39 +01:00
Andreas Koepf
0f5fc0fb93 add algorithmic verification hint in README, lint 2025-01-30 10:14:54 +01:00
Andreas Koepf
9450768aad lint, seed & size for figlet 2025-01-30 00:58:34 +01:00
Andreas Koepf
9227d438ab add uncle, aunt & niece and nephew family relationships 2025-01-27 21:19:48 +01:00
Andreas Koepf (aider)
5190a37899 docs: Add WordSortingDataset to algorithmic tasks overview 2025-01-27 16:57:49 +01:00
EduardDurech
ac0aa48cb2 GitHub-compatible formatting 2025-01-27 14:27:59 +01:00
EduardDurech
920e5a400d GitHub Compatibility 2025-01-27 11:02:55 +01:00
EduardDurech
dd2f00b07e README Formatting for TOC and future generators 2025-01-27 09:20:26 +00:00
Andreas Köpf
add29c2fcb Merge branch 'main' into koko/scramble 2025-01-26 15:41:25 +01:00
Andreas Koepf
86673d04a9 update registered dataset name list in README.md 2025-01-26 12:01:48 +01:00
Andreas Koepf
cdf08d9d5b rename word_reversal.py -> word_sequence_reversal.py 2025-01-26 11:57:50 +01:00
Andreas Koepf (aider)
c641b25508 refactor: Rename WordReversalDataset to WordSequenceReversalDataset 2025-01-26 11:52:15 +01:00
Andreas Koepf (aider)
b18bede2bf feat: Add SpellBackwardDataset with word reversal and length filtering 2025-01-26 11:40:47 +01:00
abdulhakeem
384a00ec71 Ensure only words are considered 2025-01-25 23:08:41 -06:00
abdulhakeem
a72629c28f Add sentence reordering and unit tests to validate it 2025-01-25 22:52:35 -06:00
abdulhakeem
ff2969d793 Address feedbacks 2025-01-25 17:56:00 -06:00
abdulhakeem
57bce84577 Update README.md 2025-01-25 13:22:46 -06:00
abdulhakeem
81641073d2 Add set up instructions 2025-01-25 13:13:06 -06:00
Andreas Koepf (aider)
f185fba00e refactor: Rename UnscrambleWordsDataset to LetterJumbleDataset 2025-01-25 18:37:42 +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
68a52b140a docs: Remove outdated 'Sorting' dataset reference from README 2025-01-25 18:21:29 +01:00
Andreas Koepf (aider)
1e4bfa3e89 feat: Add CaesarCipherDataset to README algorithmic tasks section 2025-01-25 18:05:50 +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)
d75d078fa3 docs: Fix typos in README.md 2025-01-25 02:38:27 +01:00
Andreas Koepf
f93bffdb29 add simple example how to use the create_dataset() factory function 2025-01-25 02:16:54 +01:00
Andreas Koepf (aider)
3ac7320304 docs: Add CountdownDataset to game tasks overview in README 2025-01-25 01:58:54 +01:00
panispani
0e1a86bc1b Update README to include Maze task 2025-01-24 21:57:03 +00:00
panispani
f961cdbfd7 Fix spelling mistake in README 2025-01-24 21:19:24 +00:00