You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/metrics.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ To evaluate the PDM score for an agent you can run:
18
18
cd $NAVSIM_DEVKIT_ROOT/scripts/
19
19
./run_pdm_score_evaluation.sh
20
20
```
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 [metriccache](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**
22
22
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.
24
24
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`.
25
25
Then, running your own agent is as simple as adding an override `agent=my_new_agent` to the script.
0 commit comments