Skip to main content
One entry point, stateset-agents, installed with the package. Commands below are grouped by the part of the loop they belong to.

The improvement loop

Training

train-remote and chat-remote rent hardware. train-remote refuses to start a run that could exceed --max-cost and terminates the pod on every exit path, including your machine dying mid-run. chat-remote holds a pod open for as long as the session lasts — close it when you are done rather than leaving a chat window open overnight.

Setup and diagnosis

Run doctor before your first train, not after it fails. It catches the environment problems — driver, toolkit, disk, backend version — that otherwise surface an hour into a run as something that reads like a model problem.

Model presets

Named presets resolve a model id with its hyperparameters, so a training command does not carry twelve flags:
Presets ship for the Qwen 3 family, Kimi K2.6 and K3, Muse Glimmer, Nemotron 3.5, Qwen 3 Coder, GPT-OSS and DeepSeek V4. list_model_presets in the MCP server returns the same list with each preset’s key fields.

Serving and integration

Next steps

Agents quickstart

These commands in the order you would actually run them.

Overview

The loop, the rewards and the backend adapters.

MCP server

Driving the loop from an agent.

RL platform

Where this sits in the wider StateSet RL story.