修改注释

This commit is contained in:
p57492168 2022-06-22 22:34:00 +08:00
parent 40be0b5481
commit aea3558ec1
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ class SeaEnvEngine(object):
show_fields: bool = True,
init_ships: bool = True,
start_position=None,
start_position=None,
start_r=None,
time_click: float = 1.0/10.0,
@ -58,7 +58,7 @@ class SeaEnvEngine(object):
self.max_angle, self.min_angle = None, None
# basic params
self.crashed = False # whether or not crash into an obstacle or bound
self.crashed = False
self.finished = False
self.terminate = False