修改注释

This commit is contained in:
p57492168 2022-06-22 23:08:31 +08:00
parent 66a4bb1358
commit 72b451b8ee
1 changed files with 2 additions and 2 deletions

View File

@ -102,9 +102,9 @@ class SeaEnvEngine(object):
""" 2. init gymunk """
self.space = pymunk.Space()
self.space.gravity = pymunk.Vec2d(0., 0.)
# create bounds
# self.create_bounds(window_height, window_width)
self.finished_idx = None
self.init_ships = init_ships
self.battery_capacity = None