Autonomous-Car-Driving-using-Deep-Reinforcement-Learning-in-Carla-Simulator
Autonomous driving simulator
Enabling autonomous driving using deep reinforcement learning in a virtual environment
The code has been implemented in Carla Simulator with the help of Double DQN to train an agent how to drive autonomously using different architecture. To train the agent in command line pass the parameter "Train" and after training to test how the agent is behaving pass "Run" as parameter
14 stars
2 watching
1 forks
last commit: over 5 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 |
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 |
ankur-rc/autodrive_ddpg | Reinforcement learning-based autonomous driving system | 11 |
bradyz/2020_carla_challenge | A set of data and tools for training autonomous driving agents using the CARLA simulator | 181 |
enginbozkurt/carla-training-data | Generates training data from the Carla driving simulator in the KITTI dataset format for autonomous vehicle development | 108 |
enginbozkurt/selfdrivingcarscontroldesign | Designs and simulates autonomous vehicle control systems using Python and Carla Simulator. | 117 |
gokulnc/setting-up-carla-reinforcement-learning | Provides a framework for using CARLA as a reinforcement learning environment | 95 |
affinis-lab/core | A deep learning module for stateful imitation learning in autonomous driving simulations. | 5 |
sentdex/carla-rl | A Reinforcement Learning project for training an autonomous driving agent in a simulated environment using the Carla game engine | 367 |
nrhinehart/precog_carla_dataset | Provides tools and datasets for simulating driving scenarios with deep imitation learning | 41 |
cjy1992/gym-carla | A CARLA simulator wrapper for reinforcement learning and imitation learning environments | 545 |
onlytailei/carla_cil_pytorch | Implementation of a conditional imitation learning policy in PyTorch for autonomous driving using the Carla dataset. | 66 |
armandsarkani/adas-rl-research | A research project developing personalized Advanced Driver Assistance Systems through reinforcement learning with human state metrics and CARLA Simulator | 4 |
keyinglucywang/safe_reconfiguration_scenarios | Automated generation of random driving scenarios to evaluate autonomous driving performance | 4 |