Most readers should follow the linear workflow in RL Rollouts with Your Own
Trainer. This page is only for advanced
BYOT integrations or lower-level troubleshooting.
- First snapshot: full.
- Every 20th or 30th snapshot: full.
- All other snapshots: incremental against the currently loaded snapshot.
Reference
- Give every snapshot a new
identity. - Point
incremental_snapshot_metadata.previous_snapshot_identityat the previous snapshot in the chain. - Use ARC2 (
arc_v2) forincremental_snapshot_metadata.compression_format. - Upload the incremental snapshot under the normal snapshot directory for the new
identity. - If an incremental hot-load fails, fall back to a new full snapshot.
Related pages
Full integration guide
The end-to-end BYOT flow.
Ledger & debugging
Inspect snapshot history and recover from a broken chain.