Skip to content

roviso/Self_driving_car

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modelled version of a car that will learn how to drive itself. And the key word here is learn,because the car will not be given any rules on how to operate in the environment before hand - it will have to figure everything out on it's own using Deep Q-Learning.

Deep Q-Learning is the result of combining Q-Learning with an Artificial Neural Network. The states of the environment are encoded by a vector which is passed as input into the Neural Network. Then the Neural Network will try to predict which action should be played, by returning as outputs a Q-value for each of the possible actions. Eventually, the best action to play is chosen by either taking the one that has the highest Q-value, or by overlaying a Softmax function.

About

Use of Deep-Q learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages