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
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.