mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-22 07:02:19 +00:00
@@ -21,3 +21,5 @@ class Discrete(Space):
|
||||
return "Discrete(%d)" % self.n
|
||||
def __eq__(self, other):
|
||||
return self.n == other.n
|
||||
def __len__(self):
|
||||
return n
|
||||
|
Reference in New Issue
Block a user