1 TargetRolloutMetricSummary

rri_metrics.TargetRolloutMetricSummary(
    cumulative_return,
    endpoint_gain,
    log_gain,
    initial_error,
    final_error,
    steps,
)

Selected-trajectory target-RRI and endpoint metric summary.

1.1 Attributes

Name Description
cumulative_return Discounted G_t^(H) over selected root-normalized rewards.
endpoint_gain Endpoint target-error gain J_e^(H) when point-mesh errors exist.
log_gain Endpoint log target-error gain when point-mesh errors exist.
initial_error Initial target point-mesh error used for endpoint metrics.
final_error Final target point-mesh error used for endpoint metrics.
steps Number of selected rollout steps represented by the input metrics.