Skip to content

rodrigo-pedro/Deep-Q-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deep-Q-Learning

Implementation of Deep Q-Learning and Double Deep Q-Learning algorithms for the Highway-env Gym environment.

Uses a Conv Net to approximate the Q-function. Supports stacking of frames to capture temporal information with an LSTM layer. In both algorithms, the model is trained using a replay buffer and target network to stabilize learning.

Files

  • dqn.ipynb: Deep Q-Learning notebook
  • ddqn.ipynb: Double Deep Q-Learning notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published