SeAIPalette/Palette/maps/map2.yaml

18 lines
462 B
YAML

map_name: map2
env:
window_width: !!int 1000
window_height: !!int 1000
field_size: [20, 20]
start_position: [10, 10]
ship_radius: !!int 5
ship_velocity: 200
sonar_spread_times: !!int 40
obstacles:
obstacle0: [100, 600, 100, 200]
obstacle1: [300, 260, 120, 320]
obstacle2: [660, 460, 120, 120]
obstacle3: [400, 700, 160, 160]
obstacle4: [420, 260, 200, 80]
obstacle5: [420, 500, 200, 80]
obstacle6: [580, 380, 40, 120]