AgentConfiguration class
Special methods
- def __format__(self, format_spec, /)
- Default object formatter.
- def __init__(self, height: float = 1.5, radius: float = 0.1, sensor_specifications: typing.List[sensor.SensorSpec] = attr._make._Nothing.NOTHING, action_space: typing.Dict[typing.Any, ActionSpec] = attr._make._Nothing.NOTHING, body_type: str = 'cylinder') -> None
- Method generated by attrs for class AgentConfiguration.
- def __ne__(self, other)
- Check equality and either forward a NotImplemented or return the result negated.
Properties
- action_space: typing.Dict[typing.Any, ActionSpec] get set del
- body_type: str get set del
- height: float get set del
- radius: float get set del
- sensor_specifications: typing.List[sensor.SensorSpec] get set del
Method documentation
def habitat_sim. agent. AgentConfiguration. __format__(self, format_spec, /)
Default object formatter.
Return str(self) if format_spec is empty. Raise TypeError otherwise.