mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-23 16:55:05 +00:00
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
This commit is contained in:
parent
4e7d9296ee
commit
d2c895f1d3
101 changed files with 286 additions and 677 deletions
|
|
@ -208,4 +208,4 @@ def test_cryptarithm_curriculum():
|
|||
curriculum.decrement_attr_level("words")
|
||||
lower_bound_cfg: CryptarithmCurriculum = curriculum.generate_configuration(base_value)
|
||||
assert lower_bound_cfg.min_words == 2
|
||||
assert lower_bound_cfg.max_words == 2
|
||||
assert lower_bound_cfg.max_words == 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue