habitat.config.default_structured_configs.DistanceToGoalRewardMeasurementConfig class

In Navigation tasks only, measures a reward based on the distance towards the goal. The reward is - (new_distance - previous_distance) i.e. the decrease of distance to the goal.

Special methods

def __init__(self, type: str = 'DistanceToGoalReward') -> None
def __repr__(self)

Data

type: str = 'DistanceToGoalReward'