-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun_config.json
More file actions
27 lines (26 loc) · 877 Bytes
/
run_config.json
File metadata and controls
27 lines (26 loc) · 877 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
{
"modification_factory": "EpsCombinedModificationFactory",
"modification_factory_kwargs": {
"modification_factory_kwargs": {
"SequentialModificationFactory": {
"num_total_steps": 1000,
"modifications": ["disable_cars"],
"switching_thresholds": []
},
"AllCombinationsRandomModificationFactory": {
"num_total_steps": 1000,
"modifications": [
[
"all_green_cars",
"all_pink_cars",
"all_white_cars",
"all_blue_cars"
],
["", "reverse_car_speed_bottom", "reverse_car_speed_top"]
],
"num_repetitions": 20
}
},
"epsilon": 0.005
}
}