Commit graph

9 commits

Author SHA1 Message Date
Zafir Stojanovski
dced3bfc45
fix(curriculum): Make boundaries in curriculum more sensible (#407)
* init

* fix tests

* unify codeio

* filtered for libraries not present in reasoning-gym

* fix more bounds

* puzzle24

* knight swap curriculum

* fix number sorting

* fix attributes

* add validation of config in creation of dataset

* dry run for instantiating and validating the datasets

* remove unused imports

* fix curriculum tests to reference newly updated attribute names
2025-04-04 20:24:14 +02:00
joesharratt1229
af5a6533c8
added word sort curriculum (#289) 2025-03-08 01:50:13 +01:00
Andreas Köpf
5d7fbac0ad
Minor question template & score_answer improvements (#261)
* math prompt improvements
* ignore brackets in complex_arithmetic results
* improve additional instruction in prompt of polynomial_equations
* more strict tests for score_answer in polynomial_equations
* simplify special reward handling
* fix test_intermediate_integration
* fix sokoban dataset
* add common dataset score_answer consistency test
2025-03-04 21:55:09 +01:00
Zafir Stojanovski
b47b6f94c9 fix template 2025-02-16 19:51:24 +01:00
Rich Jones
5e1b419ba7 word sorting score func 2025-02-14 12:57:31 +01:00
Andreas Koepf (aider)
9bb5a94c29 refactor: Change word sorting answer format from list string to comma-separated string 2025-01-26 22:23:18 +01:00
Andreas Koepf
ecbb155184 fix unit tests, lower python dependency to 3.9 2025-01-26 16:55:17 +01:00
Andreas Koepf (aider)
98e9c7e55f test: Add isalpha check for case transformation tests 2025-01-26 16:53:21 +01:00
Andreas Koepf (aider)
f75471119c feat: Add word sorting task generation with text transformations 2025-01-26 16:14:10 +01:00