ModalConfig
Section titled “ModalConfig”from modal_training_gym.frameworks.slime.config import ModalConfigModal infrastructure configuration for slime — image setup and dev overlays.
Fields
Section titled “Fields”| Field | Type | Default | Description |
|---|---|---|---|
local_slime | `str | None` | None |
patch_files | list[str] | Local patch files to inject into the image at /tmp/<filename>. Default []. | |
image_run_commands | list[str] | Shell commands run during image build (e.g. git apply /tmp/my.patch). Default []. | |
local_python_sources | list[str] | Sibling Python modules (by import name) to ship into the training image via add_local_python_source. Use for helper modules like custom reward functions referenced via slime’s custom_rm_path. Default []. |