Dict
lerax.space.Dict
Bases: AbstractSpace[OrderedDict[str, Any], None]
A dictionary of spaces.
Attributes:
| Name | Type | Description |
|---|---|---|
spaces |
OrderedDict[str, AbstractSpace]
|
An ordered dictionary mapping keys to component spaces. |
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
spaces
|
Mapping[str, AbstractSpace]
|
A mapping from keys to component spaces. |
required |