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

Collision avoidance method #58

Open
srajangoyal opened this issue Nov 29, 2023 · 1 comment
Open

Collision avoidance method #58

srajangoyal opened this issue Nov 29, 2023 · 1 comment

Comments

@srajangoyal
Copy link

Hi,

I'm trying to evaluate my formal verification framework on your autonomous agent.
I use the default evaluation script (adding new.ckpt in TEAM_CONFIG).

Based on my observation through multiple test runs, is it true that:

  1. Ego speed is constrained to max 5 km/h?
  2. Ego can not change lanes to avoid collisions? Lane changes only when specified in the ego route waypoints (in .xml input file)?
  3. Ego brakes to a stop when another vehicle drives close ahead in its adjacent lane?

Looking forward to your response.

Cheers!

@penghao-wu
Copy link
Collaborator

For 1, there is no direct constraint on the ego speed, but the maximum throttle is set to 0.75.
For 2&3, as this is an end-to-end learning model, there are no explicit rules or constraints about its behavior but some of these behaviors you observed might be learned from the expert demonstrations.

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