Grid-based pathfinding Super Mario game using LRTA* (Learning Real-Time A*) algorithm. Navigating to find food, avoiding obstacles with real-time heuristic search and online learning.
-
Updated
Oct 29, 2025 - Python
Grid-based pathfinding Super Mario game using LRTA* (Learning Real-Time A*) algorithm. Navigating to find food, avoiding obstacles with real-time heuristic search and online learning.
same old story, Mario looking for mushrooms, but this time on a 2d table searching based on LRTA* algorithm!
3 AI projects: Search Algorithms (DFS, Bidirectional), LRTA* Pathfinding, and NLP Trigram Model in Python & Java
Add a description, image, and links to the lrtastar topic page so that developers can more easily learn about it.
To associate your repository with the lrtastar topic, visit your repo's landing page and select "manage topics."