forked from duckietown-ttic/challenge-aido_LF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LFVI.challenge.yaml
58 lines (48 loc) · 1.56 KB
/
LFVI.challenge.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
challenge: aido3-LFVI-sim-validation
title: "LFVI 🚗🚗🚦 - Lane following + Vehicles + Intersections (simulation 👾, validation 🏋) "
tags: [visible, ml-validation, aido3, aido3-embodied, LFVI, v4, simulation]
description: |
protocol: aido2_db18_agent-z2
date-open: 2019-10-10T00:00Z
date-close: 2019-12-12T13:00Z
scoring: !include scoring.yaml
dependencies:
aido3-LFV-sim-validation:
description: The submission must first pass LFV testing.
min_threshold: 2.0
scores:
good_enough:
description: Must have moved at least 20cm.
importance: 1.0
score_name: driven_lanedir_consec_median
score_min: 0.2
score_max: 10000.0
comparisons:
better-than-bea-straight:
description: Must be do better than the straight solution.
importance: 1.0
username: "1639"
sub_label: 'straight'
steps:
step1-simulation:
title: Simulation step
description: ""
features_required:
compute_sims: 1 # computation machine
timeout: 3600 # 1 hour
evaluation_parameters:
services:
evaluator: !include comp_evaluator.yaml
simulator: !include comp_simulator.yaml
solution: !include comp_solution.yaml
scenario_maker:
environment:
AIDONODE_DATA_IN: /fifos/scenario_maker-in
AIDONODE_DATA_OUT: fifo:/fifos/scenario_maker-out
AIDONODE_CONFIG: |
maps:
- udem1
scenarios_per_map: 5
robots_npcs: 4
build:
context: ./scenario_maker