base
base
¶
Base runtime wrapper for policy inference.
PolicyRuntime
¶
Bases: ABC
Base class for policy inference runtimes.
Initialize runtime metadata delegation.
Source code in src/versatil/inference/policy_runtime/base.py
client_identifier
property
¶
Stable identifier used when registering with a server.
prediction_horizon
property
¶
Number of future action steps predicted per policy call.
observation_horizon
property
¶
Number of observation steps consumed per policy call.
denoising_thresholds
property
¶
Per-action denoising thresholds loaded from the checkpoint.
depth_clamp_ranges
property
¶
Per-camera min/max ranges for clamping depth observations.