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.