Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 240 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 240 Bytes

Things implemented ::

  1. Normal taxi-gym environment and solved with Q-learning
  2. Vanilla DQNs
  3. DQNS with variants
    • Double DQNs
    • Dueling DQNs
  4. Policy based models
    • Adaptive Noise Scaling
    • Hill Climbing