Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 288 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 288 Bytes

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