MoveForwardActionConfig class
In Navigation tasks only, this discrete action will move the robot forward by a fixed amount determined by the SimulatorConfig.forward_step_size amount.
Special methods
Data
- tilt_angle: int = 15
- type: str = 'MoveForwardAction'
Method documentation
def habitat. config. default_structured_configs. MoveForwardActionConfig. __format__(self, format_spec, /)
Default object formatter.
Return str(self) if format_spec is empty. Raise TypeError otherwise.