StopAction class
Methods
- def reset(self, task: core.embodied_task.EmbodiedTask, *args: typing.Any, **kwargs: typing.Any)
- def step(self, task: core.embodied_task.EmbodiedTask, *args: typing.Any, **kwargs: typing.Any)
- Update
_metric, this method is called fromEnvon eachstep.
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
Data
Method documentation
def habitat. tasks. nav. nav. StopAction. __format__(self, format_spec, /)
Default object formatter.
Return str(self) if format_spec is empty. Raise TypeError otherwise.