reinvent_rl_scoring_design_guide
Obtain the scoring-function design guide for REINVENT RL runs, with authoritative transform schemas. Map objectives, choose valid transforms, set weights, and confirm the TOML config.
Instructions
Return the scoring-function design guide for an RL run, with AUTHORITATIVE score transform schemas introspected from the live REINVENT registry.
Use this as the source of truth for transforms: valid_transform_types lists every
accepted transform (8 in REINVENT 4.7.x: sigmoid, reverse_sigmoid, double_sigmoid,
step, left_step, right_step, value_mapping, exponential_decay) and
transform_parameter_schemas gives each one's exact required/optional keys and
defaults. Never use a transform type not in this list.
NOTE: This tool does NOT define scoring component names or their parameter schemas — those are injected separately (in the orchestrator via jobs/component_registry.json, which also carries the test_status / rl_compatible / sync_status readiness gate). Take component names and params from there; route missing components to /custom-component.
Steps: (1) identify objectives, (2) map objectives to components (from the component registry), (3) choose transforms (schemas here), (4) set weights, (5) confirm TOML.
Call this before reinvent_reinforcement_learning to collect the scoring config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||