Commit graph

1009 commits

Author SHA1 Message Date
Oliver
32928bd77b Tweak num_empty logic 2025-02-18 18:36:12 +00:00
Oliver
9e3f4e806a Ensure unique mini sudokus 2025-02-18 18:31:30 +00:00
Rich Jones
46cdfc71cf lint 2025-02-18 19:22:03 +01:00
Rich Jones
80d8dbcc36 decimal math 2025-02-18 19:20:33 +01:00
theblackcat102
bbc31e4291 [fix] pre-commit fix 2025-02-18 21:48:54 +08:00
theblackcat102
c612e2abc1 [feat] add test case 2025-02-18 21:45:51 +08:00
Andreas Köpf
1fcbc04f01
Merge pull request #73 from zafstojano/env/palindrome-partitioning
Palindrome Partitioning
2025-02-18 14:36:57 +01:00
theblackcat102
f27746be17 Merge remote-tracking branch 'upstream/main' into cryptarithm 2025-02-18 21:34:42 +08:00
theblackcat102
288f632c5c [feat] added score_answer function 2025-02-18 21:33:14 +08:00
Zafir Stojanovski
4787516616 lint 2025-02-18 14:24:07 +01:00
Zafir Stojanovski
49c4115eaf update generation of input string 2025-02-18 14:23:05 +01:00
Zafir Stojanovski
525c9f6378 Merge branch 'main' of https://github.com/open-thought/reasoning-gym into env/palindrome-partitioning 2025-02-18 14:08:00 +01:00
Andreas Köpf
ccd01b7129
Merge pull request #151 from olliestanley/feature/game-instructions
Tweaks to prompt formats and scoring for some datasets
2025-02-18 07:32:27 +01:00
Andreas Köpf
c42800401c
Merge pull request #152 from open-thought/verl_basic_curriculum
add grpo config for verl example
2025-02-17 22:06:08 +01:00
Andreas Koepf
8e25a4585f add grpo launch script 2025-02-17 20:52:03 +00:00
Oliver
eb708e88b3 Constrain reward 2025-02-17 19:20:45 +00:00
Oliver
1d0cad46f2 Formatting/scoring improvements for BF & family 2025-02-17 19:08:15 +00:00
Andreas Koepf
2ae21c6548 update config to latest veRL version 2025-02-17 18:43:51 +00:00
Oliver
c512d86a86 Cleanup question & add scoring for mini sudoku 2025-02-17 18:37:07 +00:00
Andreas Köpf
79c5e53ef0
Merge pull request #147 from Adefioye/koko/question-template-tinkering
Tweaking some question templates
2025-02-17 18:22:49 +01:00
Andreas Köpf
8b2486ab03
Merge pull request #150 from zafstojano/fix/rectangle-count
fix(env): Rectangle Count
2025-02-17 18:22:35 +01:00
Andreas Köpf
aab1640735
Merge pull request #149 from zafstojano/fix/base-conversion
fix(env): Base Conversion
2025-02-17 18:21:39 +01:00
Andreas Koepf
203394314e minor formatting changes 2025-02-17 18:20:18 +01:00
Andreas Köpf
5c89cb872f
Merge pull request #106 from tohskai/multivariate-polynomial-multiplication
Better support for multivariate polynomials in PolynomialMultiplicationDataset
2025-02-17 18:08:36 +01:00
abdulhakeem
8989bfca6c Remove python code reference in count_primes prompt 2025-02-17 10:29:14 -06:00
tohskai
5afd82fdc3 Refactor PolynomialMultiplicationDataset and fix issues with score_answer 2025-02-17 17:04:48 +01:00
Zafir Stojanovski
c344a4de35 fix prompt 2025-02-17 16:12:50 +01:00
Zafir Stojanovski
9f5d2e474f fix prompt 2025-02-17 14:21:10 +01:00
Andreas Köpf
50aa9608f1
Merge pull request #148 from zafstojano/fix/letter-jumble
fix(env): Letter Jumble
2025-02-17 13:29:02 +01:00
Zafir Stojanovski
51c31e7015 fix prompt and scoring function 2025-02-17 13:17:29 +01:00
abdulhakeem
5f279be306 Fix unit test 2025-02-17 03:13:06 -06:00
abdulhakeem
15140d06e7 Tweaked some question templates 2025-02-17 02:58:42 -06:00
Andreas Koepf
2cbaab2918 fix question templates 2025-02-16 23:04:24 +01:00
Andreas Köpf
72fcb36cb4
Merge pull request #105 from open-thought/circuit_logic
initial draft for circuit_logic dataset generator
2025-02-16 22:54:43 +01:00
Andreas Koepf
3335df8ad4 fix comment: legend no longer part of metadata 2025-02-16 22:53:18 +01:00
Andreas Koepf (aider)
63bd662acf feat: Add scoring method & unit tests for circuit logic dataset 2025-02-16 22:48:51 +01:00
Andreas Köpf
3f7e3def3f
Merge pull request #146 from zafstojano/fix/word-sorting
fix(env): Word Sorting
2025-02-16 21:55:52 +01:00
Andreas Köpf
710bf44f74
Merge pull request #145 from joesharratt1229/fix/games
Fix/games
2025-02-16 21:54:10 +01:00
Zafir Stojanovski
b47b6f94c9 fix template 2025-02-16 19:51:24 +01:00
joesharratt1229
0efb4e0192 restrcutured maze prompt template 2025-02-16 18:26:24 +00:00
joesharratt1229
ef621fff30 updated tower of hanoi question template 2025-02-16 17:54:33 +00:00
joesharratt1229
262dcd08f8 updated countdown question template 2025-02-16 17:53:54 +00:00
joesharratt1229
95f179f34e
Merge pull request #144 from joesharratt1229/fix/arithmetic
Added fixes for arithmetic environments
2025-02-16 16:34:09 +00:00
joesharratt1229
d0200d1dbe formatted answer as str 2025-02-16 15:56:58 +00:00
Andreas Köpf
2bec5cdf5a
Merge pull request #140 from theblackcat102/cryptarithm
New task : Verbal arithmetic
2025-02-16 16:41:44 +01:00
Andreas Köpf
a79a3d954e
Merge pull request #143 from zafstojano/fix/string-synthesis
fix(env): String Synthesis
2025-02-16 16:39:30 +01:00
Andreas Koepf
de8162dc6a cryptarithm change defaults: size=500, include_example=True 2025-02-16 16:38:43 +01:00
Andreas Koepf
172d81be8a import CryptarithmDataset in algorithmic/__init__.py 2025-02-16 16:32:17 +01:00
Andreas Koepf
c832e2a438 formatting 2025-02-16 16:30:28 +01:00
joesharratt1229
6b82654074 adjusted gsm symbolic question template 2025-02-16 15:28:44 +00:00