forked from SeAIPalette/SeAIPalette
修改注释
This commit is contained in:
parent
72b451b8ee
commit
b202642c23
|
@ -102,8 +102,6 @@ class SeaEnvEngine(object):
|
|||
""" 2. init gymunk """
|
||||
self.space = pymunk.Space()
|
||||
self.space.gravity = pymunk.Vec2d(0., 0.)
|
||||
|
||||
# self.create_bounds(window_height, window_width)
|
||||
|
||||
self.finished_idx = None
|
||||
self.init_ships = init_ships
|
||||
|
|
Loading…
Reference in New Issue