LAV icon indicating copy to clipboard operation
LAV copied to clipboard

Issues about evaluation

Open viola521 opened this issue 2 years ago • 3 comments

Hi,broth When I run the run_evaluation.sh,I found the car run really slow ,even thought it could not pass the stragiht road in 30 minutes . how could make it go fast.I have use lav_ahent_fast.py my args are showed blow:

--scenarios=/home/violayu/disk2/LAV-main/leaderboard/data/all_towns_traffic_scenarios_public.json --routes=/home/violayu/disk2/LAV-main/leaderboard/data/routes_devtest.xml
--repetitions=1 --track=SENSORS --checkpoint=/home/violayu/disk2/LAV-main/leaderboard/results.json --agent=/home/violayu/disk2/LAV-main/team_code_v2/lav_agent_fast.py --agent-config=/home/violayu/disk2/LAV-main/team_code_v2/config.yaml
--debug=1

Screenshot from 2023-07-14 13-26-01 Screenshot from 2023-07-14 13-25-31

viola521 avatar Jul 14 '23 12:07 viola521

I found this problem too. In lav_agent_fast.py, I multiplied desired_speed by 3. Seems to work better, but not sure how will it affect the infractions.

Also I found that the ego doesn't change lanes in case of a static vehicle blocking its lane. It just waits, even though the other lanes are empty. @dotchen any pointers?

srajangoyal avatar Jul 20 '23 12:07 srajangoyal

I found this problem too. In lav_agent_fast.py, I multiplied desired_speed by 3. Seems to work better, but not sure how will it affect the infractions.

Also I found that the ego doesn't change lanes in case of a static vehicle blocking its lane. It just waits, even though the other lanes are empty. @dotchen any pointers?

I changed the brake thresholds to 1 and then it works.

viola521 avatar Jul 20 '23 15:07 viola521

Which parameter is it?

srajangoyal avatar Jul 21 '23 08:07 srajangoyal