You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented a PacMan playing AI using Q-Learning as part of a project taken under CS3243.
Implemented featureExtractors.py and qlearningAgent.py files.
Acknowledgements
Credits to NUS CS3243 module and UC Berkeley CS188 module.