Skip to content

Commit b55cfcb

Browse files
Saurav AgarwalSaurav Agarwal
authored andcommitted
Fix doc
1 parent c723015 commit b55cfcb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/manual/lpac.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
\page lpac LPAC Neural Network
22
\tableofcontents
33

4-
## Prelminaries
4+
# Prelminaries
55
We will organize files in a **workspace** directory: `${CoverageControl_ws}` (e.g., ~/CoverageControl\_ws).
66

77
Download and extract the file `lpac_CoverageControl.tar.gz` to the workspace directory.
@@ -23,7 +23,7 @@ ${CoverageControl_ws}/
2323

2424
The 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

2828
There are two ways to classes for dataset generation located in `python/scripts/data_generation/`
2929
1. `simple_data_generation.py`
@@ -44,7 +44,7 @@ The class will use a `coverage_control_params.toml` configuration file to genera
4444
The `simple_data_generation.py` is useful for generating a large dataset in parts and then combining them into a single dataset.
4545
See `python/utils/process_data.sh` and `python/utils/dataset_utils.py` for tools to process and combine datasets.
4646

47-
## Training
47+
# Training
4848

4949
To train the LPAC model, run the following command:
5050
```bash
@@ -55,7 +55,7 @@ python python/scripts/training/train_lpac.py \
5555
The second argument is the environment size, used to normalize the input features.
5656
A 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
5959
There are two scripts for evaluation located in `python/scripts/evaluators/`
6060
1. [eval_single_env.py](python/scripts/evaluators/eval_single_env.py)
6161
2. [eval.py](python/scripts/evaluators/eval.py)

0 commit comments

Comments
 (0)