Creating a Self Driving Car using Reinforcement Learning - Deep Q-Network (DQN) in Python

preview_player
Показать описание
Hi everyone and welcome to Code and Action!

In this video I show you how I built a Self Driving Car using Reinforcement Learning with Deep Q-Network.

the code is available on my github:

Thank you for watching
Cheers
Рекомендации по теме
Комментарии
Автор

This is awesome. I'm gonna try and make my own

JTadeo
Автор

Hello, Thanks to your github code. I have a question.
When I try to load_model(), ddqn_agent's memory size always becaome 0. Is it the right?

myriads
Автор

The training stops as soon as the car crashes even once. Please help

voyager
Автор

Why is the learning rate parameter (alpha) not used in DDQN class?

MrStorm
Автор

The github code is not training to get the same results as your trained model. Can you share what hyperparameters you trained on? Or is the code on github different from what you used

girltalk
Автор

3:41, what video you said to watech for more detail ? I could not hear you, pls give link

chamangupta
Автор

how long it take you to train this AI ?

cornordark
Автор

How many episodes do I have to run to be like your model?

jinyu