habitat.tasks.vln.vln.InstructionSensor class

Methods

def get_observation(self, **kwargs)

Special methods

def __format__(self, format_spec, /)
Default object formatter.
def __init__(self, **kwargs)

Method documentation

def habitat.tasks.vln.vln.InstructionSensor.__format__(self, format_spec, /)

Default object formatter.

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