VITA_CARLA_Tutorial
Autonomous driving tutorial
An open-source tutorial on imitation learning with distributional shift in autonomous driving using CARLA and Python.
Exploring Distributional Shift in Imitation Learning
3 stars
1 watching
0 forks
Language: Python
last commit: almost 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
carla-simulator/imitation-learning | An AI project that uses conditional imitation learning to enable autonomous vehicles to learn from demonstrations and perform tasks in a simulated environment. | 440 |
kvasnyj/carla | A research platform for autonomous driving simulation and testing | 8 |
onlytailei/carla_cil_pytorch | Implementation of a conditional imitation learning policy in PyTorch for autonomous driving using the Carla dataset. | 66 |
zhangfuyang/rl_carla | A reinforcement learning project to train an autonomous driving agent in a simulated environment using a deep learning approach | 228 |
enginbozkurt/selfdrivingcarscontroldesign | Designs and simulates autonomous vehicle control systems using Python and Carla Simulator. | 117 |
dotchen/learningbycheating | An implementation of an imitation learning approach to drive autonomous vehicles using waypoint prediction and CARLA simulation. | 308 |
affinis-lab/core | A deep learning module for stateful imitation learning in autonomous driving simulations. | 5 |
bradyz/2020_carla_challenge | A set of data and tools for training autonomous driving agents using the CARLA simulator | 181 |
mvpcom/carlailtrainer | A training system for imitation learning in autonomous driving simulations. | 50 |
enginbozkurt/carla-training-data | Generates training data from the Carla driving simulator in the KITTI dataset format for autonomous vehicle development | 108 |
cjy1992/gym-carla | A CARLA simulator wrapper for reinforcement learning and imitation learning environments | 545 |
erdos-project/pylot | An autonomous vehicle platform for developing and testing components of self-driving cars in simulation and real-world environments. | 472 |
bitsauce/carla-ppo | A custom PPO agent for autonomous driving in CARLA. | 228 |
yymmaa0000/carla_motion_planning_for_self-driving_cars_project | Develops a motion planning system for autonomous vehicles to navigate around obstacles while tracking lane centers and handling stop signs | 48 |
ankur-rc/autodrive_ddpg | Reinforcement learning-based autonomous driving system | 11 |