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

Added dockerfile for CARLA submission #94

Merged
merged 2 commits into from
Nov 28, 2023

Conversation

samuelkuehnel
Copy link
Collaborator

@samuelkuehnel samuelkuehnel commented Nov 24, 2023

Description

Added dockerfile for Carla submission.
Submission itself is blocked and tracked separately in #107 since we are not verified by the Carla challenge admins yet.

Fixes #77

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

Does this PR introduce a breaking change?

No, separate Dockerfile is used

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings

@samuelkuehnel samuelkuehnel added the infrastructure Docker, Project setup, ... label Nov 24, 2023
@samuelkuehnel samuelkuehnel linked an issue Nov 24, 2023 that may be closed by this pull request
4 tasks
Copy link

Simulation results

Metric Value
Avg. driving score 0.014126
Avg. route completion 0.19
Avg. infraction penalty 0.25953
Collisions with pedestrians 0.25953
Collisions with vehicles 0.0
Collisions with layout 38.994
Red lights infractions 77.988
Stop sign infractions 0.0
Off-road infractions 0.0
Route deviations 0.021
Route timeouts 0.0
Agent blocked 38.994
Yield emergency vehicles infractions 38.994
Scenario timeouts 0.0
Min speed infractions 38.994
undefined 0.0

Copy link

Simulation results

Metric Value
Avg. driving score 0.008935
Avg. route completion 0.045
Avg. infraction penalty 0.310756
Collisions with pedestrians 0.310756
Collisions with vehicles 0.0
Collisions with layout 161.899
Red lights infractions 323.797
Stop sign infractions 0.0
Off-road infractions 0.0
Route deviations 0.002
Route timeouts 0.0
Agent blocked 323.797
Yield emergency vehicles infractions 0.0
Scenario timeouts 0.0
Min speed infractions 323.797
undefined 0.0

@MaxJa4 MaxJa4 marked this pull request as ready for review November 27, 2023 15:19
@MaxJa4 MaxJa4 requested review from ll7 and removed request for ll7 November 27, 2023 15:34
Copy link
Collaborator

@MaxJa4 MaxJa4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested successfully. This is a dev state and is not submitted yet (but can be as soon as the Carla admin unlocked our account).

@MaxJa4 MaxJa4 merged commit 3d02372 into main Nov 28, 2023
3 checks passed
@MaxJa4 MaxJa4 deleted the 77-feature-submit-to-carla-leaderboard-20 branch November 28, 2023 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Docker, Project setup, ...
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[Feature]: Prepare submission to CARLA Leaderboard 2.0
2 participants