habitat.tasks.rearrange.actions.actions.RearrangeStopAction class

Methods

def reset(self, *args, **kwargs)
def step(self, task, *args, **kwargs)

Special methods

def __format__(self, format_spec, /)
Default object formatter.
def __init__(self, *args: typing.Any, config: DictConfig, sim: core.simulator.Simulator, **kwargs: typing.Any)

Properties

action_space get

Method documentation

def habitat.tasks.rearrange.actions.actions.RearrangeStopAction.__format__(self, format_spec, /)

Default object formatter.

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