Coverage Control Library
Loading...
Searching...
No Matches
eval_single.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
5FeatureFile = "0.env" # Relative to EnvironmentDataDir
6RobotPosFile = "0.pos" # Relative to EnvironmentDataDir
7
8NumSteps = 600
9
10PlotMap = true
11GenerateVideo = false # Will generate a video for each controller
12
13[[Controllers]]
14Name = "lpac"
15Type = "Learning"
16# ModelFile: "~/CoverageControl_ws/datsets/lpac/models/model_k3_1024.pt"
17ModelStateDict = "${CoverageControl_ws}/lpac/models/model_k3_1024_state_dict.pt"
18LearningParams = "${CoverageControl_ws}/lpac/params/learning_params.toml"
19UseCommMap = true
20UseCNN = true
21CNNMapSize = 32
22
23[[Controllers]]
24Name = "DecentralizedCVT" # Creates a subdirectory with this name
25Algorithm = "DecentralizedCVT"
26Type = "CVT"
27
28[[Controllers]]
29Name = "ClairvoyantCVT"
30Algorithm = "ClairvoyantCVT"
31Type = "CVT"
32
33[[Controllers]]
34Name = "CentralizedCVT"
35Algorithm = "CentralizedCVT"
36Type = "CVT"