reasoning-gym/tools/server
Andreas Köpf c69bc5d4e6
Basic curriculum (#198)
* feat: Add optional curriculum support to dataset registration and creation
* docs: Add docstrings to create_curriculum() and register_dataset()
* feat: Add curriculum configuration classes for CurriculumExperiment
* feat: Add weight parameter to CurriculumAttributeConfig and use in DatasetSpec
* refactor: Simplify CurriculumAttributeConfig with "*" attribute level support
* test: Add unit tests for CurriculumExperiment class
* feat: Add from_yaml() method to CurriculumExperimentConfig with unit test
2025-03-07 11:22:12 +01:00
..
tests Basic curriculum (#198) 2025-03-07 11:22:12 +01:00
__init__.py reasoning-gym-server & cli tool (#154) 2025-02-19 22:41:33 +01:00
config.py reasoning-gym-server & cli tool (#154) 2025-02-19 22:41:33 +01:00
middleware.py reasoning-gym-server & cli tool (#154) 2025-02-19 22:41:33 +01:00
models.py use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
server.py Basic curriculum (#198) 2025-03-07 11:22:12 +01:00