habitat.config.default_structured_configs.ObjAtGoalMeasurementConfig class

The measure is a dictionary of target indexes to float. The values are 1 if the object is within succ_thresh of the goal position for that object.

Special methods

def __format__(self, format_spec, /)
Default object formatter.
def __init__(self, type: str = 'ObjAtGoal', succ_thresh: float = 0.15) -> None
def __repr__(self)

Data

succ_thresh: float = 0.15
type: str = 'ObjAtGoal'

Method documentation

def habitat.config.default_structured_configs.ObjAtGoalMeasurementConfig.__format__(self, format_spec, /)

Default object formatter.

Return str(self) if format_spec is empty. Raise TypeError otherwise.