Commit graph

8 commits

Author SHA1 Message Date
Oliver Stanley
3df26e0fb2
fix decimal arithmetic curriculum to respect constraints (#430)
* fix decimal arithmetic curriculum to respect constraints

* update test accordingly
2025-05-06 19:23:19 +01:00
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
444c793d3f
added Decimal curriculum (#280)
* added decimal curricula

* added chain sum decimal curriculum

* register DecimalArithmeticCurriculum & DecimalChainSumCurriculum

---------

Co-authored-by: Andreas Koepf <andreas.koepf@provisio.com>
2025-03-07 23:02:57 +01:00
Rich Jones
da9b215278 add to init 2025-02-20 10:51:00 +01:00
Rich Jones
17ba950c1a implement decimal precision 2025-02-19 12:30:07 +01:00
Rich Jones
19b697c89a [wip] more flexible api 2025-02-19 03:29:40 +01: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