Skip to content

Commit 526e9ac

Browse files
authored
Update metrics.md
1 parent 271c5b1 commit 526e9ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ To evaluate the PDM score for an agent you can run:
1818
cd $NAVSIM_DEVKIT_ROOT/scripts/
1919
./run_pdm_score_evaluation.sh
2020
```
21-
**Note: You have to adapt the variables `LOG_PATH` so that it points to the logs (annotations), `METRIC_CACHE_PATH` so that it points to the metric-cache and `OUTPUT_DIR` so that it points to a directory where the evaluation csv will be stored**
21+
**Note: You have to adapt the variables `LOG_PATH` so that it points to the [logs (annotations)](https://github.com/autonomousvision/navsim/blob/main/docs/install.md#1-download-the-demo-data), `METRIC_CACHE_PATH` so that it points to the [metric cache](https://github.com/autonomousvision/navsim/blob/main/docs/cache.md#understanding-the-data-format-and-classes) and `OUTPUT_DIR` so that it points to a directory where the evaluation csv will be stored**
2222

23-
By default, this will generate an evaluation csv for a simple constant velocity planning baseline. You can modify the script to evaluate your own planning agent.
23+
By default, this will generate an evaluation csv for a simple constant velocity [planning baseline](https://github.com/autonomousvision/navsim/blob/main/docs/agents.md#output). You can modify the script to evaluate your own planning agent.
2424
For instance, you can add a new config for your agent under `$NAVSIM_DEVKIT_ROOT/navsim/navsim/planning/script/config/pdm_scoring/agent/my_new_agent.yaml`.
2525
Then, running your own agent is as simple as adding an override `agent=my_new_agent` to the script.

0 commit comments

Comments
 (0)