NavigationMovementAgentAction class
Methods
- def reset(self, *args: typing.Any, **kwargs: typing.Any) -> None
- def step(self, *args: typing.Any, **kwargs: typing.Any) -> core.simulator.Observations
- Step method is called from
Envon eachstep.
Special methods
- def __format__(self, format_spec, /)
- Default object formatter.
- def __init__(self, *args, config, sim, **kwargs)
Properties
- action_space get
Method documentation
def habitat. tasks. nav. nav. NavigationMovementAgentAction. __format__(self, format_spec, /)
Default object formatter.
Return str(self) if format_spec is empty. Raise TypeError otherwise.