Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 280 Bytes

paper_ideas.md

File metadata and controls

7 lines (7 loc) · 280 Bytes
  • Initial attempts with Q-Learning and why it wasn't able to solve.
  • DQN unable to solve majority of time.
  • Changes to action space
  • Adding Reward Shaping
  • PerformanceBasedEpsilonCallback
  • Reasons to switch to A2c
  • Vanialla model performance vs parameter changes / wrappers