File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11\page lpac LPAC Neural Network
22\tableofcontents
33
4- ## Prelminaries
4+ # Prelminaries
55We will organize files in a ** workspace** directory: ` ${CoverageControl_ws} ` (e.g., ~ /CoverageControl\_ ws).
66
77Download and extract the file ` lpac_CoverageControl.tar.gz ` to the workspace directory.
@@ -23,7 +23,7 @@ ${CoverageControl_ws}/
2323
2424The models folder already contains a trained LPAC model for a 1024x1024 environment with 32 robots, 32 features, and 128 communication radius.
2525
26- ## Dataset Generation
26+ # Dataset Generation
2727
2828There are two ways to classes for dataset generation located in ` python/scripts/data_generation/ `
29291 . ` simple_data_generation.py `
@@ -44,7 +44,7 @@ The class will use a `coverage_control_params.toml` configuration file to genera
4444The ` simple_data_generation.py ` is useful for generating a large dataset in parts and then combining them into a single dataset.
4545See ` python/utils/process_data.sh ` and ` python/utils/dataset_utils.py ` for tools to process and combine datasets.
4646
47- ## Training
47+ # Training
4848
4949To train the LPAC model, run the following command:
5050``` bash
@@ -55,7 +55,7 @@ python python/scripts/training/train_lpac.py \
5555The second argument is the environment size, used to normalize the input features.
5656A sample ` learning_params.toml ` file is also provided in the ` params ` directory of the repository. See the file for details on the parameters.
5757
58- ## Evaluation
58+ # Evaluation
5959There are two scripts for evaluation located in ` python/scripts/evaluators/ `
60601 . [ eval_single_env.py] ( python/scripts/evaluators/eval_single_env.py )
61612 . [ eval.py] ( python/scripts/evaluators/eval.py )
You can’t perform that action at this time.
0 commit comments