ActionSpaceConfiguration class
Attrs base class wrapper for DictConfig defining the action space for a task.
Methods
- def get(self) -> typing.Any
Special methods
- def __format__(self, format_spec, /)
- Default object formatter.
- def __init__(self, config: DictConfig)
- Method generated by attrs for class ActionSpaceConfiguration.
- def __ne__(self, other)
- Check equality and either forward a NotImplemented or return the result negated.
Properties
- config: DictConfig get set del
- The action space DictConfig.
Method documentation
def habitat. core. simulator. ActionSpaceConfiguration. __format__(self, format_spec, /)
Default object formatter.
Return str(self) if format_spec is empty. Raise TypeError otherwise.