Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 198 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 198 Bytes

Class Project for ICCS 463 (Deep Learning)

Solving Cart Pole with:

  1. Q-Learning (Discretized Version)
  2. Deep Q-Learning
  3. Double Deep Q-Learning

TODO: Solve cart pole from raw pixel data.