Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 506 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 506 Bytes

reinforcement_learning_game

this project is a two player game automated using q-learning(Reinforcement Learning)
two characters:
  player:
    task:
   obtain the reward located somewhere on the grid
 imposter:
  task:
    catch the player

game rules:
  if either of the above task completed -> game over

q-learning is implemented using q-table.
 no need to overkill and use deep q-learning.