https://github.com/avik-pal/social-driving

Design multi-agent environments and simple reward functions such that social driving behavior emerges

https://github.com/avik-pal/social-driving

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Design multi-agent environments and simple reward functions such that social driving behavior emerges

Basic Info
  • Host: GitHub
  • Owner: avik-pal
  • License: mit
  • Language: Python
  • Default Branch: master
  • Size: 27.7 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Fork of fidler-lab/social-driving
Created over 5 years ago · Last pushed over 5 years ago

https://github.com/avik-pal/social-driving/blob/master/

# Social Driving **Emergent Road Rules In Multi-Agent Driving Environments** [![Project Status: Active The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![Documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://avikpal.gitbook.io/social-driving/) [![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE) [![PyPI version](https://badge.fury.io/py/sdriving.svg)](https://badge.fury.io/py/sdriving) [![Website](https://img.shields.io/badge/webpage-up-red.svg)](https://fidler-lab.github.io/social-driving/) [![arXiv](https://img.shields.io/badge/arXiv-2011.10753-f9f107.svg)](https://arxiv.org/abs/2011.10753) [![ICLR](https://img.shields.io/badge/ICLR-2021-red)](https://openreview.net/forum?id=d8Q1mt2Ghw)
For autonomous vehicles to safely share the road with human drivers, autonomous vehicles must abide by specific "road rules" that human drivers have agreed to follow. "Road rules" include rules that drivers are required to follow by law -- such as the requirement that vehicles stop at red lights -- as well as more subtle social rules -- such as the implicit designation of fast lanes on the highway. In this paper, we provide empirical evidence that suggests that -- instead of hard-coding road rules into self-driving algorithms -- a scalable alternative may be to design multi-agent environments in which road rules emerge as optimal solutions to the problem of maximizing traffic flow. We analyze what ingredients in driving environments cause the emergence of these road rules and find that two crucial factors are noisy perception and agents' spatial density. We provide qualitative and quantitative evidence of the emergence of seven social driving behaviors, ranging from obeying traffic signals to following lanes, all of which emerge from training agents to drive quickly to destinations without colliding. Our results add empirical support for the social road rules that countries worldwide have agreed on for safe, efficient driving. ## Installation Stable Release version is available through pip ``` pip install sdriving ``` Alternatively you can install using the latest (unreleased) version using ``` pip install git+https://github.com/fidler-lab/social-driving.git ``` ## Nuscenes Maps Preprocessed [nuScenes Maps](https://www.nuscenes.org/) are provided [here](https://github.com/fidler-lab/social-driving/releases/download/v0.0.1-alpha/data.zip), with the tagged release of this software. If you use these maps in your research consider citing the [nuScenes Paper](https://arxiv.org/abs/1903.11027). ## Questions/Requests Please file an issue if you have any questions or requests about the code or the paper. If you prefer your question to be private, you can alternatively email me at avikpal@cse.iitk.ac.in. ## Citation If you found this codebase useful in your research, please consider citing ``` @inproceedings{ pal2021emergent, title={{E}mergent {R}oad {R}ules In {M}ulti-{A}gent {D}riving {E}nvironments}, author={Avik Pal and Jonah Philion and Yuan-Hong Liao and Sanja Fidler}, booktitle={International Conference on Learning Representations}, year={2021}, url={https://openreview.net/forum?id=d8Q1mt2Ghw}, } ```

Owner

  • Name: Avik Pal
  • Login: avik-pal
  • Kind: user
  • Location: Cambridge, MA
  • Company: Massachusetts Institute of Technology

PhD Student @mit || Prev: BTech CSE IITK

GitHub Events

Total
Last Year