mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-23 15:04:20 +00:00
@@ -21,5 +21,3 @@ 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