imitation-learning
Autonomous driving simulator
An AI project that uses conditional imitation learning to enable autonomous vehicles to learn from demonstrations and perform tasks in a simulated environment.
Repository to store conditional imitation learning based AI that runs on CARLA.
440 stars
25 watching
124 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
zhangfuyang/rl_carla | A reinforcement learning project to train an autonomous driving agent in a simulated environment using a deep learning approach | 228 |
kvasnyj/carla | A research platform for autonomous driving simulation and testing | 8 |
franckdess/vita_carla_tutorial | An open-source tutorial on imitation learning with distributional shift in autonomous driving using CARLA and Python. | 3 |
affinis-lab/core | A deep learning module for stateful imitation learning in autonomous driving simulations. | 5 |
onlytailei/carla_cil_pytorch | Implementation of a conditional imitation learning policy in PyTorch for autonomous driving using the Carla dataset. | 66 |
cjy1992/gym-carla | A CARLA simulator wrapper for reinforcement learning and imitation learning environments | 545 |
koustavagoswami/autonomous-car-driving-using-deep-reinforcement-learning-in-carla-simulator | Enabling autonomous driving using deep reinforcement learning in a virtual environment | 14 |
dotchen/learningbycheating | An implementation of an imitation learning approach to drive autonomous vehicles using waypoint prediction and CARLA simulation. | 308 |
enginbozkurt/selfdrivingcarscontroldesign | Designs and simulates autonomous vehicle control systems using Python and Carla Simulator. | 117 |
nrhinehart/precog_carla_dataset | Provides tools and datasets for simulating driving scenarios with deep imitation learning | 41 |
erdos-project/pylot | An autonomous vehicle platform for developing and testing components of self-driving cars in simulation and real-world environments. | 472 |
bradyz/2020_carla_challenge | A set of data and tools for training autonomous driving agents using the CARLA simulator | 181 |
sentdex/carla-rl | A Reinforcement Learning project for training an autonomous driving agent in a simulated environment using the Carla game engine | 367 |
enginbozkurt/carla-training-data | Generates training data from the Carla driving simulator in the KITTI dataset format for autonomous vehicle development | 108 |
felipecode/coiltraine | A framework for training and testing imitation learning models in the CARLA simulator. | 234 |