Commit graph

867 commits

Author SHA1 Message Date
joesharratt1229
a4419d6e4b adjusted geom prompt 2025-02-19 19:52:18 +00:00
joesharratt1229
ab44ec6fdd updated geometry 2025-02-19 18:38:36 +00:00
joesharratt1229
831822e899 added zebra 2025-02-19 18:13:03 +00:00
joesharratt1229
52cfca5f73 added colour cube score answer impl 2025-02-19 18:12:31 +00:00
joesharratt1229
9a5ed19eba cleaned up caesar cipher 2025-02-19 18:11:59 +00:00
Andreas Koepf
667d088f55 remove redundant assert in ChainSumConfig.validate() 2025-02-19 09:42:32 +01:00
Andreas Köpf
f2e86795eb
Merge pull request #161 from olliestanley/fix/sudoku-unique
Fix Sudoku generator for uniqueness, implement scoring
2025-02-18 22:55:43 +01:00
Oliver
75802c6a1c Add docstring 2025-02-18 21:38:46 +00:00
Oliver
b95ed7fbad Remove now redundant is_valid function 2025-02-18 21:37:37 +00:00
Oliver
5003357425 Remove comment 2025-02-18 21:32:15 +00:00
Oliver
56da1f5dcf Optimise Sudoku uniqueness checks 2025-02-18 21:30:59 +00:00
Oliver
7d8fe8b5d9 Fix Sudoku generator uniqueness and scoring 2025-02-18 21:02:49 +00:00
Andreas Köpf
00e17c4a28
Merge pull request #159 from olliestanley/fix/mini-sudoku-unique
Resolve mini sudoku generator outputting non-unique puzzles
2025-02-18 21:48:54 +01:00
Oliver
473368bbea Tweak mini sudoku config 2025-02-18 18:46:14 +00:00
Oliver
fa773115b9 Tweak mini sudoku config 2025-02-18 18:43:19 +00:00
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
Andreas Köpf
1fcbc04f01
Merge pull request #73 from zafstojano/env/palindrome-partitioning
Palindrome Partitioning
2025-02-18 14:36:57 +01: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