mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
* fixes for latest verl * composite dataset training experiment * use stateful dataloaders to match verl changes * training readme * add formatting reward * length reward impl * standalone reasoning_gym config section * curriculum learning, new length reward, more config
3 lines
107 B
Python
3 lines
107 B
Python
from .datasets import ReasoningGymDataset, make_dataset
|
|
|
|
__all__ = ["ReasoningGymDataset", "make_dataset"]
|