1 RolloutLineage

rollouts.trace.RolloutLineage(
    rollout_id='',
    chain_id=0,
    scene_id=None,
    snippet_id=None,
    mesh_version=None,
    candidate_config_hash=None,
    oracle_config_hash=None,
    model_checkpoint_hash=None,
    random_seed=None,
    rollout_policy='unknown',
    source_cache_version=None,
    split=None,
    source_offline_store_manifest_hash=None,
    source_row_id=None,
    source_sample_index=None,
    source_sample_key=None,
    split_manifest_hash=None,
    source_shard_id=None,
    source_shard_row=None,
    rollout_config_hash=None,
    branch_schedule_id=None,
    target_row_id=None,
    target_id=None,
    target_protocol_version=None,
    target_crop_policy=None,
    reason_code_version=INVALID_REASON_VERSION,
    selection_rng_state_hash=None,
    target_selection_policy=None,
    target_selection_rank=None,
    target_selection_score=None,
    target_selection_probability=None,
    target_selection_temperature=None,
    target_source=None,
    target_source_index=None,
    target_sem_id=None,
    target_inst_id=None,
    target_class_name=None,
    target_confidence=None,
    target_projected_area_pixels=None,
    target_projected_area_fraction=None,
    target_semidense_support_count=None,
    target_evl_support_count=None,
    target_effective_support_count=None,
    target_visibility_score=None,
    target_support_score=None,
    target_deficit_score=None,
    target_center_world=None,
    target_extents=None,
    target_pose_world_object=None,
    target_relative_pose_reference_object=None,
    target_invalid_reason_bitset=None,
    target_primary_invalid_reason=None,
    target_reason_code_version=None,
    matched_gt_target_row_id=None,
    matched_gt_target_id=None,
    gt_match_iou=None,
    gt_match_score=None,
    gt_match_status=None,
)

Deterministic provenance for one rollout root, target, and policy.

These fields bridge the immutable VIN source row to the rollout replay tables. Source lineage identifies the original shard-local VIN row, target lineage describes the actor-visible target and GT evaluation match, and config hashes bind candidate generation, oracle scoring, and rollout policy choices without embedding heavy source artifacts.

1.1 Attributes

Name Description
rollout_id Stable rollout identifier; filled from RolloutZarrRecord per retained chain.
chain_id Zero-based retained trajectory index.