/LearnQLearning

Learn Q-Learning!

Primary LanguageC++

#Learn Q-Learning!

Works :

  • Basic Grid-World A.I.
  • Tic Tac Toe A.I.
  • Tetris A.I.
  • 2048 A.I.
  • General Framework

Concepts :

  • Adapting to environment from ignorant initial state
  • Propagating rewards of future states
  • Integrating ANN to connect input-output for value function