Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 329 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 329 Bytes

PacMan-Reinforcement-Learning

Pacman solver using Q-Learning for a Artificial Inteligence project on UFMG

Dependencies

To run this project you will need:

 - Numpy

References:

Based on this introduction: Q-learning introduction