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

doc: Added documentation for pytree #99

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

samuelkuehnel
Copy link
Collaborator

@samuelkuehnel samuelkuehnel commented Nov 26, 2023

Description

Added documentation about current status and technical aspects about decision tree.

Fixes #47

Type of change

Does this PR introduce a breaking change?

no

Most important changes

New documentation file

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
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works (might be obsolete with CI later on)
  • New and existing unit tests pass locally with my changes (might be obsolete with CI later on)

@samuelkuehnel samuelkuehnel self-assigned this Nov 26, 2023
@samuelkuehnel samuelkuehnel linked an issue Nov 26, 2023 that may be closed by this pull request
2 tasks
Copy link

Simulation results

Metric Value
Avg. driving score 0.008823
Avg. route completion 0.075
Avg. infraction penalty 0.274269
Collisions with pedestrians 0.274269
Collisions with vehicles 0.0
Collisions with layout 97.995
Red lights infractions 195.989
Stop sign infractions 0.0
Off-road infractions 0.0
Route deviations 0.006
Route timeouts 0.0
Agent blocked 195.989
Yield emergency vehicles infractions 0.0
Scenario timeouts 0.0
Min speed infractions 195.989
undefined 0.0

Copy link
Collaborator

@JuliusMiller JuliusMiller left a comment

Choose a reason for hiding this comment

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

Nice documentation!

@JuliusMiller JuliusMiller merged commit c1a3af2 into main Nov 27, 2023
3 checks passed
@JuliusMiller JuliusMiller deleted the 47-feature-understanding-decision-tree branch November 27, 2023 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[Feature]: Understanding decision tree
2 participants