reasoning-gym/reasoning_gym/coaching
Andreas Köpf d2c895f1d3
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
..
__init__.py Refactor Curriculum Attributes (#335) 2025-03-16 15:40:28 +01:00
attributes.py Refactor Curriculum Attributes (#335) 2025-03-16 15:40:28 +01:00
base_curriculum.py Refactor Curriculum Attributes (#335) 2025-03-16 15:40:28 +01:00
coach.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
curriculum_config.py Basic curriculum (#198) 2025-03-07 11:22:12 +01:00
experiment.py Refactor Curriculum Attributes (#335) 2025-03-16 15:40:28 +01:00
registry.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00