-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsample-param.txt
71 lines (50 loc) · 1.38 KB
/
sample-param.txt
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
59
60
61
62
63
64
65
66
67
68
69
70
71
===params of problem setting===
// choose problem
// option: { MAPF, MAPF_STATION, MAPD, IMAPF, IMAPF_STATION, I_MAPF_FAIR }
PROBLEM_TYPE=MAPF
// choose solver
// option: { PIBT, HCA, WHCA, PPS, CBS, ECBS, SASB_ECBS, DASB_ECBS, iECBS, TP, winPIBT, BCBS_W_1, BCBS_1_W}
SOLVER_TYPE=SASB_ECBS
// choose log folder
// option:: {for ECBS & others log, for SASB_ECBS sasb_ecbs_log, for DASB_ECBS dasb_ecbs_log, for bcbs_w_1 bcbs_w_log, for bcbs_1_w bcbs_1_log}
LOG_FOLDER=sasb_ecbs_log
// choose map file
field=./map/32by32_agents10_ex30.map
// number of agents
agentnum=10
// timestep limitation
timesteplimit=10000
// time limitation
timelimit=10000
// number of tasks, for MAPD, IMAPF
tasknum=500
// task frequency for MAPD
taskfrequency=1
// use scenario, choose {0, 1}
scenario=0
// scenario file
scenariofile=./scen/../*.scen
// seed for randomness
seed=0
// save log or not, choose {0, 1}
log=1
// print log, choose {0, 1}
printlog=0
// print implementation time or not, choose {0, 1}
printtime=1
===params of solvers===
// calculate paths beforehand by Warshall-Floyd, choose {0, 1}
WarshallFlpoyd=0
// Indepent Detection for CBS and ECBS, choose {0, 1}
ID=0
// window size of WHCA
window=5
// suboptimal factor of ECBS
suboptimal=2
// for winPIBT, iterative use
softmode=1
===params of visualizatoin===
// show icon initially, choose {0, 1}
showicon=0
// icon file
icon=./material/peterpan.png