Ark
Loading...
Searching...
No Matches
spaces.Space Class Reference

An abstract base class for different types of spaces. More...

Inheritance diagram for spaces.Space:
spaces.ActionSpace spaces.ObservationSpace

Public Member Functions

None shutdown (self)
 Abstract method to shut down the space, ensuring any resources are released.

Detailed Description

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.

Member Function Documentation

◆ shutdown()

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.


The documentation for this class was generated from the following file: