← all projects

Real-Time A* — Heuristic Search Visualizer

University AI course — 3-person team project (built together)

A real-time heuristic search engine: at each step the agent does a depth-limited lookahead, applies the RTA* learning rule to update its heuristic in memory, and commits to the best move — never planning the whole path up front. A three-person Artificial Intelligence course project, built collaboratively (the repository lives under a teammate’s account).