hud rl command group submits tasks for reinforcement learning training and checks job status.
RL training requires a trainable model. Fork one from Explore at hud.ai/models, then use its model ID here.
hud rl run
Submit a set of tasks for RL training with preflight validation.
Arguments
Task source: a local file (JSON/JSONL) or a remote taskset name on the platform.
Options
Model ID to train. If omitted, an interactive model selector appears.
Reasoning effort level:
low, medium, or high.Auto-accept all prompts (useful for CI).
What happens
- Model selection — picks the model to train (interactive or via
--model-id) - Task loading — loads tasks from a local file or platform taskset
- Preflight validation — checks that all referenced environments exist and scenarios match
- Submission — sends the training job to the RL service
Examples
hud rl status
Check the status of an RL training job.
Arguments
Model ID or job ID to check status for.
Options
Show full status details in an interactive JSON viewer.
Examples
Typical Workflow
See Also
- Evaluations & Training — Platform training workflow
hud eval— Run evaluationshud sync— Sync tasks to the platform- Platform Models — Model management and checkpoints