NumStepsMeasurementConfig class
In both Navigation and Rearrangement tasks, counts the number of steps since the start of the episode.
Special methods
- def __format__(self, format_spec, /)
- Default object formatter.
- def __init__(self, type: str = 'NumStepsMeasure') -> None
- def __repr__(self)
Data
Method documentation
def habitat. config. default_structured_configs. NumStepsMeasurementConfig. __format__(self, format_spec, /)
Default object formatter.
Return str(self) if format_spec is empty. Raise TypeError otherwise.