Skip to content

schola.core.spaces.base.merge_space_shape

Function Definition

schola.core.spaces.base.merge_space_shape(spaces)

Merge the shapes of multiple spaces into a single shape.

Parameters

spaces

Type: List[Space]
The spaces to merge.

Returns

Type: Tuple[int]
The merged shape.

Return type: Tuple[int]