Skip to content
/ DQN-DQL Public

Deep-Q-Network and Deep Reinforcement Learning agent implementations in python for educational purposes.

Notifications You must be signed in to change notification settings

xzghx/DQN-DQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

DQN-DQL

Deep-Q-Network and Deep Reinforcement Learning agent implementations in python for educational purposes.

Dependencies

  • Python 3.5
  • pyodbc # to read table from sql
  • pandas
  • matplotlib.pyplot
  • tensorflow
  • time
  • sys
  • pylab
  • random
  • numpy
  • collections
  • keras

About

Deep-Q-Network and Deep Reinforcement Learning agent implementations in python for educational purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages