AbsGoalSensor class
Methods
- def get_observation(self, *args, observations, episode, **kwargs)
Special methods
- def __format__(self, format_spec, /)
- Default object formatter.
- def __init__(self, *args, task, **kwargs)
Data
Method documentation
def habitat. tasks. rearrange. rearrange_sensors. AbsGoalSensor. __format__(self, format_spec, /)
Default object formatter.
Return str(self) if format_spec is empty. Raise TypeError otherwise.