Revert "Feature/len (#68)"

This reverts commit 705d024993.
This commit is contained in:
Greg Brockman
2016-05-09 18:34:44 -07:00
parent 7908761a60
commit a20719c8e3
2 changed files with 0 additions and 5 deletions

View File

@@ -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