gxm.spaces.Space#

class Space#

Bases: object

Abstract base class for action and observation spaces.

__init__()#

Methods

__init__()

contains(x)

sample(key[, shape])

Attributes

n

contains(x)#
Return type:

Any

property n: int#
sample(key, shape=())#
Return type:

Any