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