Skip to content

suhasparuchuri/pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 Pac-Man AI Projects

This repository contains a series of AI-focused projects developed for the CS 565: Introductory Artificial Intelligence course at Binghamton University. Each project applies a different AI concept in the context of Pac-Man, providing a fun, visual, and challenging way to understand real-world AI techniques.

πŸ“š Overview

These projects serve as a hands-on introduction to core AI techniques, including:

  • State-space search algorithms
  • Adversarial and stochastic decision-making
  • Reinforcement learning
  • Machine learning

These are foundational concepts that support applications in areas such as natural language processing, computer vision, and robotics.

πŸ’‘ Why Pac-Man?

Pac-Man offers a complex yet intuitive environment that mirrors real-world AI challenges. The projects are structured with minimal boilerplate code, allowing more time to focus on algorithm development and problem solving. Visual feedback makes it easier to understand and debug implementations.


🧩 Projects

πŸ” Project 1: Search

Implemented classic search algorithms to navigate through Pac-Man mazes:

  • Depth-First Search (DFS)
  • Breadth-First Search (BFS)
  • Uniform Cost Search (UCS)
  • A* Search

These methods solve both simple navigation problems and more complex traveling salesman-style tasks.


πŸ‘₯ Project 2: Multi-Agent Search

Modeled Pac-Man as a multi-agent system, where decisions must consider adversarial or uncertain agents:

  • Minimax algorithm
  • Expectimax algorithm
  • Custom evaluation functions

This simulates environments with intelligent opponents, such as ghosts with unpredictable behavior.


🎯 Project 3: Reinforcement Learning

Developed agents that learn from their environment using:

  • Value Iteration
  • Q-Learning

Training began in Gridworld and progressed to controlling a robot simulator (Crawler) and eventually Pac-Man.


πŸ€– Project 4: Machine Learning

Introduced core machine learning concepts through classification tasks:

  • Digit classification
  • Language identification

Algorithms implemented include:

  • Perceptron
  • Non-linear regression

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages