Coverage Control Library
Loading...
Searching...
No Matches
eval.toml
Go to the documentation of this file.
1EvalDir = "${CoverageControl_ws}/lpac/eval/" # Absolute location
2EnvironmentConfig = "${CoverageControl_ws}/lpac/params/coverage_control_params.toml" # Absolute location
3
4EnvironmentDataDir = "${CoverageControl_ws}/lpac/envs/" # Absolute location
5NumEnvironments = 2
6NumSteps = 600
7
8[[Controllers]]
9Name = "lpac"
10Type = "Learning"
11# ModelFile: "~/CoverageControl_ws/datsets/lpac/models/model_k3_1024.pt"
12ModelStateDict = "${CoverageControl_ws}/lpac/models/model_k3_1024_state_dict.pt"
13LearningParams = "${CoverageControl_ws}/lpac/params/learning_params.toml"
14UseCommMap = true
15UseCNN = true
16CNNMapSize = 32
17
18[[Controllers]]
19Name = "DecentralizedCVT" # Creates a subdirectory with this name
20Algorithm = "DecentralizedCVT"
21Type = "CVT"
22
23[[Controllers]]
24Name = "ClairvoyantCVT"
25Algorithm = "ClairvoyantCVT"
26Type = "CVT"
27
28[[Controllers]]
29Name = "CentralizedCVT"
30Algorithm = "CentralizedCVT"
31Type = "CVT"