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
Used Value Iteration, Q-learning, and Approximate Q-learning reinforcement techniques to allow a Pacman agent to navigate the map. Adapted feature vectors to store state information and train the agent.