Add BARK as Simulation Tool for Planning#4
Open
patrickhart wants to merge 1 commit intodaohu527:masterfrom
patrickhart:master
Open
Add BARK as Simulation Tool for Planning#4patrickhart wants to merge 1 commit intodaohu527:masterfrom patrickhart:master
patrickhart wants to merge 1 commit intodaohu527:masterfrom
patrickhart:master
Conversation
daohu527
reviewed
Jul 5, 2021
| * [A Review of Motion Planning Techniques for Automated Vehicles](https://ieeexplore.ieee.org/document/7339478) - 2016 | ||
| * [ChauffeurNet: Learning to Drive by Imitating the Best and Synthesizing the Worst](https://arxiv.org/abs/1812.03079) - Waymo's paper about how to train a policy for autonomous driving via imitation learning that is robust enough to drive a real vehicle. | ||
| * [Baidu Apollo EM Motion Planner](https://arxiv.org/abs/1807.08048) - A real-time motion planning system based on the Baidu Apollo (open source) autonomous driving platform. | ||
| * [BARK](https://github.com/bark-simulator/bark) - Simulation and benchmarking tool for autonomous driving. Distributed under the MIT license. |
Owner
There was a problem hiding this comment.
I recommend moving to the Simulation Service section. The content of this section is mainly to introduce about the paper.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We are developing BARK as a simulation and benchmarking tool for autonomous driving. BARK provides a range of behavior models (planners) for autonomous driving as well as scenarios.
Would be great if you could add it to the list of tools!