Glossary · Term

sandbox checkpoint

← all terms

Definition

Saving the full state of an AI agent's environment so it can rewind if it makes a mistake.

The operation of capturing combined filesystem and process-memory state of a running sandbox atomically, supporting later rollback to that exact state for tree-search agents and RL training.

Also called: sandbox checkpointing

Mentioned in 1 episode

  1. 068
    The OS Trick That Makes Tree Search Practical for Coding Agents