-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yaml
More file actions
32 lines (27 loc) · 657 Bytes
/
config.yaml
File metadata and controls
32 lines (27 loc) · 657 Bytes
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
# Record global configuration
run_tag: debug
debug: true
resume: true
save_record: true
use_dreamview: true
# path
apollo_tag: "default"
apollo_root: "default" # you can change
output_root: results
fuzzer_dir: "fuzzer/openscenario/random"
# sandbox
sandbox_image: 'drivora/sandbox:latest'
sandbox_fps: 20.0
# tester
tester:
type: 'random' # the fuzzer to use
time_budget: 4 # hours, time budget for the fuzzer
config_path: 'fuzzer/openscenario/random/configs/signalized_intersection.yaml' # just give the config path
scenario:
type: "openscenario"
hydra:
output_subdir: null
job:
chdir: false
run:
dir: ${output_root}/hydra