All Projects → opendilab → DI-drive

opendilab / DI-drive

Licence: Apache-2.0 License
OpenDILab Auto-driving platform

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to DI-drive

Coach
Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
Stars: ✭ 2,085 (+892.86%)
Mutual labels:  imitation-learning, carla
Carla
Open-source simulator for autonomous driving research.
Stars: ✭ 7,012 (+3239.05%)
Mutual labels:  imitation-learning, carla
haxball-chameleon
Solving Haxball (www.haxball.com) using Imitation Learning methods.
Stars: ✭ 20 (-90.48%)
Mutual labels:  imitation-learning
Reinforce-Paraphrase-Generation
This repository contains the data and code for the paper "An Empirical Comparison on Imitation Learning and Reinforcement Learning for Paraphrase Generation" (EMNLP2019).
Stars: ✭ 76 (-63.81%)
Mutual labels:  imitation-learning
carla-colab
How to run CARLA simulator on colab
Stars: ✭ 81 (-61.43%)
Mutual labels:  carla
imitation learning
PyTorch implementation of some reinforcement learning algorithms: A2C, PPO, Behavioral Cloning from Observation (BCO), GAIL.
Stars: ✭ 93 (-55.71%)
Mutual labels:  imitation-learning
robInfLib-matlab
Kernelized Movement Primitives (KMP)
Stars: ✭ 24 (-88.57%)
Mutual labels:  imitation-learning
end2end-self-driving-car
End-to-end Self-driving Car (Behavioral Cloning)
Stars: ✭ 19 (-90.95%)
Mutual labels:  imitation-learning
neat
[ICCV'21] NEAT: Neural Attention Fields for End-to-End Autonomous Driving
Stars: ✭ 194 (-7.62%)
Mutual labels:  imitation-learning
Coordinated-Multi-Agent-Imitation-Learning
This is an implementation of the paper "Coordinated Multi Agent Imitation Learning", or the Sloan version "Data-Driven Ghosting using Deep Imitation Learning" using Tensorflow
Stars: ✭ 35 (-83.33%)
Mutual labels:  imitation-learning
data aggregation
This repository contains the code for the CVPR 2020 paper "Exploring Data Aggregation in Policy Learning for Vision-based Urban Autonomous Driving"
Stars: ✭ 26 (-87.62%)
Mutual labels:  imitation-learning
magical
The MAGICAL benchmark suite for robust imitation learning (NeurIPS 2020)
Stars: ✭ 60 (-71.43%)
Mutual labels:  imitation-learning
dril
Disagreement-Regularized Imitation Learning
Stars: ✭ 25 (-88.1%)
Mutual labels:  imitation-learning
osm2xodr
converter for OpenStreetMaps to OpenDrive roads - for use with Carla or other things
Stars: ✭ 90 (-57.14%)
Mutual labels:  carla
vnla
Code accompanying the CVPR 2019 paper: https://arxiv.org/abs/1812.04155
Stars: ✭ 60 (-71.43%)
Mutual labels:  imitation-learning
SelfImitationDiverse
Tensorflow code for "Learning Self-Imitating Diverse Policies" (ICLR 2019)
Stars: ✭ 18 (-91.43%)
Mutual labels:  imitation-learning
Shadowless
A Fast and Open Source Autonomous Perception System.
Stars: ✭ 29 (-86.19%)
Mutual labels:  autodrive
Comyco
The implementation of "Comyco: Quality-Aware Adaptive Video Streaming via Imitation Learning" (ACM MM 2019)
Stars: ✭ 38 (-81.9%)
Mutual labels:  imitation-learning
CoDAIL
Implementation of CoDAIL in the ICLR 2021 paper <Multi-Agent Interactions Modeling with Correlated Policies>
Stars: ✭ 17 (-91.9%)
Mutual labels:  imitation-learning
carlaviz
Visualize carla in the web browser
Stars: ✭ 118 (-43.81%)
Mutual labels:  carla

DI-drive

icon

Updated on 2022.2.25 DI-drive-v0.3.1 (beta)

DI-drive - Decision Intelligence Platform for Autonomous Driving simulation.

DI-drive is application platform under OpenDILab

icon

Introduction

DI-drive is an open-source application platform under OpenDILab. DI-drive applies different simulator/datasets/cases in Decision Intelligence Training & Testing for Autonomous Driving Policy. It aims to

  • run Imitation Learning, Reinforcement Learning, GAIL etc. in a single platform and simple unified entry
  • apply Decision Intelligence in any parts of driving simulation
  • suit most of the driving simulators input & output
  • run designed driving cases and scenarios

and most importantly, to put these all together!

DI-drive uses DI-engine, a Reinforcement Learning platform to build most of the running modules and demos. DI-drive currently supports Carla, an open-source Autonomous Drining simulator to operate driving simualtion, and MetaDrive, a diverse driving scenarios for Generalizable Reinforcement Learning. Users can specify any of them to run in global config under core.

Installation

DI-drive needs to have the following modules installed:

  • Pytorch
  • DI-engine

MetaDrive can be easily installed via pip. If Carla server is used for simulation, users need to install 'Carla Python API' in addition. Please refer to the documentation for details about installation and user guide of DI-drive. We provide IL and RL tutorials, and full guidance for quick run existing policy for beginners.

Please refer to FAQ for frequently asked questions.

Model Zoo

Imitation Learning

Reinforcement Learning

DI-drive Casezoo

DI-drive Casezoo is a scenario set for training and testing of Autonomous Driving policy in simulator. Casezoo combines data collected by real vehicles and Shanghai Lingang road license test Scenarios. Casezoo supports both evaluating and training, whick makes the simulation closer to real driving.

Please see casezoo instruction for details about Casezoo.

Contributing

We appreciate all contributions to improve DI-drive, both algorithms and system designs.

License

DI-engine released under the Apache 2.0 license.

Citation

@misc{didrive,
    title={{DI-drive: OpenDILab} Decision Intelligence platform for Autonomous Driving simulation},
    author={DI-drive Contributors},
    publisher = {GitHub},
    howpublished = {\url{https://github.com/opendilab/DI-drive}},
    year={2021},
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].