forked from SeAIPalette/SeAIPalette
20 lines
537 B
YAML
20 lines
537 B
YAML
map_name: multi_map0
|
|
env:
|
|
window_width: !!int 1000
|
|
window_height: !!int 1000
|
|
field_size: [20, 20]
|
|
#start_position:
|
|
# ship0: [10, 10]
|
|
# ship1: [990, 990]
|
|
#start_r:
|
|
# ship0: !!float 0.0 # pi
|
|
# ship1: !!float 1.0 # pi
|
|
ship_radius: !!int 5
|
|
ship_velocity: 200
|
|
sonar_spread_times: !!int 40
|
|
obstacles: # name: [x of the left bottom, y of the left bottom, width, height]
|
|
obstacle0: [100, 100, 100, 200]
|
|
obstacle1: [300, 160, 120, 120]
|
|
obstacle2: [460, 460, 120, 120]
|
|
obstacle3: [700, 700, 160, 160]
|