habitat.tasks.nav.nav.ProximitySensor class

Sensor for observing the distance to the closest obstacle

Args:
sim: reference to the simulator for calculating task observations. config: config for the sensor.

Methods

def get_observation(self, observations, *args: typing.Any, episode, **kwargs: typing.Any)

Special methods

def __init__(self, sim, config, *args: typing.Any, **kwargs: typing.Any)

Data

cls_uuid: str = 'proximity'