Skip to content

kochlisGit/Autonomous-Vehicles-Adaptive-Cruise-Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

New version of Adaptive-Cruise Controller using DRL:

https://github.com/kochlisGit/Noise-Adaptive-Driving-Assistance-System

Self Driving Vehicles Using Deep Reinforcement Learning

** Description **

This is the project of my thesis. I've implemented an agent in CARLA Simulator, which is capable of navigating a vehicle safe & fast, using only 2 front cameras. More info about the simulator can be found here: https://carla.org/ . The agent has learnt to navigate in a lane using deep reinforcement learning algorithms. The development of the agent was made in Python.

slide1

slide2

slide3

slide4

slide5

slide6

slide7

slide8

slide9

slide10

slide11

slide12

slide13

slide14

slide15

slide16

slide17

slide18

slide19

slide20

slide21

slide22

slide23

slide24

slide25

slide26

slide27

slide28

slide29

slide30

slide31

slide32

slide33

slide34

slide35

slide36

slide37

slide38

slide39

slide40

Demonstration

This directory contains 8 video files (mp4) that demonstrate how the vehicle is moving in the simulator https://github.com/kochlisGit/autonomous-vehicles-agent/tree/main/videos

The validation of the vehicle was done in a pre-defined route, that was new to the agent. The results are astonishing!

Python Libraries

  1. Carla API
  2. Numpy
  3. Matplotlib
  4. Tensorflow
  5. Keras
  6. TF-Agents
  7. Tensorflow-Addons

Sensors

  1. Collision Detector: https://carla.readthedocs.io/en/latest/ref_sensors/#collision-detector
  2. RGB Camera with Semantic Segmentation: https://carla.readthedocs.io/en/latest/ref_sensors/#semantic-segmentation-camera
  3. Depth Camera: https://carla.readthedocs.io/en/latest/ref_sensors/#depth-camera

Algorithms:

Execution

First, You have to download carla and all the libraries above. Then, download my "code" directory and paste it into "Carla/PythonAPI/". Run "agent/straight_lane_agent_c51_training.py" to start the training.

IMPORTANT The simulator window should be open, in order for the training to occur. Check https://carla.readthedocs.io/en/latest/start_introduction/ for more information of how to setup carla.

Libraries

  1. Python 3.7
  2. Carla <= 0.12
  3. Numpy >= 1.15
  4. Matplotlib
  5. Tensorflow >= 2.0
  6. TF-Agents >= 0.13
  7. Tensorflow-Addons >= 0.13 1 Opencv >= 4.0