Skip to content
GitHub
View on GitHub

MilesConfig

API reference for MilesConfig

from modal_training_gym.frameworks.miles.config import MilesConfig

Top-level wrapper that composes a Miles RLVR training run.

FieldTypeDefaultDescription
dataset`‘DatasetConfigNone’`None
model`‘ModelConfigurationNone’`None
wandb`‘WandbConfigNone’`None
framework_configMilesFrameworkConfigMilesFrameworkConfig()Miles-specific training and infrastructure settings. Default MilesFrameworkConfig().

build_app(self, *, name: 'str | None' = None) -> "'App'"

Section titled “build_app(self, *, name: 'str | None' = None) -> "'App'"”

Source: modal_training_gym/frameworks/miles/config.py