forked from SeAIPalette/SeAIPalette
修改注释
This commit is contained in:
parent
40be0b5481
commit
aea3558ec1
|
@ -38,7 +38,7 @@ class SeaEnvEngine(object):
|
||||||
show_fields: bool = True,
|
show_fields: bool = True,
|
||||||
|
|
||||||
init_ships: bool = True,
|
init_ships: bool = True,
|
||||||
start_position=None,
|
start_position=None,
|
||||||
start_r=None,
|
start_r=None,
|
||||||
|
|
||||||
time_click: float = 1.0/10.0,
|
time_click: float = 1.0/10.0,
|
||||||
|
@ -58,7 +58,7 @@ class SeaEnvEngine(object):
|
||||||
self.max_angle, self.min_angle = None, None
|
self.max_angle, self.min_angle = None, None
|
||||||
|
|
||||||
# basic params
|
# basic params
|
||||||
self.crashed = False # whether or not crash into an obstacle or bound
|
self.crashed = False
|
||||||
self.finished = False
|
self.finished = False
|
||||||
self.terminate = False
|
self.terminate = False
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue