habitat.core.simulator.ActionSpaceConfiguration class

Attrs base class wrapper for DictConfig defining the action space for a task.

Methods

def get(self) -> typing.Any

Special methods

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.