GoalSensorConfig class
Rearrangement only. Returns the relative position from end effector to a goal position in which the agent needs to place an object.
Special methods
Data
- dimensionality: int = 3
- goal_format: str = 'CARTESIAN'
- type: str = 'GoalSensor'
Method documentation
def habitat. config. default_structured_configs. GoalSensorConfig. __format__(self, format_spec, /)
Default object formatter.
Return str(self) if format_spec is empty. Raise TypeError otherwise.