Skip to content

[Feature Request] Remove the Nd*TensorSpec classes #771

@vmoens

Description

@vmoens

Motivation

The usage of the non-Nd TensorSpec classes is limited, as they are essentially special cases of the Nd specs.
To simplify things and for better maintenance we should get rid of the non Nd specs and rename the Nd to their counterpart names, ie

Remove

BoundedTensorSpec, UnboundedContinuousTensorSpec, UnboundedDiscreteTensorSpec

And rename

NdBoundedTensorSpec, NdUnboundedContinuousTensorSpec, NdUnboundedDiscreteTensorSpec

With these names

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions