Requirements
You need Git, a running Docker engine, and a Reactor account with deployment capacity in your selected region. Your laptop does not need an NVIDIA GPU. Your account needs deployment access. Contact us if your account does not have access. The cookbook code is Apache-2.0. The checkpoint uses the separate RLWRLD Model License. Review its use restrictions before you download or deploy the weights.Deploy the model
1. Clone the cookbook
2. Install the CLI and sign in
3. Pull the model image
Start Docker. Pull the published image:1.0.1 when you publish. This image tag is separate from the model release. The
CLI reads model.name and model.version from reactor.yaml.
4. Open the model workspace
reactor.yaml requests one instance in us-west by default. If you use it unchanged,
your account needs capacity in us-west. To use another region, change region under
deployment.instances in reactor.yaml before you deploy.
5. Publish, deploy, and check status
Run each command frommodels/rldx-1.
publish --source pushes the downloaded image into your account without rebuilding it. It
associates the checkpoint with the release. deploy activates the release and applies the instance
plan.
Wait for the deployment to become ready. Startup includes fetching the checkpoint and loading the
model. Keep the account-qualified model name that the CLI prints, such as your-account/rldx-1.
Next, test your deployment with the matching Python
client. For the deployment workflow, see Deploying models. For
checkpoint options, see Load your weights. The CLI reference covers
publish,
deploy, and
status.