Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues about evaluation #41

Open
viola521 opened this issue Jul 14, 2023 · 3 comments
Open

Issues about evaluation #41

viola521 opened this issue Jul 14, 2023 · 3 comments

Comments

@viola521
Copy link

viola521 commented Jul 14, 2023

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

@srajangoyal
Copy link

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?

@viola521
Copy link
Author

viola521 commented Jul 20, 2023

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.

@srajangoyal
Copy link

Which parameter is it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants