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