Commit graph

140 commits

Author SHA1 Message Date
Ubuntu
316cf0dac7 reformatted word ladder question template 2025-02-16 09:04:17 +00:00
Andreas Köpf
af84d4453c
Merge pull request #134 from zafstojano/fix/string-insertion
fix(env): String Insertion
2025-02-15 21:20:05 +01:00
Zafir Stojanovski
85b4601b57 fix score function 2025-02-15 17:40:37 +01:00
Zafir Stojanovski
c72f4583cb test for parsing answer as python list 2025-02-15 16:14:13 +01:00
Zafir Stojanovski
70e6a2a347 update binary matrix prompt 2025-02-15 15:34:38 +01:00
Zafir Stojanovski
ba9b81ab45 Merge branch 'main' of https://github.com/open-thought/reasoning-gym into env/string-splitting 2025-02-14 17:51:18 +01:00
Zafir Stojanovski
10481312f7 string splitting 2025-02-14 17:50:07 +01:00
Rich Jones
5e1b419ba7 word sorting score func 2025-02-14 12:57:31 +01:00
Rich Jones
f2d4417019 fix letter jumble 2025-02-14 12:21:56 +01:00
Rich Jones
9c12701e7a lint 2025-02-14 12:17:50 +01:00
Rich Jones
aae6a58e35 clean up ransom note 2025-02-14 12:15:55 +01:00
Rich Jones
acdc08bf94 explicitly handle multiple solutions 2025-02-14 12:07:53 +01:00
Andreas Koepf
5d16a2193c import string_insertion, minor whitespace fixes, gallery update 2025-02-14 07:55:38 +01:00
Andreas Koepf
8960d66beb move game_of_life from games to algorithmic 2025-02-14 07:26:47 +01:00
Andreas Köpf
312291f2a7
Merge pull request #126 from zafstojano/env/string-synthesis
String Synthesis
2025-02-14 07:11:25 +01:00
Andreas Köpf
b64d0af2bc
Merge branch 'main' into rich/graphcolor 2025-02-14 07:09:38 +01:00
abdulhakeem
58e03067f9 Fix formatting of added instructions 2025-02-13 21:26:58 -06:00
abdulhakeem
b7a721fce0 Fix more conflict 2025-02-13 21:24:05 -06:00
Zafir Stojanovski
6f9036631a lint 2025-02-13 21:15:17 -06:00
Zafir Stojanovski
12af794381 string insertion 2025-02-13 21:15:17 -06:00
Zafir Stojanovski
3a2edf71c3 string synthesis 2025-02-13 16:33:28 +01:00
Rich Jones
48e19795ad
Merge branch 'main' into rich/graphcolor 2025-02-13 13:43:34 +01:00
Rich Jones
c4c546fc82 address comments abt formatting 2025-02-13 13:42:34 +01:00
Andreas Köpf
971782308f
Merge branch 'main' into env/string-insertion 2025-02-13 13:07:29 +01:00
abdulhakeem
8811598a17 Add useful instructions to question template of some datasets 2025-02-13 00:49:31 -06:00
Rich Jones
3ec4c15c51 add graph coloring 2025-02-13 01:28:09 +01:00
Zafir Stojanovski
7a12f45d53 string manipulation 2025-02-12 22:28:23 +01:00
Zafir Stojanovski
50f5b50845 lint 2025-02-12 17:26:23 +01:00
Zafir Stojanovski
a79d3d06f2 string insertion 2025-02-12 15:18:51 +01:00
Andreas Köpf
c73d241ae1
Merge branch 'main' into env/pool_matrix 2025-02-12 14:07:25 +01:00
Zafir Stojanovski
3be5252d92 min matrix size, fixed question template 2025-02-12 11:20:55 +01:00
Andreas Koepf
56ba500959 update GALLERY.md & bump version 2025-02-11 23:43:56 +01:00
Andreas Koepf (aider)
c6ef97ec0b fix: Add validation for size parameter in ABConfig 2025-02-11 23:39:57 +01:00
Andreas Köpf
27938ce13a
Merge branch 'main' into rich/ab 2025-02-11 23:34:48 +01:00
Andreas Köpf
626b5aa007
Merge pull request #115 from zafstojano/env/count-primes
(env): Count primes in an interval
2025-02-11 23:19:03 +01:00
Zafir Stojanovski
15bd9cb544 pool matrix 2025-02-11 22:22:39 +01:00
Rich Jones
d44d076ae3 Add A::B Challenges 2025-02-11 18:08:25 +01:00
Zafir Stojanovski
5a8ce7d2af lint 2025-02-11 14:44:46 +01:00
Zafir Stojanovski
1dc0a29eae count primes 2025-02-11 14:44:38 +01:00
Zafir Stojanovski
e9a492e9a5 Merge branch 'main' of https://github.com/open-thought/reasoning-gym into fix/simplify-rotate-matrix 2025-02-11 13:55:05 +01:00
Zafir Stojanovski
21b845ebef simplify rotate method 2025-02-11 13:54:54 +01:00
Zafir Stojanovski
a0a5de3658 add more config params 2025-02-10 22:30:36 +01:00
Zafir Stojanovski
ecdc85f2c2 Merge branch 'main' of https://github.com/open-thought/reasoning-gym into env/matrix-manipulation 2025-02-10 20:40:41 +01:00
Adefioye
bea9e6d96a
Add score_answer method to word_ladder (#93)
* Add score_answer method to word_ladder
* add unit test for WordLadderDataset::score_answer()

---------

Co-authored-by: Andreas Koepf <andreas.koepf@provisio.com>
2025-02-10 15:15:23 +01:00
Zafir Stojanovski
3d66cc6a7f matrix manipulation 2025-02-10 13:51:39 +01:00
Andreas Koepf
8c4400b18a reduce default zero probability for binary matrix 2025-02-09 20:05:56 +01:00
Zafir Stojanovski
18cf71a4a7 update instruction and shuffle numbers 2025-02-09 13:00:46 +01:00
Zafir Stojanovski
7273ebb590 RotateMatrix typo 2025-02-09 01:11:06 +01:00
Zafir Stojanovski
afde78196c binary matrix 2025-02-09 01:10:57 +01:00
Andreas Koepf
127f505798 add ArcAgiDataset class, fix score_entry() metadata params 2025-02-08 23:18:18 +01:00