Andreas Köpf
|
ed766028fb
|
Refactor Curriculum Attributes (#335)
* remove min_value from AttributeDefinition
* remove type from AttributeDefinition
* Add CurriculumContext
* add ensure_interval option for RangeAttributes
* docs: Add legend explaining curriculum indicators in dataset gallery
* update GALLERY.md
|
2025-03-16 15:40:28 +01:00 |
|
joesharratt1229
|
a28f78812b
|
Curriculum/cognition (#314)
* added rectangle count curriculum
* added number sequences
* registered curriculum
|
2025-03-11 00:10:28 +01:00 |
|
Andreas Koepf
|
ff5b210106
|
use native types List->list, Dict->dict, Set->set, Tuple->tuple
|
2025-02-21 15:15:38 +01:00 |
|
Andreas Koepf
|
c3b6af35f0
|
min python 3.11 to support StrEnum
|
2025-01-26 22:17:43 +01:00 |
|
Andreas Koepf
|
ad9f0d265c
|
fix unit tests, lower python dependency to 3.9
|
2025-01-26 16:55:17 +01:00 |
|
Andreas Koepf
|
519e411fa5
|
add reasoning_gym.create_dataset({name}, ...) global factory function
|
2025-01-25 00:58:34 +01:00 |
|
Andreas Koepf
|
0d2d8ba6a0
|
pass config to ProceduralDataset base
|
2025-01-25 00:23:05 +01:00 |
|
Andreas Koepf
|
4ad61eb08d
|
formatting
|
2025-01-24 17:57:37 +01:00 |
|
Andreas Koepf
|
669bd97066
|
cleanup
|
2025-01-24 17:39:37 +01:00 |
|
Andreas Koepf
|
51cf6bdd45
|
rename SequenceDataset -> NumberSequenceDataset
|
2025-01-24 16:23:02 +01:00 |
|