Skip to content

Commit f3f4a60

Browse files
committed
Added some TODOs
1 parent 4de5455 commit f3f4a60

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

gymie/api.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,11 @@ def space_info(space):
198198
info['high'] = space.high.astype('float64').tolist()
199199
elif name == 'MultiBinary':
200200
info['n'] = space.n
201-
info['shape'] = space.shape
201+
info['shape'] = space.shape # TODO: does it make sense to return this?
202202
elif name == 'MultiDiscrete':
203+
# TODO: finish this one.
203204
pass
204205

205-
# TODO other shapes
206-
207206
return info
208207

209208
@public_api

0 commit comments

Comments
 (0)