Ark
|
An abstract base class for different types of spaces. More...
Public Member Functions | |
None | shutdown (self) |
Abstract method to shut down the space, ensuring any resources are released. |
An abstract base class for different types of spaces.
This is used as a generic interface for both action and observation spaces in the system.
The Space class provides the general structure for subclasses to define space-specific shutdown behavior.
None spaces.Space.shutdown | ( | self | ) |
Abstract method to shut down the space, ensuring any resources are released.
Subclasses must implement this method to cleanly shut down their specific space.