Issues about evaluation
viola521 opened this issue · 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
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 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.
Which parameter is it?