ObjectToGoalDistanceMeasurementConfig class
In rearrangement only. The distance between the target object and the goal position for the object.
Special methods
- def __format__(self, format_spec, /)
- Default object formatter.
- def __init__(self, type: str = 'ObjectToGoalDistance') -> None
- def __repr__(self)
Data
Method documentation
def habitat. config. default_structured_configs. ObjectToGoalDistanceMeasurementConfig. __format__(self, format_spec, /)
Default object formatter.
Return str(self) if format_spec is empty. Raise TypeError otherwise.