← back
taxi-search
github.com/daverlon/taxi-search
Python · Graph Search · AI Planning · Taxi-v3 (Gymnasium)
Overview
taxi-search is an AI search framework that implements and compares classical graph search algorithms in the Taxi-v3 environment from Gymnasium.
The project focuses on building a fully self-contained state representation and search system that can solve the environment without relying on Gym’s internal transition logic during search.
Algorithms Implemented
Core Design
A* Heuristic
Key Engineering Decisions
Performance Analysis
Key Results (Summary)
Limitations
What I Learned