-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy patheval.toml
More file actions
32 lines (27 loc) · 918 Bytes
/
eval.toml
File metadata and controls
32 lines (27 loc) · 918 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
EvalDir = "${CoverageControl_ws}/lpac/eval/" # Absolute location
EnvironmentConfig = "${CoverageControl_ws}/lpac/params/coverage_control_params.toml" # Absolute location
EnvironmentDataDir = "${CoverageControl_ws}/lpac/envs/" # Absolute location
NumEnvironments = 2
NumSteps = 600
EveryNumSteps = 5
[[Controllers]]
Name = "lpac"
Type = "Learning"
# ModelFile: "~/CoverageControl_ws/datsets/lpac/models/model_k3_1024.pt"
ModelStateDict = "${CoverageControl_ws}/lpac/models/model_k3_1024_state_dict.pt"
LearningParams = "${CoverageControl_ws}/lpac/params/learning_params.toml"
UseCommMap = true
UseCNN = true
CNNMapSize = 32
[[Controllers]]
Name = "DecentralizedCVT" # Creates a subdirectory with this name
Algorithm = "DecentralizedCVT"
Type = "CVT"
[[Controllers]]
Name = "ClairvoyantCVT"
Algorithm = "ClairvoyantCVT"
Type = "CVT"
[[Controllers]]
Name = "CentralizedCVT"
Algorithm = "CentralizedCVT"
Type = "CVT"