-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.yaml
More file actions
30 lines (26 loc) · 584 Bytes
/
config.yaml
File metadata and controls
30 lines (26 loc) · 584 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
# Record global configuration
run_tag: debug
debug: true
resume: true
save_record: true
use_dreamview: true
# path
output_root: results
fuzzer_dir: "fuzzer/random"
# apollo related
apollo_tag: "default"
apollo_root: "default" # you can change
# 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/configs/s1.yaml' # just give the config path
hydra:
output_subdir: null
job:
chdir: false
run:
dir: ${output_root}/hydra