forked from SeAIPalette/SeAIPalette
修改注释
This commit is contained in:
parent
e0eb2d4a23
commit
d9e42582fb
|
@ -7,7 +7,7 @@ env:
|
||||||
ship_radius: !!int 5
|
ship_radius: !!int 5
|
||||||
ship_velocity: 200
|
ship_velocity: 200
|
||||||
sonar_spread_times: !!int 40
|
sonar_spread_times: !!int 40
|
||||||
obstacles:
|
obstacles:
|
||||||
obstacle0: [100, 600, 100, 200]
|
obstacle0: [100, 600, 100, 200]
|
||||||
obstacle1: [300, 360, 120, 120]
|
obstacle1: [300, 360, 120, 120]
|
||||||
obstacle2: [660, 460, 120, 120]
|
obstacle2: [660, 460, 120, 120]
|
||||||
|
|
|
@ -7,7 +7,7 @@ env:
|
||||||
ship_radius: !!int 5
|
ship_radius: !!int 5
|
||||||
ship_velocity: 200
|
ship_velocity: 200
|
||||||
sonar_spread_times: !!int 40
|
sonar_spread_times: !!int 40
|
||||||
obstacles: # name: [x of the left bottom, y of the left bottom, width, height]
|
obstacles:
|
||||||
obstacle0: [100, 600, 100, 200]
|
obstacle0: [100, 600, 100, 200]
|
||||||
obstacle1: [300, 260, 120, 320]
|
obstacle1: [300, 260, 120, 320]
|
||||||
obstacle2: [660, 460, 120, 120]
|
obstacle2: [660, 460, 120, 120]
|
||||||
|
|
Loading…
Reference in New Issue