-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Description
Hi authors @VVeiCao @kashyap7x
Thanks for your contribution to the community!
I have downloaded datasets and built the NAVSIM 2.2 environment step-by-step following the instruction Docs. And I want to evaluate the human agent's EPDMS at first. I have ran the following command:
TRAIN_TEST_SPLIT=navtest
CACHE_PATH=$NAVSIM_EXP_ROOT/metric_cache
python $NAVSIM_DEVKIT_ROOT/navsim/planning/script/run_metric_caching.py \
train_test_split=$TRAIN_TEST_SPLIT \
metric_cache_path=$CACHE_PATH
TRAIN_TEST_SPLIT=navtest
CACHE_PATH=$NAVSIM_EXP_ROOT/metric_cache
python $NAVSIM_DEVKIT_ROOT/navsim/planning/script/run_pdm_score_one_stage.py \
train_test_split=$TRAIN_TEST_SPLIT \
agent=human_agent \
experiment_name=human_agent \
metric_cache_path=$CACHE_PATH \
However, ERRORS seem to exsit in the evaluation output:
I didn't change anything of the codebase. Have you ever met this issure before?
Metadata
Metadata
Assignees
Labels
No labels