forked from SeAIPalette/SeAIPalette
This commit is contained in:
parent
2d75a52ef9
commit
e5bedfca38
|
@ -121,7 +121,6 @@ class SeaEnvEngine(object):
|
|||
self.fields = np.zeros(
|
||||
shape=(self.window_width//field_size[0], self.window_height//field_size[1]))
|
||||
|
||||
# create obstacles
|
||||
self.obstacles = []
|
||||
self.obstacles_w_h = []
|
||||
for obstacle_key in obstacles.keys():
|
||||
|
|
Loading…
Reference in New Issue