A tool for Behavior benchmARKing
Project description
BARK - a tool for Behavior benchmARKing
BARK is a semantic simulation framework for autonomous agents with a special focus on autonomous driving. Its behavior model-centric design allows for the rapid development, training and benchmarking of various decision-making algorithms. Due to its fast, semantic runtime, it is especially suited for computationally expensive tasks, such as reinforcement learning.
BARK Ecosystem
The BARK ecosystem is composed of multiple components that all share the common goal to develop and benchmark behavior models:
-
BARK-ML: Machine learning library for decision-making in autonomous driving.
-
BARK-MCTS: Integrates a template-based C++ Monte Carlo Tree Search Library into BARK to support development of both single- and multi-agent search methods.
-
BARK-DB: Provides a framework to integrate multiple BARK scenario sets into a database. The database module supports binary seriliazation of randomly generated scenarios to ensure exact reproducibility of behavior benchmarks accross systems.
-
CARLA-Interface: A two-way interface between CARLA and BARK. BARK behavior models can control CARLA vehicles. CARLA controlled vehicles are mirrored to BARK.
Quick Start
Use git clone https://github.com/bark-simulator/bark.git or download the repository from this page.
Then follow the instructions at How to Install BARK.
Once you activated the virtual environment (source dev_into.sh), you can explore some examples of BARK.
Highway: bazel run //bark/examples:highway:
Merging: bazel run //bark/examples:merging:
Intersection: bazel run //bark/examples:intersection:
To get step-by-step instructions on how to use BARK, you can run our IPython Notebook tutorials using bazel run //docs/tutorials:run.
For a more detailed understanding of how BARK works, its concept and use cases have a look at our documentation.
Paper
If you use BARK, please cite us using the following paper:
@misc{bernhard2020bark,
title={BARK: Open Behavior Benchmarking in Multi-Agent Environments},
author={Julian Bernhard and Klemens Esterle and Patrick Hart and Tobias Kessler},
year={2020},
eprint={2003.02604},
archivePrefix={arXiv},
primaryClass={cs.MA}
}
License
BARK specific code is distributed under MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bark-simulator-0.1.0.tar.gz.
File metadata
- Download URL: bark-simulator-0.1.0.tar.gz
- Upload date:
- Size: 7.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d5f9aa9bbcb5ba144f4f8fa9d8a3eff11dab36ac4e59ae9c52971ab2407641d
|
|
| MD5 |
5cbb46dfbb0860ce6c8340399eddb4ef
|
|
| BLAKE2b-256 |
55f195718c5905fa3ea8fd6d9162341b95149f37cfbc53c33326a08c494d94cb
|
File details
Details for the file bark_simulator-0.1.0-py3-none-any.whl.
File metadata
- Download URL: bark_simulator-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc4ddb9c8b8c957677b4bd7c3e6aa8471825fcc266483fcb917750e34195a98d
|
|
| MD5 |
d6a26dfee514ffe795bab5fe51a926b4
|
|
| BLAKE2b-256 |
875505cac9bcfc7f9d7ce32bdd29fcbf9df823b04afa60af1a978e60009ecc63
|
File details
Details for the file bark_simulator-0.1.0-cp37-cp37m-macosx_10_15_x86_64.whl.
File metadata
- Download URL: bark_simulator-0.1.0-cp37-cp37m-macosx_10_15_x86_64.whl
- Upload date:
- Size: 7.6 MB
- Tags: CPython 3.7m, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.8rc1+
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9cc5a3d85d2bda2c48b8184adf3f7b2fba6d95e8d7363584cf9f57bf9cb0ff17
|
|
| MD5 |
fb3169641e44ac4af3c8d953d3f08886
|
|
| BLAKE2b-256 |
c4d55f811e328915ce75b09613957240527fddfbfe8a2700fd20ff3d3a829ed2
|