EmptyActionConfig class
In Navigation tasks only, the pass action. The robot will do nothing.
Special methods
- def __format__(self, format_spec, /)
- Default object formatter.
- def __init__(self, type: str = 'EmptyAction') -> None
- def __repr__(self)
Data
Method documentation
def habitat. config. default_structured_configs. EmptyActionConfig. __format__(self, format_spec, /)
Default object formatter.
Return str(self) if format_spec is empty. Raise TypeError otherwise.