habitat.config.default_structured_configs.TurnLeftActionConfig class

In Navigation tasks only, this discrete action will rotate the robot to the left by a fixed amount determined by the SimulatorConfig.turn_angle amount.

Special methods

def __init__(self, type: str = 'TurnLeftAction', tilt_angle: int = 15) -> None
def __repr__(self)

Data

tilt_angle: int = 15
type: str = 'TurnLeftAction'